* Mon Apr 4 2005 Joe Orton <jorton@redhat.com> 5.0.4-2
- fix PEAR installation and bundle PEAR DB-1.7.5 package
This commit is contained in:
parent
55a0e786c9
commit
3dcb968b83
@ -2,3 +2,4 @@ php-5.0.3.tar.gz
|
|||||||
php-5.0.4.tar.gz
|
php-5.0.4.tar.gz
|
||||||
*.rpm
|
*.rpm
|
||||||
i386
|
i386
|
||||||
|
DB-1.7.5.tgz
|
||||||
|
16
php.spec
16
php.spec
@ -7,15 +7,14 @@
|
|||||||
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.0.4
|
Version: 5.0.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: The PHP License
|
License: The PHP License
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
|
|
||||||
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
|
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
|
||||||
|
|
||||||
Source10: pear-RunTest.php
|
Source10: pear-RunTest.php
|
||||||
|
Source20: http://pear.php.net/get/DB-1.7.5.tgz
|
||||||
Source50: php.conf
|
Source50: php.conf
|
||||||
|
|
||||||
Patch2: php-5.0.1-config.patch
|
Patch2: php-5.0.1-config.patch
|
||||||
@ -336,6 +335,14 @@ rm -f ext/standard/tests/file/bug22414.phpt \
|
|||||||
# Missing file in 5.0.4 PEAR bundle:
|
# Missing file in 5.0.4 PEAR bundle:
|
||||||
cp $RPM_SOURCE_DIR/pear-RunTest.php pear/PEAR/RunTest.php
|
cp $RPM_SOURCE_DIR/pear-RunTest.php pear/PEAR/RunTest.php
|
||||||
|
|
||||||
|
# Unpack PEAR DB package
|
||||||
|
pushd pear
|
||||||
|
tar xzf %{SOURCE20}
|
||||||
|
mv DB-* DB
|
||||||
|
sed '/<file /s,name=",name="DB/,' package.xml > package-DB.xml
|
||||||
|
rm package.xml
|
||||||
|
popd
|
||||||
|
|
||||||
: Build for oci8=%{with_oci8} mssql=%{with_mssql} mhash=%{with_mhash} ibase=%{with_ibase}
|
: Build for oci8=%{with_oci8} mssql=%{with_mssql} mhash=%{with_mhash} ibase=%{with_ibase}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -591,6 +598,9 @@ rm files.*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 4 2005 Joe Orton <jorton@redhat.com> 5.0.4-2
|
||||||
|
- fix PEAR installation and bundle PEAR DB-1.7.5 package
|
||||||
|
|
||||||
* Fri Apr 1 2005 Joe Orton <jorton@redhat.com> 5.0.4-1
|
* Fri Apr 1 2005 Joe Orton <jorton@redhat.com> 5.0.4-1
|
||||||
- update to 5.0.4 (#153068)
|
- update to 5.0.4 (#153068)
|
||||||
- add .phps AddType to php.conf (#152973)
|
- add .phps AddType to php.conf (#152973)
|
||||||
|
Loading…
Reference in New Issue
Block a user