%global pkg_name MIME-Types %global pkg_version 1.22 %global rpm_pkg_version 1.22 %global rpm_pkg_release 1.n0i.12 Summary: Information and processing MIME types Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rpm-build-reb00t-perl %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. %prep %setup -q -n %{pkg_name}-%{pkg_version} %{fix_encoding ChangeLog} %build %{perl_build} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc ChangeLog README %changelog * Fri Nov 16 2007 Marius Feraru - 1.22-1.n0i.12 - version 1.22 - spec update (new reb00t build tools) * Tue Sep 11 2007 Marius Feraru - 1.21-1.n0i.11 - version 1.21 * Wed Aug 01 2007 Marius Feraru - 1.20-1.n0i.10 - version 1.20 * Tue May 22 2007 Marius Feraru - 1.19-1.n0i.9 - spec file (re)created using N0i::CPAN::RPMizer v1.14.7 - version 1.19 * Thu Oct 06 2005 Marius Feraru 1.16-1.n0i.8 - version 1.16 * Sun Jul 24 2005 Marius Feraru 1.15-1.n0i.7 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Sun Mar 20 2005 Marius Feraru 0:1.13-2.n0i.6 - automatic rebuild (perl 5.8.6) * Sat Dec 04 2004 Marius Feraru 0:1.13-2.n0i.5 - automatic rebuild (perl 5.8.6) * Fri Apr 30 2004 Marius Feraru 0:1.13-1.n0i.4 - version 1.13 * Thu Apr 22 2004 Marius Feraru 0:1.12-1.n0i.3 - spec file (re?)created using N0i::CPAN::RPMizer/2004032101 - rebuild (perl 5.8.4) * Thu Jan 29 2004 Marius FERARU 0:1.12-0.n0i.2 - version 1.12 - spec file (re?)created using N0i::CPAN::RPMizer/2004011001 * Sun Jun 29 2003 Marius FERARU 1.06-0.n0i - Initial build.