2004-11-08 05:04:05 +00:00
|
|
|
Name: perl-MIME-Types
|
2009-10-07 13:15:52 +00:00
|
|
|
Version: 1.28
|
2010-12-20 19:59:40 +00:00
|
|
|
Release: 4%{?dist}
|
2004-11-08 05:04:05 +00:00
|
|
|
Summary: MIME types module for Perl
|
|
|
|
|
2007-08-26 18:49:04 +00:00
|
|
|
License: GPL+ or Artistic
|
2004-11-08 05:04:05 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/MIME-Types/
|
2005-04-01 20:32:18 +00:00
|
|
|
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-%{version}.tar.gz
|
2004-11-08 05:04:05 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildArch: noarch
|
2007-03-25 21:06:30 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2007-04-18 17:49:16 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2007-06-12 22:09:35 +00:00
|
|
|
BuildRequires: perl(Test::Pod)
|
2004-11-08 05:04:05 +00:00
|
|
|
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}
|
2007-06-12 22:09:35 +00:00
|
|
|
f=ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
|
2004-11-08 05:04:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
2006-08-15 08:43:01 +00:00
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
2004-11-08 05:04:05 +00:00
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
2005-10-02 19:53:58 +00:00
|
|
|
%check
|
2004-11-08 05:04:05 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog README
|
2005-10-02 19:53:58 +00:00
|
|
|
%{perl_vendorlib}/MIME/
|
2007-03-25 21:06:30 +00:00
|
|
|
%{_mandir}/man3/MIME::Type*.3*
|
2004-11-08 05:04:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-12-20 19:59:40 +00:00
|
|
|
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.28-4
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-05-03 06:37:01 +00:00
|
|
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.28-3
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 02:23:02 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.28-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-10-07 13:15:52 +00:00
|
|
|
* Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 1.28-1
|
|
|
|
- new upstream version
|
|
|
|
|
2009-07-26 09:04:50 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-13 21:51:35 +00:00
|
|
|
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.27-1
|
|
|
|
- update to 1.27
|
|
|
|
|
2009-02-26 21:12:53 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-20 23:18:13 +00:00
|
|
|
* Thu Nov 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.24-1
|
|
|
|
- update to 1.24
|
|
|
|
|
2008-02-28 13:11:31 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-3
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-01-20 19:19:52 +00:00
|
|
|
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-2
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-12-19 18:12:24 +00:00
|
|
|
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-1
|
|
|
|
- bump to 1.23
|
|
|
|
|
2007-08-26 18:49:04 +00:00
|
|
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.20-2
|
|
|
|
- license tag fix
|
|
|
|
|
2007-06-12 22:09:35 +00:00
|
|
|
* Wed Jun 13 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.20-1
|
|
|
|
- 1.20.
|
|
|
|
- Convert docs to UTF-8.
|
|
|
|
|
2007-04-18 17:49:16 +00:00
|
|
|
* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.19-2
|
|
|
|
- BuildRequire perl(Test::More).
|
|
|
|
|
2007-03-25 21:06:30 +00:00
|
|
|
* Mon Mar 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.19-1
|
|
|
|
- 1.19.
|
|
|
|
- BuildRequire perl(ExtUtils::MakeMaker).
|
|
|
|
|
2006-11-22 16:35:15 +00:00
|
|
|
* Wed Nov 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.18-1
|
|
|
|
- 1.18.
|
|
|
|
|
2006-09-15 16:27:43 +00:00
|
|
|
* Fri Sep 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.17-2
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-08-15 08:43:01 +00:00
|
|
|
* Tue Aug 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.17-1
|
|
|
|
- 1.17.
|
|
|
|
|
2005-10-02 19:53:58 +00:00
|
|
|
* Sun Oct 2 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.16-1
|
|
|
|
- 1.16.
|
|
|
|
|
2005-04-01 20:32:18 +00:00
|
|
|
* Fri Apr 1 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.15-2
|
|
|
|
- 1.15.
|
|
|
|
|
2004-11-08 05:04:05 +00:00
|
|
|
* Tue May 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.13-0.fdr.3
|
|
|
|
- Require perl(:MODULE_COMPAT_*) (bug 1649).
|
|
|
|
|
|
|
|
* Mon May 17 2004 Ville Skyttä <ville.skytta at iki.fi> - 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ä <ville.skytta at iki.fi> - 0:1.13-0.fdr.1
|
|
|
|
- Update to 1.13 + IANA 20040424.
|
|
|
|
|
|
|
|
* Sun Feb 1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.2
|
|
|
|
- Reduce directory ownership bloat.
|
|
|
|
|
|
|
|
* Wed Jan 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
|
|
|
|
- Update to 1.12.
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.11-0.fdr.1
|
|
|
|
- Update to 1.11.
|
|
|
|
|
|
|
|
* Wed Dec 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.10-0.fdr.2
|
|
|
|
- BuildRequires perl(Test::More).
|
|
|
|
|
|
|
|
* Fri Dec 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.10-0.fdr.1
|
|
|
|
- Update to 1.10.
|
|
|
|
|
|
|
|
* Thu Nov 6 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.1
|
|
|
|
- Update to 1.09.
|
|
|
|
|
|
|
|
* Tue Nov 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
|
|
|
|
- Update to 1.08.
|
|
|
|
|
|
|
|
* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.2
|
|
|
|
- Install into vendor dirs.
|
|
|
|
- Don't use fedora-rpm-helper.
|
|
|
|
- Specfile cleanup.
|
|
|
|
|
|
|
|
* Wed Jul 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.1
|
|
|
|
- Update to 1.07.
|
|
|
|
- Use fedora-rpm-helper.
|
|
|
|
|
|
|
|
* Tue Jun 24 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.06-0.fdr.1
|
|
|
|
- First build.
|