]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/commitdiff
- updated to 5.109.0; cmake -B build
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 18 Aug 2023 09:06:12 +0000 (11:06 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 18 Aug 2023 09:06:12 +0000 (11:06 +0200)
kf5-extra-cmake-modules.spec

index 6c4a052ecbf6ed088b417ef7939e89fc66996941..12825b1d8ff7df1390aea3948acc2bae5cd63d7e 100644 (file)
@@ -4,16 +4,16 @@
 %bcond_without tests           # build without tests
 
 %define                orgname         extra-cmake-modules
-%define                kdeframever     5.108
+%define                kdeframever     5.109
 Summary:       Extra Cmake Modules for KF5
 Summary(pl.UTF-8):     Dodatkowe moduĊ‚y Cmake'a dla KF5
 Name:          kf5-%{orgname}
-Version:       5.108.0
+Version:       5.109.0
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{orgname}-%{version}.tar.xz
-# Source0-md5: 9ea3c05480cd32f13b3d0c75441a9513
+# Source0-md5: 0baf0a3ded2fed5e0442591dde276c4e
 Patch0:                %{orgname}-tests.patch
 Patch1:                kdefetchtranslations-test.patch
 Patch2:                no-fatal-warnings.patch
@@ -84,19 +84,16 @@ Dokumentacja API dla %{orgname}.
 %{__sed} -i -e '/ECMToolchainAndroidTest/d' tests/CMakeLists.txt
 
 %build
-install -d build
-cd build
-%cmake \
+%cmake -B build \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
-       %{!?with_doc:-DBUILD_HTML_DOCS=OFF} \
-       ..
+       %{!?with_doc:-DBUILD_HTML_DOCS=OFF}
 
-%{__make}
+%{__make} -C build
 
 %if %{with tests}
 # GenerateSipBindings wants clang and has libclang checks incompatible with libclang >= 4
 # ECMPoQmToolsTest fails to build it's own moc file
-ctest -E '(GenerateSipBindings|ECMPoQmToolsTest)' --output-on-failure
+ctest --build-run-dir build -E '(GenerateSipBindings|ECMPoQmToolsTest)' --output-on-failure
 %endif
 
 %install
This page took 0.310732 seconds and 4 git commands to generate.