]> git.pld-linux.org Git - packages/php-pear-File.git/blobdiff - php-pear-File.spec
- updated to 1.2.0
[packages/php-pear-File.git] / php-pear-File.spec
index 5900a2d958f947aa7533e507f5f38d97cea70eaf..f7b47ae0ffe7ef8dd0ef46e59af8813f59ff65ad 100644 (file)
@@ -1,16 +1,19 @@
 %include       /usr/lib/rpm/macros.php
 %define                _class          File
+%define                _status         stable
 %define                _pearname       %{_class}
-Summary:       %{_class} - Common file and directory routines
-Summary(pl):   %{_class} - Podstawowe sposoby operacji na plikach i katalogach
+
+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:       3
-License:       PHP 2.02
+Version:       1.2.0
+Release:       1
+License:       PHP
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-URL:           http://pear.php.net/
-BuildRequires: rpm-php-pearprov
+# Source0-md5: 40ccd2236328fbb2475ba74ea575787d
+URL:           http://pear.php.net/package/File/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
 Requires:      php-pear
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,11 +23,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.
 
+In PEAR status of this package is: %{_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 +48,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc %{_pearname}-%{version}/tests/*
-%{php_pear_dir}/%{_class}/*.php
 %{php_pear_dir}/*.php
+%{php_pear_dir}/%{_class}
This page took 0.112651 seconds and 4 git commands to generate.