]> git.pld-linux.org Git - packages/php-pear-Auth.git/commitdiff
- release 3 - added status info, added dir entries (won't be present in STABLE php-pear-Auth-1_1_1-3
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 7 Jan 2003 17:06:25 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  php-4.3.0)

Changed files:
    php-pear-Auth.spec -> 1.14

php-pear-Auth.spec

index a17e9f18574ad230451c92e1432691efca97881d..bce2dde5301c264c180fde6aa20e0f218da8b164 100644 (file)
@@ -1,11 +1,13 @@
 %include       /usr/lib/rpm/macros.php
 %define                _class          Auth
+%define                _status         stable
+
 %define                _pearname       %{_class}
 Summary:       %{_pearname} - php pear authentication class
 Summary(pl):   %{_pearname} - klasa dla php pear z klasami uwierzytelniaj±cymi
 Name:          php-pear-%{_pearname}
 Version:       1.1.1
-Release:       2
+Release:       3
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -19,10 +21,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The PEAR::Auth package provides methods for creating an authentication
 system using PHP.
 
+This class has in PEAR status: %{_status}.
+
 %description -l pl
 Pakiet PEAR::Auth dostarcza metody do stworzenia systemu
 uwierzytelniania u¿ywaj±cego PHP.
 
+Ta klasa ma w PEAR status: %{_status}.
+
 %prep
 %setup -q -c
 
@@ -39,5 +45,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc %{_pearname}-%{version}/README*
+%dir %{php_pear_dir}/%{_class}
+%dir %{php_pear_dir}/%{_class}/Container
 %{php_pear_dir}/%{_class}/*.php
 %{php_pear_dir}/%{_class}/Container/*.php
This page took 0.068721 seconds and 4 git commands to generate.