rpms/php-eaccelerator/devel php-eaccelerator.spec,1.35,1.36

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sun Aug 12 14:41:52 UTC 2007


Author: thias

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

Modified Files:
	php-eaccelerator.spec 
Log Message:
Change the ifarch to an ifnarch to exclude more archs, all by default (#251302).



Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- php-eaccelerator.spec	6 Aug 2007 12:03:04 -0000	1.35
+++ php-eaccelerator.spec	12 Aug 2007 14:41:19 -0000	1.36
@@ -7,7 +7,7 @@
 Summary: PHP accelerator, optimizer, encoder and dynamic content cacher
 Name: php-eaccelerator
 Version: 0.9.5.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 # The eaccelerator module itself is GPLv2+
 # The PHP control panel is under the Zend license (control.php and dasm.php)
@@ -45,7 +45,7 @@
 %build
 phpize
 %configure \
-%ifarch ppc ppc64
+%ifnarch %{ix86} x86_64
     --with-eaccelerator-userid="%{userid}" \
 %endif
     --with-eaccelerator-shared-memory \
@@ -87,6 +87,10 @@
 
 
 %changelog
+* Sun Aug 12 2007 Matthias Saou <http://freshrpms.net/> 1:0.9.5.1-6
+- Change the ifarch ppc* to ifnarch x86(_64) since alpha also needs to be
+  excluded (#251302).
+
 * Mon Aug  6 2007 Matthias Saou <http://freshrpms.net/> 1:0.9.5.1-5
 - Update License field.
 




More information about the fedora-extras-commits mailing list