rpms/php-eaccelerator/devel php-eaccelerator.spec,1.17,1.18

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed May 10 09:36:50 UTC 2006


Author: thias

Update of /cvs/extras/rpms/php-eaccelerator/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24069

Modified Files:
	php-eaccelerator.spec 
Log Message:
Fix API version when defaulting.



Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- php-eaccelerator.spec	5 May 2006 13:57:59 -0000	1.17
+++ php-eaccelerator.spec	10 May 2006 09:36:50 -0000	1.18
@@ -7,7 +7,7 @@
 %define prever         beta2
 
 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{default_extdir})
-%define php_apiver %(echo %{default_apiver}; (php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
+%define php_apiver %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
 %{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo %{default_version})}
 
 # This is the apache userid, only used for sysvipc semaphores which is the
@@ -30,7 +30,7 @@
 Conflicts: php-mmcache
 BuildRequires: php, php-devel
 # Required by phpize
-BuildRequires: autoconf, automake, libtool, gcc-c++
+BuildRequires: autoconf, automake, libtool
 
 %description
 eAccelerator is a further development of the MMCache PHP Accelerator & Encoder.




More information about the scm-commits mailing list