rpms/php/devel php.spec,1.93,1.94

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 5 09:16:10 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/php/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32013

Modified Files:
	php.spec 
Log Message:
* Sun Dec  4 2005 Joe Orton <jorton at redhat.com> 5.1.1-4
- add /usr/share/pear back to hard-coded include_path (#174885)



Index: php.spec
===================================================================
RCS file: /cvs/dist/rpms/php/devel/php.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- php.spec	2 Dec 2005 11:18:08 -0000	1.93
+++ php.spec	5 Dec 2005 09:16:07 -0000	1.94
@@ -3,7 +3,7 @@
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Name: php
 Version: 5.1.1
-Release: 3
+Release: 4
 License: The PHP License
 Group: Development/Languages
 URL: http://www.php.net/
@@ -294,6 +294,11 @@
 # Install extension modules in %{_libdir}/php/modules.
 EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
 
+# Set PEAR_INSTALLDIR to ensure that the hard-coded include_path
+# includes the PEAR directory even though pear is packaged
+# separately.
+PEAR_INSTALLDIR=%{_datadir}/pear; export PEAR_INSTALLDIR
+
 # Shell function to configure and build a PHP tree.
 build() {
 # bison-1.875-2 seems to produce a broken parser; workaround.
@@ -532,6 +537,9 @@
 %files pdo -f files.pdo
 
 %changelog
+* Sun Dec  4 2005 Joe Orton <jorton at redhat.com> 5.1.1-4
+- add /usr/share/pear back to hard-coded include_path (#174885)
+
 * Fri Dec  2 2005 Joe Orton <jorton at redhat.com> 5.1.1-3
 - rebuild for httpd 2.2
 




More information about the fedora-cvs-commits mailing list