]> git.pld-linux.org Git - packages/php-phpmailer.git/blobdiff - php-phpmailer.spec
up to 5.2.23
[packages/php-phpmailer.git] / php-phpmailer.spec
index 6d4457d38c88c76b55eed8c6872602241dd75c23..6a563e0e86c83ff04090ec897716df928f9ba231 100644 (file)
@@ -8,12 +8,12 @@
 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.13
+Version:       5.2.23
 Release:       1
 License:       LGPL v2.1
 Group:         Development/Languages/PHP
 Source0:       https://github.com/PHPMailer/PHPMailer/archive/v%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5: 4bfa6d2615eeb5ff600167507e8c87ca
+# Source0-md5: f3c3c888820b40687083def0ad48512d
 URL:           https://github.com/PHPMailer/PHPMailer
 BuildRequires: php-devel
 BuildRequires: php-pear-PhpDocumentor
@@ -26,6 +26,7 @@ BuildRequires:        phpunit
 BuildRequires: which
 %endif
 Requires:      php(core) >= %{php_min_version}
+Requires:      php(ctype)
 Requires:      php(date)
 Requires:      php(pcre)
 Suggests:      php(hash)
@@ -44,7 +45,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautophp      php-openssl php-mbstring php-filter php-hash
 
 # bad depsolver
-%define                _noautoreq_pear extras/ntlm_sasl_client.php PHPMailerAutoload.php
+%define                _noautoreq_pear extras/ntlm_sasl_client.php PHPMailerAutoload.php extras/.*
 
 # put it together for rpmbuild
 %define                _noautoreq      %{?_noautophp}
@@ -144,7 +145,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.md changelog.md docs/*
+#%doc README.md changelog.md docs/*
 # public interfaces
 %{php_data_dir}/PHPMailerAutoload.php
 %{php_data_dir}/class.phpmailer.php
@@ -164,8 +165,8 @@ rm -rf $RPM_BUILD_ROOT
 %lang(bg) %{_appdir}/language/phpmailer.lang-bg.php
 %lang(ca) %{_appdir}/language/phpmailer.lang-ca.php
 %lang(ch) %{_appdir}/language/phpmailer.lang-ch.php
-%lang(cs) %{_appdir}/language/phpmailer.lang-cz.php
-%lang(da) %{_appdir}/language/phpmailer.lang-dk.php
+%lang(cs) %{_appdir}/language/phpmailer.lang-cs.php
+%lang(da) %{_appdir}/language/phpmailer.lang-da.php
 %lang(de) %{_appdir}/language/phpmailer.lang-de.php
 %lang(el) %{_appdir}/language/phpmailer.lang-el.php
 %lang(eo) %{_appdir}/language/phpmailer.lang-eo.php
@@ -187,17 +188,17 @@ rm -rf $RPM_BUILD_ROOT
 %lang(lt) %{_appdir}/language/phpmailer.lang-lt.php
 %lang(lv) %{_appdir}/language/phpmailer.lang-lv.php
 %lang(ms) %{_appdir}/language/phpmailer.lang-ms.php
-%lang(nb) %{_appdir}/language/phpmailer.lang-no.php
+%lang(nb) %{_appdir}/language/phpmailer.lang-nb.php
 %lang(nl) %{_appdir}/language/phpmailer.lang-nl.php
 %lang(pl) %{_appdir}/language/phpmailer.lang-pl.php
 %lang(pt) %{_appdir}/language/phpmailer.lang-pt.php
-%lang(pt_BR) %{_appdir}/language/phpmailer.lang-br.php
+%lang(pt_BR) %{_appdir}/language/phpmailer.lang-pt_br.php
 %lang(ro) %{_appdir}/language/phpmailer.lang-ro.php
 %lang(ru) %{_appdir}/language/phpmailer.lang-ru.php
 %lang(sk) %{_appdir}/language/phpmailer.lang-sk.php
 %lang(sl) %{_appdir}/language/phpmailer.lang-sl.php
 %lang(sr) %{_appdir}/language/phpmailer.lang-sr.php
-%lang(sv) %{_appdir}/language/phpmailer.lang-se.php
+%lang(sv) %{_appdir}/language/phpmailer.lang-sv.php
 %lang(tr) %{_appdir}/language/phpmailer.lang-tr.php
 %lang(uk) %{_appdir}/language/phpmailer.lang-uk.php
 %lang(vi) %{_appdir}/language/phpmailer.lang-vi.php
This page took 0.256403 seconds and 4 git commands to generate.