]> git.pld-linux.org Git - packages/php-phpmailer.git/commitdiff
use rpm5 compatible noautoreq patterns auto/th/php-phpmailer-5.2.2-2
authorElan Ruusamäe <glen@delfi.ee>
Thu, 10 Jan 2013 11:32:40 +0000 (13:32 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 10 Jan 2013 11:32:40 +0000 (13:32 +0200)
php-phpmailer.spec

index f23927fb9748d392cbba264d8fec589636ab1f4c..dbbecf1abc5f7b6fbd877eba71d6b978a1e1efb9 100644 (file)
@@ -5,16 +5,16 @@ Summary:      Full featured email transfer class for PHP
 Summary(pl.UTF-8):     W pełni funkcjonalna klasa PHP do przesyłania e-maili
 Name:          php-%{pkgname}
 Version:       5.2.2
-Release:       1
+Release:       2
 License:       LGPL v2.1
 Group:         Development/Languages/PHP
 Source0:       http://phpmailer.apache-extras.org.codespot.com/files/PHPMailer_%{version}.tgz
 # Source0-md5: 8c4b4a76641edfc89e3f3424da649b62
 Patch0:                paths.patch
 URL:           http://code.google.com/a/apache-extras.org/p/phpmailer/
-BuildRequires: php-pear-PhpDocumentor
+#BuildRequires:        php-pear-PhpDocumentor
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
-BuildRequires: rpmbuild(macros) >= 1.553
+BuildRequires: rpmbuild(macros) >= 1.654
 Requires:      php(core) >= %{php_min_version}
 Requires:      php(date)
 Requires:      php(pcre)
@@ -31,10 +31,10 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautophp      php-openssl php-mbstring php-filter
 
 # bad depsolver
-%define                _noautopear     pear(ntlm_sasl_client.php)
+%define                _noautoreq_pear ntlm_sasl_client.php
 
 # put it together for rpmbuild
-%define                _noautoreq      %{?_noautophp} %{?_noautopear}
+%define                _noautoreq      %{?_noautophp}
 
 %description
 PHP email transport class featuring multiple file attachments, SMTP
This page took 0.08246 seconds and 4 git commands to generate.