2024-01-06 08:29:50 +01:00
|
|
|
Name: pear-Mail
|
2024-01-17 16:23:27 +01:00
|
|
|
Version: 2.0.0
|
2024-01-06 08:29:50 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Pear class that provides multiple interfaces for sending emails
|
|
|
|
Group: Applications/Web
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:29:50 +01:00
|
|
|
URL: https://pear.php.net/package/Mail
|
2024-01-06 08:29:50 +01:00
|
|
|
Source: http://download.pear.php.net/package/Mail-%{version}.tgz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: php >= 4.3.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
Pear class that provides multiple interfaces for sending emails.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/php
|
|
|
|
pushd %{buildroot}%{_libdir}/php
|
|
|
|
tar xzvf %{SOURCE0}
|
|
|
|
mv Mail-%{version}/* .
|
|
|
|
rmdir Mail-%{version}
|
|
|
|
rm package.xml
|
|
|
|
popd
|
|
|
|
|
2024-01-06 08:29:50 +01:00
|
|
|
rm -f %{buildroot}%{_libdir}/php/{LICENSE,package.sig}
|
|
|
|
|
2024-01-06 08:29:50 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/php/Mail.php
|
|
|
|
%dir %{_libdir}/php/Mail
|
|
|
|
%{_libdir}/php/Mail/RFC822.php
|
|
|
|
%{_libdir}/php/Mail/mail.php
|
|
|
|
%{_libdir}/php/Mail/mock.php
|
|
|
|
%{_libdir}/php/Mail/null.php
|
|
|
|
%{_libdir}/php/Mail/sendmail.php
|
|
|
|
%{_libdir}/php/Mail/smtp.php
|
|
|
|
%{_libdir}/php/Mail/smtpmx.php
|
2024-01-06 08:29:50 +01:00
|
|
|
%{_libdir}/php/tests/*
|
2024-01-06 08:29:50 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-17 16:23:27 +01:00
|
|
|
* Wed Jan 17 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:51 +01:00
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:50 +01:00
|
|
|
* Sun Aug 27 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:50 +01:00
|
|
|
* Thu Dec 01 2022 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:50 +01:00
|
|
|
* Tue May 10 2022 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:50 +01:00
|
|
|
* Sat Dec 29 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|