[packages/kf5-khtml] - bcond_with tests

witekfl witekfl at pld-linux.org
Tue Apr 5 18:04:55 CEST 2022


commit 07ff0c4ff9120d6d8a3cf7b1a3a5b9f99e3c00cf
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue Apr 5 18:04:50 2022 +0200

    - bcond_with tests

 kf5-khtml.spec | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/kf5-khtml.spec b/kf5-khtml.spec
index f554ef7..2921095 100644
--- a/kf5-khtml.spec
+++ b/kf5-khtml.spec
@@ -1,3 +1,6 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
 %define		kdeframever	5.92
 %define		qtver		5.9.0
 %define		kfname		khtml
@@ -97,10 +100,16 @@ 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
 
+%if %{with tests}
+ctest
+%endif
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-khtml.git/commitdiff/07ff0c4ff9120d6d8a3cf7b1a3a5b9f99e3c00cf



More information about the pld-cvs-commit mailing list