From 260589741b1e2479a4d2e0055b2e186583a07bc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 26 Apr 2012 11:38:09 +0000 Subject: [PATCH] - package extras Changed files: php-phpmailer.spec -> 1.21 --- php-phpmailer.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php-phpmailer.spec b/php-phpmailer.spec index 650492f..4f5f75c 100644 --- a/php-phpmailer.spec +++ b/php-phpmailer.spec @@ -4,7 +4,7 @@ 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-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 @@ -62,6 +62,9 @@ cp -p class.{smtp,pop3}.php $RPM_BUILD_ROOT%{_appdir} # 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} @@ -103,4 +106,7 @@ rm -rf $RPM_BUILD_ROOT %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} -- 2.44.0