]> git.pld-linux.org Git - packages/php-pear-Mail.git/commitdiff
- 1.1.9 auto/ac/php-pear-Mail-1_1_9-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Sep 2005 23:35:29 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Mail.spec -> 1.26

php-pear-Mail.spec

index fd1343ff1d3d7dc26af93833bbc7d7484a0e0358..f32403df7bbc7b42db8cfd29392c533f11412ca7 100644 (file)
@@ -6,18 +6,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
@@ -56,6 +59,11 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %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
This page took 0.130254 seconds and 4 git commands to generate.