Browse Source

upgrade to PHP 4.1.0

master
parent
commit
39193ff98f
  1. 6
      php/php.spec

6
php/php.spec

@ -32,12 +32,11 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [REL] Distribution: OpenPKG [REL]
Group: Language Group: Language
License: PHP License: PHP
Version: 4.0.6 Version: 4.1.0
Release: 20011201 Release: 20011211
# list of sources # list of sources
Source0: http://www.php.net/distributions/php-%{version}.tar.gz Source0: http://www.php.net/distributions/php-%{version}.tar.gz
Patch0: php-%{version}.patch
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
@ -55,7 +54,6 @@ AutoReqProv: no
%prep %prep
%setup -q -n php-%{version} %setup -q -n php-%{version}
%patch0 -p1
%build %build
PATH="%{l_prefix}/bin:$PATH"; export PATH PATH="%{l_prefix}/bin:$PATH"; export PATH

Loading…
Cancel
Save