source: projects/specs/trunk/p/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-vl.spec @ 9140

Revision 9140, 3.7 KB checked in by Takemikaduchi, 9 years ago (diff)

perl-WWW-Curl: NEW
dotconf,perl-HTTP-Server-Simple,speech-dispatcher: new upstream release
others: rebuild

Line 
1Name:           perl-Parse-CPAN-Meta
2# dual-lifed module needs to match the epoch in perl.spec
3Epoch:          1
4Version:        1.4402
5Release:        3%{?_dist_release}
6Summary:        Parse META.yml and META.json CPAN metadata files
7License:        GPL+ or Artistic
8Group:          Development/Libraries
9URL:            http://search.cpan.org/dist/Parse-CPAN-Meta/
10Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz
11BuildArch:      noarch
12BuildRequires:  perl(CPAN::Meta::YAML) >= 0.002
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(File::Spec) >= 0.80
15BuildRequires:  perl(JSON::PP) >= 2.27103
16BuildRequires:  perl(Module::Load::Conditional) >= 0.26
17BuildRequires:  perl(Test::More) >= 0.47
18Requires:       perl(CPAN::Meta::YAML) >= 0.002
19Requires:       perl(JSON::PP) >= 2.27103
20Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
21
22%{?perl_default_filter}
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       shaolin
27
28%description
29Parse::CPAN::Meta is a parser for META.json and META.yml files, using
30JSON::PP and/or CPAN::Meta::YAML.
31
32%prep
33%setup -q -n Parse-CPAN-Meta-%{version}
34
35%build
36%{__perl} Makefile.PL
37make %{?_smp_mflags}
38
39%install
40make pure_install DESTDIR=%{buildroot}
41
42find %{buildroot} -type f -name .packlist -exec rm -f {} \;
43find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
44
45%{_fixperms} %{buildroot}/*
46
47%check
48make test
49
50%files
51%doc Changes
52%{perl_sitelib}/*
53#%{_mandir}/man3/*
54
55%changelog
56* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1:1.4402-3
57- rebuild with VineSeed environment
58
59* Thu Mar 01 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-2
60- rebuild
61
62* Tue Feb 21 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-1
63- initial build for Vine Linux
64- omit man file(s) since perl package has older version
65
66* Wed Feb 08 2012 Iain Arnell <iarnell@gmail.com> 1:1.4402-1
67- update to latest upstream version
68
69* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4401-3
70- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
71
72* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.4401-2
73- Perl mass rebuild
74
75* Wed Feb 16 2011 Iain Arnell <iarnell@gmail.com> 1:1.4401-1
76- update to latest upstream version (removes Module::Load::Conditional dep)
77
78* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4400-2
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
80
81* Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 1:1.4400-1
82- update to latest upstream version
83
84* Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 1:1.4200-2
85- install to vendorlib again
86
87* Fri Jan 28 2011 Iain Arnell <iarnell@gmail.com> 1:1.4200-1
88- Specfile autogenerated by cpanspec 1.78.
89- bump epoch to match that in perl.spec
90- install to privlib, not vendorlib
91
92* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
93- rebuild against perl 5.10.1
94
95* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-1
96- new upstream version
97
98* Thu Jul 30 2009 Jesse Keating <jkeating@redhat.com> - 1.39-2
99- Bump for F12 mass rebuild
100
101* Sun Jun 14 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
102- auto-update to 1.39 (by cpan-spec-update 0.01)
103
104* Mon Apr 27 2009 Ralf Corsépius <corsepiu@fedoraproject> - 0.05-1
105- Upstream update.
106
107* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-2
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
109
110* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.04-1
111- Update to 0.04.
112- Update Source0 URL.
113- Add version to Test::More dep.
114- LICENSE and README went away.
115
116* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.03-1
117- Specfile autogenerated by cpanspec 1.75.
118- BR Test::More.
Note: See TracBrowser for help on using the repository browser.