]> git.pld-linux.org Git - packages/kf5-attica.git/commitdiff
- bcond_with tests
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 5 Apr 2022 16:00:44 +0000 (18:00 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 5 Apr 2022 16:00:44 +0000 (18:00 +0200)
kf5-attica.spec

index 079164a7c5e20c77306221794fd9534e4ca3ad62..57ed403a7eb38bbb7d0ef9d225e0b7a049a39823 100644 (file)
@@ -65,12 +65,14 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 install -d build
 cd build
 %cmake -G Ninja \
+       %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ..
 %ninja_build
 
 %{?with_tests:%ninja_build test}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
This page took 1.368164 seconds and 4 git commands to generate.