[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/php-pear/devel .cvsignore, 1.6, 1.7 php-pear.spec, 1.14, 1.15 sources, 1.6, 1.7



Author: jorton

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

Modified Files:
	.cvsignore php-pear.spec sources 
Log Message:
* Thu Jan  4 2007 Joe Orton <jorton redhat com> 1:1.4.11-2
- update to 1.4.11



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/php-pear/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	14 Jul 2006 13:21:27 -0000	1.6
+++ .cvsignore	4 Jan 2007 11:49:53 -0000	1.7
@@ -1 +1,7 @@
 XML_RPC-1.5.0.tgz
+install-pear-nozlib-1.4.11.phar
+XML_RPC-1.5.1.tgz
+pear-1.4.11
+*.src.rpm
+noarch
+clog


Index: php-pear.spec
===================================================================
RCS file: /cvs/dist/rpms/php-pear/devel/php-pear.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- php-pear.spec	14 Jul 2006 13:21:27 -0000	1.14
+++ php-pear.spec	4 Jan 2007 11:49:53 -0000	1.15
@@ -1,14 +1,14 @@
 
 %define peardir %{_datadir}/pear
 
-%define xmlrpcver 1.5.0
+%define xmlrpcver 1.5.1
 
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
-Version: 1.4.9
-Release: 4
+Version: 1.4.11
+Release: 2
 Epoch: 1
-License: The PHP License 3.0
+License: The PHP License v3.0
 Group: System
 URL: http://pear.php.net/package/PEAR
 Source0: install-pear-nozlib-%{version}.phar
@@ -43,7 +43,12 @@
 
 export PHP_PEAR_SYSCONF_DIR=`pwd`
 export PHP_PEAR_SIG_KEYDIR=/etc/pearkeys
-export PHP_PEAR_CACHE_DIR=%{_localstatedir}/cache/php-pear
+
+# 1.4.11 tries to write to the cache directory during installation
+# so it's not possible to set a sane default via the environment.
+# The ${PWD} bit will be stripped via relocate.php later.
+export PHP_PEAR_CACHE_DIR=${PWD}%{_localstatedir}/cache/php-pear
+export PHP_PEAR_TEMP_DIR=/var/tmp
 
 %{_bindir}/php -n -dshort_open_tag=0 -dsafe_mode=0 \
          -derror_reporting=E_ALL -ddetect_unicode=0 \
@@ -73,7 +78,8 @@
          $RPM_BUILD_ROOT%{peardir}/*/*/*.php
 
 # Sanitize the pear.conf
-%{_bindir}/php -n %{SOURCE2} pear.conf $RPM_BUILD_ROOT > new-pear.conf
+%{_bindir}/php -n %{SOURCE2} pear.conf $RPM_BUILD_ROOT | 
+  %{_bindir}/php -n %{SOURCE2} php://stdin $PWD > new-pear.conf
 %{_bindir}/php -n %{SOURCE3} new-pear.conf ext_dir > $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf
 
 for f in $RPM_BUILD_ROOT%{peardir}/.registry/*.reg; do
@@ -90,7 +96,7 @@
 # Check that no buildroot-relative or arch-specific paths are left in the pear.conf
 grep $RPM_BUILD_ROOT $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
 grep %{_libdir} $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
-grep /tmp $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
+grep '"/tmp"' $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,6 +112,9 @@
 %doc LICENSE
 
 %changelog
+* Thu Jan  4 2007 Joe Orton <jorton redhat com> 1:1.4.11-2
+- update to 1.4.11
+
 * Fri Jul 14 2006 Joe Orton <jorton redhat com> 1:1.4.9-4
 - update to XML_RPC-1.5.0
 - really package macros.pear


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/php-pear/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	14 Jul 2006 13:21:27 -0000	1.6
+++ sources	4 Jan 2007 11:49:53 -0000	1.7
@@ -1,2 +1,2 @@
-1030f325e0ce140db7cb3063bda52d3b  install-pear-nozlib-1.4.9.phar
-9f9205d8c8b3ca07a50c5d332c6fb722  XML_RPC-1.5.0.tgz
+b023a99f9a9cf1164ef96208206a00d1  install-pear-nozlib-1.4.11.phar
+1b516162ad65971b5fd04a7c279627ec  XML_RPC-1.5.1.tgz


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]