SPECS: spamassassin-spamd-apache2.spec - pass APACHE_TEST_* vars t...

radek radek at pld-linux.org
Tue Mar 27 18:18:52 CEST 2007


Author: radek                        Date: Tue Mar 27 16:18:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass APACHE_TEST_* vars to make test

---- Files affected:
SPECS:
   spamassassin-spamd-apache2.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/spamassassin-spamd-apache2.spec
diff -u SPECS/spamassassin-spamd-apache2.spec:1.1 SPECS/spamassassin-spamd-apache2.spec:1.2
--- SPECS/spamassassin-spamd-apache2.spec:1.1	Tue Mar 27 15:37:20 2007
+++ SPECS/spamassassin-spamd-apache2.spec	Tue Mar 27 18:18:47 2007
@@ -43,7 +43,11 @@
 	INSTALLDIRS=vendor
 %{__make}
 
-%{?with_tests:%{__make} test}
+%if %{with tests}
+%{__make} test \
+	APACHE_TEST_HTTPD=%{_sbindir}/httpd.prefork \
+	APACHE_TEST_APXS=%{apxs}
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -88,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/03/27 16:18:47  radek
+- pass APACHE_TEST_* vars to make test
+
 Revision 1.1  2007/03/27 13:37:20  radek
 - new
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/spamassassin-spamd-apache2.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list