rpms/php/devel php.spec,1.163,1.164

Remi Collet remi at fedoraproject.org
Sat Dec 6 08:17:06 UTC 2008


Author: remi

Update of /cvs/extras/rpms/php/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32612

Modified Files:
	php.spec 
Log Message:
aclocal workaround


Index: php.spec
===================================================================
RCS file: /cvs/extras/rpms/php/devel/php.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- php.spec	5 Dec 2008 19:22:20 -0000	1.163
+++ php.spec	6 Dec 2008 08:16:35 -0000	1.164
@@ -8,7 +8,7 @@
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
 Version: 5.2.7
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -419,6 +419,9 @@
 fi
 
 %build
+# aclocal workaround - to be improved
+cat `aclocal --print-ac-dir`/{libtool,ltoptions,ltsugar,ltversion,lt~obsolete}.m4 >>aclocal.m4
+
 # Force use of system libtool:
 libtoolize --force --copy
 cat `aclocal --print-ac-dir`/libtool.m4 > build/libtool.m4
@@ -731,6 +734,9 @@
 %files pspell -f files.pspell
 
 %changelog
+* Sat Dec 06 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.7-1.1
+- aclocal workaround
+
 * Fri Dec 05 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.7-1
 - update to 5.2.7
 - enable pdo_dblib driver in php-mssql




More information about the fedora-extras-commits mailing list