SPECS: php.spec - use system automake, shtool, libtool for -devel

glen glen at pld-linux.org
Wed Nov 2 19:59:12 CET 2005


Author: glen                         Date: Wed Nov  2 18:59:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use system automake, shtool, libtool for -devel

---- Files affected:
SPECS:
   php.spec (1.507 -> 1.508) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.507 SPECS/php.spec:1.508
--- SPECS/php.spec:1.507	Sat Oct 29 19:16:07 2005
+++ SPECS/php.spec	Wed Nov  2 19:59:05 2005
@@ -429,6 +429,8 @@
 Group:		Development/Languages/PHP
 Requires:	autoconf
 Requires:	automake
+Requires:	libtool
+Requires:	shtool
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Obsoletes:	php-pear-devel
 Obsoletes:	php4-devel
@@ -1842,6 +1844,12 @@
 # Not in all SAPI, so don't need the .ini fragments.
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/{ncurses,pcntl,readline}.ini
 
+# use system automake and {lib,sh}tool
+ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
+ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
+ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
+ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -3013,6 +3021,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.508  2005/11/02 18:59:05  glen
+- use system automake, shtool, libtool for -devel
+
 Revision 1.507  2005/10/29 17:16:07  qboosh
 - pl for -program
 
================================================================

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




More information about the pld-cvs-commit mailing list