From 7188b4ab9dbe7b9e8c644c87b9b5aba733cfc853 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 28 Dec 2002 09:39:28 +0000 Subject: [PATCH] upgrading package: php 4.2.3 -> 4.3.0 --- php/php.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php/php.spec b/php/php.spec index 77082f201c..355d89cce3 100644 --- a/php/php.spec +++ b/php/php.spec @@ -32,8 +32,8 @@ Packager: The OpenPKG Project Distribution: OpenPKG [BASE] Group: Language License: PHP -Version: 4.2.3 -Release: 20020907 +Version: 4.3.0 +Release: 20021228 # list of sources Source0: http://www.php.net/distributions/php-%{version}.tar.gz @@ -60,7 +60,7 @@ AutoReqProv: no %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ - ./configure \ + ./configure \ --prefix=%{l_prefix} \ --with-config-file-path=%{l_prefix}/etc/php \ --enable-force-cgi-redirect \ @@ -74,7 +74,7 @@ AutoReqProv: no $RPM_BUILD_ROOT%{l_prefix}/bin \ $RPM_BUILD_ROOT%{l_prefix}/cgi \ $RPM_BUILD_ROOT%{l_prefix}/etc/php - %{l_shtool} install -c -s -m 755 php $RPM_BUILD_ROOT%{l_prefix}/cgi/ + %{l_shtool} install -c -s -m 755 sapi/cli/php $RPM_BUILD_ROOT%{l_prefix}/cgi/ ln $RPM_BUILD_ROOT%{l_prefix}/cgi/php \ $RPM_BUILD_ROOT%{l_prefix}/bin/php %{l_shtool} install -c -m 644 /dev/null \