2024-01-06 08:29:57 +01:00
|
|
|
Name: pear-Mail_Mime
|
2024-03-12 00:47:10 +01:00
|
|
|
Version: 1.10.12
|
2024-01-06 08:29:57 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Provides php/pear classes to create and decode mime messages
|
|
|
|
Group: Applications/Web
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:29:58 +01:00
|
|
|
URL: https://pear.php.net
|
2024-01-06 08:29:57 +01:00
|
|
|
Source: http://download.pear.php.net/package/Mail_Mime-%{version}.tgz
|
|
|
|
License: GPL
|
|
|
|
Requires: php >= 4.3.3
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Provides classes to deal with creation and manipulation of mime messages:
|
|
|
|
mime.php: Create mime email, with html, attachments, embedded images etc.
|
|
|
|
mimePart.php: Advanced method of creating mime messages.
|
|
|
|
mimeDecode.php - Decodes mime messages to a usable structure.
|
|
|
|
xmail.dtd: An XML DTD to acompany the getXML() method of the decoding class.
|
|
|
|
xmail.xsl: An XSLT stylesheet to transform the output of the getXML() method back to an email.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_libdir}
|
|
|
|
pushd %{buildroot}%{_libdir}
|
|
|
|
tar xzvf %{SOURCE0}
|
|
|
|
mv Mail_Mime-%{version} php
|
|
|
|
rm package.xml
|
|
|
|
popd
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/php/Mail/*
|
|
|
|
%{_libdir}/php/tests/*phpt
|
|
|
|
|
|
|
|
%changelog
|
2024-03-12 00:47:10 +01:00
|
|
|
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 1.10.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:58 +01:00
|
|
|
* Sun May 08 2022 Automatic Build System <autodist@mambasoft.it> 1.10.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:58 +01:00
|
|
|
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:57 +01:00
|
|
|
* Thu Feb 21 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.7-1mamba
|
|
|
|
- update to 1.8.7
|
|
|
|
|
|
|
|
* Mon May 28 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- update to 1.4.0
|
|
|
|
|
2024-01-06 08:29:58 +01:00
|
|
|
* Tue Sep 09 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1qilnx
|
2024-01-06 08:29:57 +01:00
|
|
|
- first build
|