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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri May 5 13:57:59 UTC 2006


Author: thias

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

Modified Files:
	php-eaccelerator.spec 
Log Message:
Try to get the API version check working.



Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- php-eaccelerator.spec	5 May 2006 13:51:45 -0000	1.16
+++ php-eaccelerator.spec	5 May 2006 13:57:59 -0000	1.17
@@ -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




More information about the fedora-extras-commits mailing list