123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- Name: perl-Parse-CPAN-Meta
- # dual-lifed module needs to match the epoch in perl.spec
- Epoch: 1
- Version: 1.4402
- Release: 3%{?_dist_release}
- Summary: Parse META.yml and META.json CPAN metadata files
- License: GPL+ or Artistic
- Group: Development/Libraries
- URL: http://search.cpan.org/dist/Parse-CPAN-Meta/
- Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz
- BuildArch: noarch
- BuildRequires: perl(CPAN::Meta::YAML) >= 0.002
- BuildRequires: perl(ExtUtils::MakeMaker)
- BuildRequires: perl(File::Spec) >= 0.80
- BuildRequires: perl(JSON::PP) >= 2.27103
- BuildRequires: perl(Module::Load::Conditional) >= 0.26
- BuildRequires: perl(Test::More) >= 0.47
- Requires: perl(CPAN::Meta::YAML) >= 0.002
- Requires: perl(JSON::PP) >= 2.27103
- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
- %{?perl_default_filter}
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: shaolin
- %description
- Parse::CPAN::Meta is a parser for META.json and META.yml files, using
- JSON::PP and/or CPAN::Meta::YAML.
- %prep
- %setup -q -n Parse-CPAN-Meta-%{version}
- %build
- %{__perl} Makefile.PL
- make %{?_smp_mflags}
- %install
- make pure_install DESTDIR=%{buildroot}
- find %{buildroot} -type f -name .packlist -exec rm -f {} \;
- find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
- %{_fixperms} %{buildroot}/*
- %check
- make test
- %files
- %doc Changes
- %{perl_sitelib}/*
- #%{_mandir}/man3/*
- %changelog
- * Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1:1.4402-3
- - rebuild with VineSeed environment
- * Thu Mar 01 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-2
- - rebuild
- * Tue Feb 21 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-1
- - initial build for Vine Linux
- - omit man file(s) since perl package has older version
- * Wed Feb 08 2012 Iain Arnell <iarnell@gmail.com> 1:1.4402-1
- - update to latest upstream version
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4401-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.4401-2
- - Perl mass rebuild
- * Wed Feb 16 2011 Iain Arnell <iarnell@gmail.com> 1:1.4401-1
- - update to latest upstream version (removes Module::Load::Conditional dep)
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4400-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 1:1.4400-1
- - update to latest upstream version
- * Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 1:1.4200-2
- - install to vendorlib again
- * Fri Jan 28 2011 Iain Arnell <iarnell@gmail.com> 1:1.4200-1
- - Specfile autogenerated by cpanspec 1.78.
- - bump epoch to match that in perl.spec
- - install to privlib, not vendorlib
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
- - rebuild against perl 5.10.1
- * Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-1
- - new upstream version
- * Thu Jul 30 2009 Jesse Keating <jkeating@redhat.com> - 1.39-2
- - Bump for F12 mass rebuild
- * Sun Jun 14 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
- - auto-update to 1.39 (by cpan-spec-update 0.01)
- * Mon Apr 27 2009 Ralf Corsépius <corsepiu@fedoraproject> - 0.05-1
- - Upstream update.
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.04-1
- - Update to 0.04.
- - Update Source0 URL.
- - Add version to Test::More dep.
- - LICENSE and README went away.
- * Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.03-1
- - Specfile autogenerated by cpanspec 1.75.
- - BR Test::More.
|