#17 remove __cmake_in_source_build, remove ldconfig scriptlets and switch to %ctest macro
Merged a year ago by omos. Opened a year ago by topazus.
rpms/ topazus/quazip fix  into  rawhide

file modified
+3 -6
@@ -1,5 +1,3 @@ 

- %undefine __cmake_in_source_build

- 

  %if 0%{?rhel}

  # EPEL - only Qt5 packages

  %bcond_with	qt4
@@ -212,21 +210,20 @@ 

  

  %if %{with qt4}

  %global _vpath_builddir build-qt4

- %cmake_build -t check

+ %ctest

  %endif

  

  %if %{with qt5}

  %global _vpath_builddir build-qt5

- %cmake_build -t check

+ %ctest

  %endif

  

  %if %{with qt6}

  %global _vpath_builddir build-qt6

- %cmake_build -t check

+ %ctest

  %endif

  %endif

  

- %ldconfig_scriptlets

  

  %if %{with qt4}

  %files

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e8e905738b99401ab3b7a982ea0469e1

Pull-Request has been merged by omos

a year ago
Metadata