update to 6.5.3 [release 6.5.3-1mamba;Tue Jan 11 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 10:00:26 +01:00
parent 082666947e
commit 3dd5b10e5b

View File

@ -1,31 +1,31 @@
Name: phpmailer Name: phpmailer
Version: 5.0.2 Version: 6.5.3
Release: 2mamba Release: 1mamba
Summary: PHP email transport class with many features Summary: PHP email transport class with many features
Group: System/Libraries/PHP Group: System/Libraries/PHP
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://phpmailer.codeworxtech.com/ URL: https://github.com/PHPMailer/PHPMailer
Source: http://downloads.sourceforge.net/sourceforge/phpmailer/PHPMailer_v%{version}.tar.gz Source: https://github.com/PHPMailer/PHPMailer.git/v%{version}/PHPMailer-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: php Requires: php
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch BuildArch: noarch
%description %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. 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 %prep
%setup -q -n PHPMailer-%{version}
%setup -q -n PHPMailer_v%{version}
%build %build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d %{buildroot}%{_libdir}/php/phpmailer/language install -d %{buildroot}%{_libdir}/php/phpmailer/language
install class.*.php %{buildroot}%{_libdir}/php/phpmailer install src/* %{buildroot}%{_libdir}/php/phpmailer/
install language/* %{buildroot}%{_libdir}/php/phpmailer/language install language/* %{buildroot}%{_libdir}/php/phpmailer/language
%clean %clean
@ -35,9 +35,12 @@ install language/* %{buildroot}%{_libdir}/php/phpmailer/language
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/php/phpmailer/*.php %{_libdir}/php/phpmailer/*.php
%{_libdir}/php/phpmailer/language/*.php %{_libdir}/php/phpmailer/language/*.php
%doc ChangeLog.txt LICENSE README %doc LICENSE
%changelog %changelog
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.3-1mamba
- update to 6.5.3
* Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 5.0.2-2mamba * Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 5.0.2-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist