]> git.pld-linux.org Git - packages/php.git/commitdiff
- 5.2.5RC1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Oct 2007 20:24:16 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.689

php.spec

index afb786a989d3679bda9fc496576be26f8ce37cf6..2bed2b18467fb2e777ba413674469f93d4c50e2b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -71,7 +71,8 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define        _rel 5
+%define                _rel 0.1
+%define                _rc RC1
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -79,13 +80,14 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          php
-Version:       5.2.4
-Release:       %{_rel}%{?with_hardening:hardened}
+Version:       5.2.5
+Release:       %{_rel}%{?_rc:.%{_rc}}%{?with_hardening:hardened}
 Epoch:         4
 License:       PHP
 Group:         Libraries
-Source0:       http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-# Source0-md5: 55c97a671fdabf462cc7a82971a656d2
+#Source0:      http://www.php.net/distributions/%{name}-%{version}.tar.bz2
+Source0:       http://downloads.php.net/ilia/%{name}-%{version}%{_rc}.tar.bz2
+# Source0-md5: 2f0c9ecbd50213958e9b69ec69f715ec
 Source2:       zend.gif
 Source3:       %{name}-mod_%{name}.conf
 Source4:       %{name}-cgi-fcgi.ini
@@ -1552,7 +1554,7 @@ compression support to PHP.
 Moduł PHP umożliwiający używanie kompresji zlib.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 %patch27 -p1
 %patch0 -p1
 %patch1 -p1
This page took 0.107592 seconds and 4 git commands to generate.