rpms/php-extras/devel php-extras.spec,1.5,1.6

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jun 16 16:35:39 UTC 2006


Author: buc

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

Modified Files:
	php-extras.spec 
Log Message:



Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/php-extras.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-extras.spec	16 Jun 2006 16:21:22 -0000	1.5
+++ php-extras.spec	16 Jun 2006 16:35:38 -0000	1.6
@@ -14,8 +14,10 @@
 %define list	%{?_with_dbase:dbase} %{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_mhash:mhash} %{?_with_tidy:tidy} %{?_with_mssql:mssql}
 
 
-%define extdir	%(php-config --extension-dir)
-%define apiver	%(phpize --version | sed -n '/PHP Api Version/ s/.*:[ 	]*//p')
+#%define extdir	%(php-config --extension-dir)
+%define extdir	/usr/lib/php/modules
+#%define apiver	%(phpize --version | sed -n '/PHP Api Version/ s/.*:[ 	]*//p')
+%define apiver	20041225
 
 
 Name: php-extras
@@ -254,6 +256,8 @@
 * Fri Jun 16 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.4-1
 - update to upstream php 5.1.4
 - an easier way to auto-detect php-api version
+- specify extdir and apiver explicitly, because FE build system
+  is not able to auto-detect it now.
 
 * Fri Mar 31 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.2-3
 - ppc arch hack: change dir before %%apiver auto-detecting




More information about the scm-commits mailing list