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

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Mar 31 14:30:21 UTC 2006


Author: buc

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

Modified Files:
	php-extras.spec 
Log Message:



Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/FC-5/php-extras.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-extras.spec	30 Mar 2006 10:14:04 -0000	1.2
+++ php-extras.spec	31 Mar 2006 14:30:21 -0000	1.3
@@ -15,14 +15,14 @@
 
 
 %define extdir	%(php-config --extension-dir)
-%define apiver	%(echo PHP_API_VERSION | %{__cc} -E --include=php.h `php-config --includes` - | tail -1)
+%define apiver	%(cd %{_tmppath}; echo PHP_API_VERSION | %{__cc} -E --include=php.h `php-config --includes` - | tail -1)
 
 
 Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version)
 Version: 5.1.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -251,10 +251,13 @@
 
 
 %changelog
+* Fri Mar 31 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.2-3
+- ppc arch hack: change dir before %%apiver auto-detecting
+
 * Sat Mar 25 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.2-2
 - Accepted for Fedora Extras
   (review by Tom "spot" Callaway <tcallawa at redhat.com>)
-
+ 
 * Wed Mar  1 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.2-2
 - more accurate Requires for the main php
   (using php-api, provided now by the Core php package).




More information about the fedora-extras-commits mailing list