]> git.pld-linux.org Git - packages/php-pear-Cache.git/blobdiff - php-pear-Cache.spec
- rebuild with new PEAR provides/requires scripts
[packages/php-pear-Cache.git] / php-pear-Cache.spec
index 02e4db7e022c0287830eb5aecf60c6d9ba9d9367..9c2ce0a4846b96f5076a8d55edff57e39c05afd9 100644 (file)
@@ -2,15 +2,16 @@
 %define                _class          Cache
 %define                _status         stable
 %define                _pearname       %{_class}
+
 Summary:       %{_pearname} - Framework for caching of arbitrary data
 Summary(pl):   %{_pearname} - Klasa do buforowania danych
 Name:          php-pear-%{_pearname}
-Version:       1.5.3
-Release:       1
+Version:       1.5.4
+Release:       2
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-# Source0-md5: acf032d3e9d008b8d6ec0443de10010c
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 1a7698fcfdf9ab63e56bbbff0c76a13d
 URL:           http://pear.php.net/package/Cache/
 BuildRequires: rpm-php-pearprov >= 4.0.2-98
 Requires:      php-pear
@@ -22,7 +23,7 @@ With the PEAR Cache you can cache the result of certain function
 calls, as well as the output of a whole script run or share data
 between applications.
 
-This class has in PEAR status: %{_status}.
+In PEAR status of this package is: %{_status}.
 
 %description -l pl
 U¿ywaj±c klasy PEAR Cache mo¿na buforowaæ rezultaty wywo³añ funkcji, a
@@ -40,7 +41,7 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/Container
 
 install %{_pearname}-%{version}/%{_class}.php $RPM_BUILD_ROOT%{php_pear_dir}/
 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
-install %{_pearname}-%{version}/Container/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/Container
+install %{_pearname}-%{version}/Container/* $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/Container
 
 rm $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_class}.php
 
@@ -50,7 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %dir %{php_pear_dir}/%{_class}
-%dir %{php_pear_dir}/%{_class}/Container
 %{php_pear_dir}/*.php
 %{php_pear_dir}/%{_class}/*.php
-%{php_pear_dir}/%{_class}/Container/*.php
+%{php_pear_dir}/%{_class}/Container
This page took 0.036182 seconds and 4 git commands to generate.