rpms/php-extras/FC-5 php-extras.spec,1.3,1.4 sources,1.2,1.3

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jun 16 16:56:08 UTC 2006


Author: buc

Update of /cvs/extras/rpms/php-extras/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2156

Modified Files:
	php-extras.spec sources 
Log Message:



Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/FC-5/php-extras.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-extras.spec	31 Mar 2006 14:30:21 -0000	1.3
+++ php-extras.spec	16 Jun 2006 16:56:08 -0000	1.4
@@ -14,15 +14,17 @@
 %define list	%{?_with_dbase:dbase} %{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_mhash:mhash} %{?_with_tidy:tidy} %{?_with_mssql:mssql}
 
 
-%define extdir	%(php-config --extension-dir)
-%define apiver	%(cd %{_tmppath}; echo PHP_API_VERSION | %{__cc} -E --include=php.h `php-config --includes` - | tail -1)
+#%define extdir	%(php-config --extension-dir)
+%define extdir	/usr/lib/php/modules
+#%define apiver	%(phpize --version | sed -n '/PHP Api Version/ s/.*:[ 	]*//p')
+%define apiver	20041225
 
 
 Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version)
-Version: 5.1.2
-Release: 3%{?dist}
+Version: 5.1.4
+Release: 1%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -251,6 +253,12 @@
 
 
 %changelog
+* Fri Jun 16 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.4-1
+- update to upstream php 5.1.4
+- an easier way to auto-detect php-api version
+- specify extdir and apiver explicitly, because FE build system
+  is not able to auto-detect it now.
+
 * Fri Mar 31 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.2-3
 - ppc arch hack: change dir before %%apiver auto-detecting
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-extras/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Mar 2006 18:13:47 -0000	1.2
+++ sources	16 Jun 2006 16:56:08 -0000	1.3
@@ -1 +1 @@
-b5b6564e8c6a0d5bc1d2b4787480d792  php-5.1.2.tar.gz
+4b7c93c9730ef7807f59732697470dad  php-5.1.4.tar.gz




More information about the fedora-extras-commits mailing list