automatic rebuild by autodist [release 5.0.2-2mamba;Mon Jul 29 2013]

This commit is contained in:
Automatic Build System 2024-01-06 10:00:25 +01:00
parent 91d9f53c0e
commit 082666947e
2 changed files with 50 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# phpmailer
PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. Methods are based on the popular AspEmail active server component.

48
phpmailer.spec Normal file
View File

@ -0,0 +1,48 @@
Name: phpmailer
Version: 5.0.2
Release: 2mamba
Summary: PHP email transport class with many features
Group: System/Libraries/PHP
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://phpmailer.codeworxtech.com/
Source: http://downloads.sourceforge.net/sourceforge/phpmailer/PHPMailer_v%{version}.tar.gz
License: LGPL
Requires: php
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
%description
PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. Methods are based on the popular AspEmail active server component.
%prep
%setup -q -n PHPMailer_v%{version}
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d %{buildroot}%{_libdir}/php/phpmailer/language
install class.*.php %{buildroot}%{_libdir}/php/phpmailer
install language/* %{buildroot}%{_libdir}/php/phpmailer/language
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/php/phpmailer/*.php
%{_libdir}/php/phpmailer/language/*.php
%doc ChangeLog.txt LICENSE README
%changelog
* Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 5.0.2-2mamba
- automatic rebuild by autodist
* Wed Jul 08 2009 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
- automatic update by autodist
* Tue Feb 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
- package created by autospec