]> git.pld-linux.org Git - packages/php-pear-File.git/commitdiff
- release 5 - prepared for new php-4.3.0
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 7 Jan 2003 18:04:50 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-File.spec -> 1.9

php-pear-File.spec

index c2eeb5fd761fbe6485b819c3cfb6803d5394f55c..a9bdcb8b5d7f5800c01636c009d71d7ac9231761 100644 (file)
@@ -1,11 +1,13 @@
 %include       /usr/lib/rpm/macros.php
 %define                _class          File
+%define                _status         stable
+
 %define                _pearname       %{_class}
 Summary:       %{_pearname} - Common file and directory routines
 Summary(pl):   %{_pearname} - Podstawowe sposoby operacji na plikach i katalogach
 Name:          php-pear-%{_pearname}
 Version:       1.0.2
-Release:       4
+Release:       5
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -20,11 +22,15 @@ Provides easy access to read/write to files along with some common
 routines to deal with paths. Also provides interface for handling CSV
 files.
 
+This class has in PEAR status: %{_status}.
+
 %description -l pl
 Dostarcza prosty dostêp do zapisu/odczytu plików razem z prostymi
 metodami operacji na ¶cie¿kach. Dostarcza tak¿e interfejsu do plików
 CSV.
 
+Ta klasa ma w PEAR status: %{_status}.
+
 %prep
 %setup -q -c
 
@@ -41,5 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc %{_pearname}-%{version}/tests/*
+%dir %{php_pear_dir}/%{_class}
 %{php_pear_dir}/%{_class}/*.php
 %{php_pear_dir}/*.php
This page took 0.148212 seconds and 4 git commands to generate.