]> git.pld-linux.org Git - packages/php-pear-Mail.git/commitdiff
- release 2 - added status info, prepared for php-4.3.0 STABLE php-pear-Mail-1_0_2-2
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 7 Jan 2003 18:10:53 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Mail.spec -> 1.11

php-pear-Mail.spec

index ae47134a3257a5073f948c90f571f824b8871fa3..e8301493029a8442f21edc96e0f0f1c94a3e72e0 100644 (file)
@@ -1,11 +1,13 @@
 %include       /usr/lib/rpm/macros.php
 %define                _class          Mail
+%define                _status         stable
+
 %define                _pearname       %{_class}
 Summary:       %{_pearname} - Class that provides multiple interfaces for sending emails
 Summary(pl):   %{_pearname} - Klasa daj±ca interfejsy do wysy³ania poczty
 Name:          php-pear-%{_pearname}
 Version:       1.0.2
-Release:       1
+Release:       2
 License:       PHP 2.02/BSD
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -22,6 +24,8 @@ useful in multiple mailer backends. Currently supported are native PHP
 mail() function, sendmail and SMTP. This package also provides a RFC
 822 Email address list validation utility class.
 
+This class has in PEAR status: %{_status}.
+
 %description -l pl
 Klasa Mail:: definiuje w hierarchii PEAR interfejs do implementowania
 wysy³ania poczty oraz udostêpnia funkcje pomocnicze przydatne w wielu
@@ -29,6 +33,8 @@ backendach do obs
 dla PHP funkcja mail(), sendmail oraz SMTP. Ten pakiet zawiera tak¿e
 klasê sprawdzaj±c± zgodno¶æ list adresów z RFC 822.
 
+Ta klasa ma w PEAR status: %{_status}.
+
 %prep
 %setup -q -c
 
@@ -44,5 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%dir %{php_pear_dir}/%{_class}
 %{php_pear_dir}/*.php
 %{php_pear_dir}/%{_class}/*.php
This page took 0.106059 seconds and 4 git commands to generate.