rpms/php/devel php.spec,1.165,1.166

Remi Collet remi at fedoraproject.org
Sat Dec 13 08:11:28 UTC 2008


Author: remi

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

Modified Files:
	php.spec 
Log Message:
fix phpize + add  php_embed.h


Index: php.spec
===================================================================
RCS file: /cvs/extras/rpms/php/devel/php.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- php.spec	9 Dec 2008 15:53:55 -0000	1.165
+++ php.spec	13 Dec 2008 08:10:57 -0000	1.166
@@ -8,7 +8,7 @@
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
 Version: 5.2.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -424,7 +424,7 @@
 
 # Force use of system libtool:
 libtoolize --force --copy
-cat `aclocal --print-ac-dir`/libtool.m4 > build/libtool.m4
+cat `aclocal --print-ac-dir`/{libtool,ltoptions,ltsugar,ltversion,lt~obsolete}.m4 >build/libtool.m4
 
 # Regenerate configure scripts (patches change config.m4's)
 ./buildconf --force
@@ -582,15 +582,15 @@
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
+# Install the version for embedded script language in applications + php_embed.h
+make -C build-embedded install-sapi install-headers INSTALL_ROOT=$RPM_BUILD_ROOT
+
 # Install everything from the CGI SAPI build
 make -C build-cgi install INSTALL_ROOT=$RPM_BUILD_ROOT 
 
 # Install the Apache module
 make -C build-apache install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
 
-# Install the version for embedded script language in applications
-make -C build-embedded install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
-
 # Install the default configuration file and icons
 install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/
 install -m 644 $RPM_SOURCE_DIR/php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
@@ -734,11 +734,15 @@
 %files pspell -f files.pspell
 
 %changelog
+* Sat Dec 13 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.8-2
+- libtool 2 workaround for phpize (#476004)
+- add missing php_embed.h (#457777)
+
 * Tue Dec 09 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.8-1
 - update to 5.2.8
 
 * Sat Dec 06 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.7-1.1
-- aclocal workaround
+- libtool 2 workaround
 
 * Fri Dec 05 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.7-1
 - update to 5.2.7




More information about the fedora-extras-commits mailing list