SPECS: php-pear-Mail.spec - 1.1.9
glen
glen at pld-linux.org
Tue Sep 20 01:35:34 CEST 2005
Author: glen Date: Mon Sep 19 23:35:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.1.9
---- Files affected:
SPECS:
php-pear-Mail.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/php-pear-Mail.spec
diff -u SPECS/php-pear-Mail.spec:1.25 SPECS/php-pear-Mail.spec:1.26
--- SPECS/php-pear-Mail.spec:1.25 Mon Sep 19 23:43:40 2005
+++ SPECS/php-pear-Mail.spec Tue Sep 20 01:35:29 2005
@@ -7,18 +7,21 @@
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.1.8
-Release: 1.2
+Version: 1.1.9
+Release: 1
License: PHP/BSD
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 69b1941019b686227123a879090241ab
+# Source0-md5: ce8dcb33a9ad9ea7072ca0175fd4ce8f
URL: http://pear.php.net/package/Mail/
BuildRequires: rpm-php-pearprov >= 4.4.2-11
Requires: php-pear
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# exclude optional dependencies
+%define _noautoreq 'pear(Net/SMTP.*)'
+
%description
The PEAR's Mail:: interface, defines the interface for implementing
mailers under the PEAR hierarchy, and provides supporting functions
@@ -57,6 +60,11 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+ cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
%files
%defattr(644,root,root,755)
%doc install.log optional-packages.txt
@@ -75,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2005/09/19 23:35:29 glen
+- 1.1.9
+
Revision 1.25 2005/09/19 21:43:40 glen
- integer BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-Mail.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list