SPECS: apache-mod_auth_any.spec - build/install fixes

baggins baggins at pld-linux.org
Wed Apr 19 13:25:32 CEST 2006


Author: baggins                      Date: Wed Apr 19 11:25:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build/install fixes

---- Files affected:
SPECS:
   apache-mod_auth_any.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_auth_any.spec
diff -u SPECS/apache-mod_auth_any.spec:1.32 SPECS/apache-mod_auth_any.spec:1.33
--- SPECS/apache-mod_auth_any.spec:1.32	Wed Apr 19 13:22:08 2006
+++ SPECS/apache-mod_auth_any.spec	Wed Apr 19 13:25:27 2006
@@ -79,13 +79,13 @@
 %patch0 -p1
 
 %build
-%{__make}
+%{__make} APXS2=apxs
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf}
 
-install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
+install src/.libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 echo 'LoadModule %{mod_name}_module modules/mod_%{mod_name}.so' > \
 	$RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/90_mod_%{mod_name}.conf
 
@@ -112,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2006/04/19 11:25:27  baggins
+- build/install fixes
+
 Revision 1.32  2006/04/19 11:22:08  baggins
 - up to 1.6-rc1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_any.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list