Name: pear-Mail_Mime Version: 1.10.12 Release: 1mamba Summary: Provides php/pear classes to create and decode mime messages Group: Applications/Web Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pear.php.net 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 * Mon Mar 11 2024 Automatic Build System 1.10.12-1mamba - automatic version update by autodist * Sun May 08 2022 Automatic Build System 1.10.11-1mamba - automatic version update by autodist * Sat Feb 20 2021 Automatic Build System 1.10.2-1mamba - automatic version update by autodist * Thu Feb 21 2013 Silvan Calarco 1.8.7-1mamba - update to 1.8.7 * Mon May 28 2007 Silvan Calarco 1.4.0-1mamba - update to 1.4.0 * Tue Sep 09 2003 Silvan Calarco 1.2.1-1qilnx - first build