%perl_module MIME-tools 5.417 7.1 Summary: Modules for parsing and creating MIME entities. Group: Applications/CPAN License: Artistic URL: http://search.cpan.org/author/ERYQ/%{pkgname}-%{version}/ Source: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/%{pkgname}-%{version}.tar.gz Patch0: perl-MIME-tools-5.417-flush.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Wrap), perl(Mail::Internet) BuildRequires: perl(MIME::Base64), perl(MIME::QuotedPrint) %description MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, *and generating* single- or multipart (even nested multipart) MIME messages. %prep %setup -q -n %{pkgname}-%{version} %patch0 -p1 %build %perl_configure make # Fails for older distros with # t/Misc..............FAILED tests 4-5, 7-11 # Failed 7/14 tests, 50.00% okay #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING ChangeLog README* %{perl_vendorlib}/MIME %{perl_vendorlib}/set-version.pl %{perl_man3dir}/MIME::*.3pm* %changelog * Mon Jun 6 2005 Axel Thimm - Update to 5.417. * Tue Apr 8 2003 Axel Thimm - Adapted to new macros. * Thu Dec 5 2002 Axel Thimm - Initial build.