rpms/php-mmcache/devel php-mmcache.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Oct 17 13:25:30 UTC 2005


Author: thias

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

Modified Files:
	php-mmcache.spec 
Log Message:
Minor fixes and mandatory FC-3 rebuild (4.3.10 to 4.3.11 PHP update).



Index: php-mmcache.spec
===================================================================
RCS file: /cvs/extras/rpms/php-mmcache/devel/php-mmcache.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-mmcache.spec	6 Apr 2005 22:13:29 -0000	1.6
+++ php-mmcache.spec	17 Oct 2005 13:25:28 -0000	1.7
@@ -1,13 +1,12 @@
-%define php_extdir %(php-config --extension-dir || echo /usr/lib/php4)
-%{!?php_version:%define php_version %(php-config --version || echo bad)}
+%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
+%{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo 4.3.11)}
 
 %define module_version 2.4.6
 
 Summary: PHP accelerator, optimizer, encoder and dynamic content cacher
 Name: php-mmcache
 Version: %{php_version}_%{module_version}
-Release: 6
-
+Release: 7
 License: GPL
 Group: Development/Languages
 URL: http://turck-mmcache.sourceforge.net/
@@ -82,7 +81,12 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Mon Oct 17 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_2.4.6-7
+- Fix default PHP extension dir if php-config call fails.
+- Default to current PHP version if php-config call fails.
+- Rebuild FC-3 branch for 4.3.11 update.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 4.x.x_2.4.6-6
 - rebuilt
 
 * Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_2.4.6-4




More information about the fedora-extras-commits mailing list