Name: perl-MIME-Types Version: 1.31 Release: 1%{?_dist_release} Summary: MIME types module for Perl License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MIME-Types/ Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MIME types are used in MIME compliant lines, for instance as part of e-mail and HTTP traffic, to indicate the type of content which is transmitted. Sometimes real knowledge about a mime-type is need. This module maintains a set of MIME::Type objects, which each describe one known mime type. There are many types defined by RFCs and vendors, so the list is long but not complete. Please don't hestitate to ask to add additional information. %prep %setup -q -n MIME-Types-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test make test TEST_FILES="xt/*.t" %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog README %{perl_vendorlib}/MIME/ %{_mandir}/man3/MIME::Type*.3* %changelog * Sat Mar 10 2012 MATSUBAYASHI Kohji - 1.31-1 - updated to 1.31 * Sat Apr 30 2011 Yoji TOYODA 1.19-3 - rebuild with perl-5.12.3 * Tue Nov 13 2007 Ryoichi INAGAKI - 1.19-2vl1 - Initial build for Vine Linux * Tue Apr 17 2007 Ville Skyttä - 1.19-2 - BuildRequire perl(Test::More). * Mon Mar 26 2007 Ville Skyttä - 1.19-1 - 1.19. - BuildRequire perl(ExtUtils::MakeMaker). * Wed Nov 22 2006 Ville Skyttä - 1.18-1 - 1.18. * Fri Sep 15 2006 Ville Skyttä - 1.17-2 - Rebuild. * Tue Aug 15 2006 Ville Skyttä - 1.17-1 - 1.17. * Sun Oct 2 2005 Ville Skyttä - 1.16-1 - 1.16. * Fri Apr 1 2005 Ville Skyttä - 1.15-2 - 1.15. * Tue May 25 2004 Ville Skyttä - 0:1.13-0.fdr.3 - Require perl(:MODULE_COMPAT_*) (bug 1649). * Mon May 17 2004 Ville Skyttä - 0:1.13-0.fdr.2 - Sync with IANA 20040517. - Require perl >= 1:5.6.1 for vendor install dir support. - Use pure_install to avoid perllocal.pod workarounds. * Sat Apr 24 2004 Ville Skyttä - 0:1.13-0.fdr.1 - Update to 1.13 + IANA 20040424. * Sun Feb 1 2004 Ville Skyttä - 0:1.12-0.fdr.2 - Reduce directory ownership bloat. * Wed Jan 21 2004 Ville Skyttä - 0:1.12-0.fdr.1 - Update to 1.12. * Wed Jan 14 2004 Ville Skyttä - 0:1.11-0.fdr.1 - Update to 1.11. * Wed Dec 31 2003 Ville Skyttä - 0:1.10-0.fdr.2 - BuildRequires perl(Test::More). * Fri Dec 19 2003 Ville Skyttä - 0:1.10-0.fdr.1 - Update to 1.10. * Thu Nov 6 2003 Ville Skyttä - 0:1.09-0.fdr.1 - Update to 1.09. * Tue Nov 4 2003 Ville Skyttä - 0:1.08-0.fdr.1 - Update to 1.08. * Sat Oct 11 2003 Ville Skyttä - 0:1.07-0.fdr.2 - Install into vendor dirs. - Don't use fedora-rpm-helper. - Specfile cleanup. * Wed Jul 30 2003 Ville Skyttä - 0:1.07-0.fdr.1 - Update to 1.07. - Use fedora-rpm-helper. * Tue Jun 24 2003 Ville Skyttä - 0:1.06-0.fdr.1 - First build.