]> git.pld-linux.org Git - packages/php-pear-Date.git/commitdiff
- updated to 1.4rc1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 6 Dec 2003 22:00:43 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added tests to %%doc
- status changed to beta

Changed files:
    php-pear-Date.spec -> 1.17

php-pear-Date.spec

index 9424857a3f594b2da6f76607df625404258cb261..213ff77f04b920c42953f8a76e619ba66aa1eac0 100644 (file)
@@ -1,17 +1,17 @@
 %include       /usr/lib/rpm/macros.php
 %define                _class          Date
-%define                _status         stable
-
+%define                _status         beta
 %define                _pearname       %{_class}
+
 Summary:       %{_pearname} - Date and Time Zone Classes
 Summary(pl):   %{_pearname} - Klasy daty i stref czasowych
 Name:          php-pear-%{_pearname}
-Version:       1.3
-Release:       1
+Version:       1.4
+Release:       0.rc1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-# Source0-md5: b3d837c131df195c58cc21d344bef1b7
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}rc1.tgz
+# Source0-md5: f462b8d8d12bc6c615a91640a2226d3d
 URL:           http://pear.php.net/package/Date/
 BuildRequires: rpm-php-pearprov >= 4.0.2-98
 Requires:      php-pear
@@ -41,20 +41,21 @@ ci
 Ta klasa ma w PEAR status: %{_status}.
 
 %prep
-%setup -q -c
+%setup -q -c -n %{name}-%{version}rc1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
 
-install %{_pearname}-%{version}/%{_class}.php $RPM_BUILD_ROOT%{php_pear_dir}/
-install %{_pearname}-%{version}/%{_class}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
+install %{_pearname}-%{version}rc1/%{_class}.php $RPM_BUILD_ROOT%{php_pear_dir}/
+install %{_pearname}-%{version}rc1/%{_class}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc %{_pearname}-%{version}rc1/tests
 %dir %{php_pear_dir}/%{_class}
 %{php_pear_dir}/*.php
 %{php_pear_dir}/%{_class}/*.php
This page took 0.109317 seconds and 4 git commands to generate.