source: projects/specs/branches/6/p/perl-MIME-Types/perl-MIME-Types-vl.spec @ 3739

Revision 3739, 3.7 KB checked in by Takemikaduchi, 13 years ago (diff)

rebuild with perl-5.12.3

Line 
1Name:           perl-MIME-Types
2Version:        1.19
3Release:        3%{?_dist_release}
4Summary:        MIME types module for Perl
5
6License:        GPL or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/MIME-Types/
9Source0:        http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildArch:      noarch
13BuildRequires:  perl
14Requires:  perl >= %(eval "`%{__perl} -V:version`"; echo $version)
15
16%description
17MIME types are used in MIME compliant lines, for instance as part of
18e-mail and HTTP traffic, to indicate the type of content which is
19transmitted. Sometimes real knowledge about a mime-type is need.
20This module maintains a set of MIME::Type objects, which each describe
21one known mime type. There are many types defined by RFCs and vendors,
22so the list is long but not complete. Please don't hestitate to ask to
23add additional information.
24
25%prep
26%setup -q -n MIME-Types-%{version}
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor
30make %{?_smp_mflags}
31
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
36find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
37find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
38chmod -R u+w $RPM_BUILD_ROOT/*
39
40%check
41make test
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(-,root,root,-)
48%doc ChangeLog README
49%{perl_vendorlib}/MIME/
50%{_mandir}/man3/MIME::Type*.3*
51
52
53%changelog
54* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.19-3
55- rebuild with perl-5.12.3
56
57* Tue Nov 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.19-2vl1
58- Initial build for Vine Linux
59
60* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.19-2
61- BuildRequire perl(Test::More).
62
63* Mon Mar 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.19-1
64- 1.19.
65- BuildRequire perl(ExtUtils::MakeMaker).
66
67* Wed Nov 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.18-1
68- 1.18.
69
70* Fri Sep 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.17-2
71- Rebuild.
72
73* Tue Aug 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.17-1
74- 1.17.
75
76* Sun Oct  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.16-1
77- 1.16.
78
79* Fri Apr  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.15-2
80- 1.15.
81
82* Tue May 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.13-0.fdr.3
83- Require perl(:MODULE_COMPAT_*) (bug 1649).
84
85* Mon May 17 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.13-0.fdr.2
86- Sync with IANA 20040517.
87- Require perl >= 1:5.6.1 for vendor install dir support.
88- Use pure_install to avoid perllocal.pod workarounds.
89
90* Sat Apr 24 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.13-0.fdr.1
91- Update to 1.13 + IANA 20040424.
92
93* Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.2
94- Reduce directory ownership bloat.
95
96* Wed Jan 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
97- Update to 1.12.
98
99* Wed Jan 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.11-0.fdr.1
100- Update to 1.11.
101
102* Wed Dec 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.10-0.fdr.2
103- BuildRequires perl(Test::More).
104
105* Fri Dec 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.10-0.fdr.1
106- Update to 1.10.
107
108* Thu Nov  6 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.1
109- Update to 1.09.
110
111* Tue Nov  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
112- Update to 1.08.
113
114* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.2
115- Install into vendor dirs.
116- Don't use fedora-rpm-helper.
117- Specfile cleanup.
118
119* Wed Jul 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.1
120- Update to 1.07.
121- Use fedora-rpm-helper.
122
123* Tue Jun 24 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.06-0.fdr.1
124- First build.
Note: See TracBrowser for help on using the repository browser.