SPECS (DEVEL): php.spec - use libtool for installing apache DSOs; ...

arekm arekm at pld-linux.org
Fri Aug 26 11:02:16 CEST 2005


Author: arekm                        Date: Fri Aug 26 09:02:16 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- use libtool for installing apache DSOs; rel 0.x.2

---- Files affected:
SPECS:
   php.spec (1.467.2.5 -> 1.467.2.6) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.467.2.5 SPECS/php.spec:1.467.2.6
--- SPECS/php.spec:1.467.2.5	Fri Aug 26 10:55:18 2005
+++ SPECS/php.spec	Fri Aug 26 11:02:09 2005
@@ -76,7 +76,7 @@
 Name:		php
 Version:	5.1.0
 %define	_rc	RC1
-Release:	0.%{_rc}.1%{?with_hardening:hardened}
+Release:	0.%{_rc}.2%{?with_hardening:hardened}
 Epoch:		4
 Group:		Libraries
 License:	PHP
@@ -1705,14 +1705,12 @@
 
 # install apache1 DSO module
 %if %{with apache1}
-# TODO: use libtool here
-install sapi/apache/.libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.so
+libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1/
 %endif
 
 # install apache2 DSO module
 %if %{with apache2}
-# TODO: use libtool here
-install sapi/apache2handler/.libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.so
+libtool --silent --mode=install install sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache/
 %endif
 
 libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir}
@@ -2913,6 +2911,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.467.2.6  2005/08/26 09:02:09  arekm
+- use libtool for installing apache DSOs; rel 0.x.2
+
 Revision 1.467.2.5  2005/08/26 08:55:18  arekm
 - add PDO (base compiled in; database drivers as shared modules)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.467.2.5&r2=1.467.2.6&f=u




More information about the pld-cvs-commit mailing list