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

index fda92809d7bef797c94906babfc2483d738cd583..0e7b55cb0b609236023e5fa8fa53cbb88dd46ee8 100644 (file)
@@ -68,12 +68,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 0.393328 seconds and 4 git commands to generate.