]> git.pld-linux.org Git - packages/php.git/commitdiff
- updated to 4.3.4RC1
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 1 Oct 2003 13:03:27 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BR: apr-devel
- builds, fails on %%install (when installing PEAR)
- Not Finished Yet

Changed files:
    php.spec -> 1.284

php.spec

index 1e39b9b0c42ddd35ddd067bb018d7f12288059fa..9e9ef3a76fecd357d92bfd3e9ec973825234fd48 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -63,14 +63,15 @@ Summary(pt_BR):     A linguagem de script PHP
 Summary(ru):   PHP ÷ÅÒÓÉÉ 4 -- ÑÚÙË ÐÒÅÐÒÏÃÅÓÓÉÒÏ×ÁÎÉÑ HTML-ÆÁÊÌÏ×, ×ÙÐÏÌÎÑÅÍÙÊ ÎÁ ÓÅÒ×ÅÒÅ
 Summary(uk):   PHP ÷ÅÒÓ¦§ 4 -- ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
-Version:       4.3.3
-Release:       1.1
+Version:       4.3.4
+%define                _rc     RC1
+Release:       0.%{_rc}
 Epoch:         3
 Group:         Libraries
 License:       PHP
-Source0:       http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-# Source0-md5: 1171d96104e2ff2cff9e19789a4a1536
-#Source0:      http://downloads.php.net/ilia/%{name}-%{version}%{_rc}.tar.bz2
+#Source0:      http://www.php.net/distributions/%{name}-%{version}.tar.bz2
+Source0:       http://downloads.php.net/ilia/%{name}-%{version}%{_rc}.tar.bz2
+# Source0-md5: f7ff7bf763f917b9f955e19caf77c1f1
 Source1:       FAQ.%{name}
 Source2:       zend.gif
 Source4:       %{name}-module-install
@@ -112,6 +113,7 @@ Icon:               php4.gif
 URL:           http://www.php.net/
 %{!?_without_interbase:%{!?_with_interbase_inst:BuildRequires: Firebird-devel}}
 BuildRequires: apache-devel
+BuildRequires: apr-devel
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1.4d
 BuildRequires: bison
@@ -1442,7 +1444,7 @@ PEAR (PHP Extension and Application Repository) - Rozszerzenie PHP i
 Repozytorium Aplikacji.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
This page took 0.092286 seconds and 4 git commands to generate.