[packages/nss_mdns] don't run make check when building without tests

atler atler at pld-linux.org
Sat Sep 3 12:07:12 CEST 2022


commit 9bb69fe6ef346a9121999927e1d68687c60f189e
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Sep 3 12:05:13 2022 +0200

    don't run make check when building without tests

 nss_mdns.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nss_mdns.spec b/nss_mdns.spec
index a0d0962..f1df955 100644
--- a/nss_mdns.spec
+++ b/nss_mdns.spec
@@ -53,7 +53,7 @@ doraźnej domenie mDNS .local.
 	--disable-silent-rules \
 	--%{?with_tests:en}%{!?with_tests:dis}able-tests
 %{__make}
-%{__make} check
+%{?with_tests:%{__make} check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nss_mdns.git/commitdiff/3c0c6517446b7603e9b8b01af476538d4cd60071



More information about the pld-cvs-commit mailing list