Author: glen Date: Thu Apr 26 11:38:14 2012 GMT Module: packages Tag: HEAD ---- Log message: - package extras
---- Files affected: packages/php-phpmailer: php-phpmailer.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/php-phpmailer/php-phpmailer.spec diff -u packages/php-phpmailer/php-phpmailer.spec:1.20 packages/php-phpmailer/php-phpmailer.spec:1.21 --- packages/php-phpmailer/php-phpmailer.spec:1.20 Sun Apr 22 13:57:21 2012 +++ packages/php-phpmailer/php-phpmailer.spec Thu Apr 26 13:38:09 2012 @@ -5,7 +5,7 @@ Summary(pl.UTF-8): W pełni funkcjonalna klasa PHP do przesyłania e-maili Name: php-phpmailer Version: 5.2.1 -Release: 1 +Release: 2 License: LGPL v2.1 Group: Development/Languages/PHP Source0: http://phpmailer.apache-extras.org.codespot.com/files/PHPMailer_%{version}.tgz @@ -63,6 +63,9 @@ # language: translations of error messages cp -p language/*.php $RPM_BUILD_ROOT%{_appdir}/language +# extras: htmlfilter.php +cp -a extras $RPM_BUILD_ROOT%{_appdir} + # examples install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} @@ -104,6 +107,9 @@ %lang(zh) %{_appdir}/language/phpmailer.lang-zh.php %lang(zh_CN) %{_appdir}/language/phpmailer.lang-zh_cn.php +%dir %{_appdir}/extras +%{_appdir}/extras/htmlfilter.php + %{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -112,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2012/04/26 11:38:09 glen +- package extras + Revision 1.20 2012/04/22 11:57:21 glen - fixup testing; cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/php-phpmailer/php-phpmailer.spec?r1=1.20&r2=1.21 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
