Update to 2.150001

- New upstream release 2.150001
  - Include allowed values for license field in 1.x historic licenses rather
    than linking to Module::Build
  - Documented when fragment merging became available
This commit is contained in:
Paul Howarth 2015-03-10 10:59:40 +00:00
parent 6c1dd441a4
commit 8810172321
2 changed files with 20 additions and 14 deletions

View File

@ -1,23 +1,22 @@
Name: perl-CPAN-Meta Name: perl-CPAN-Meta
Summary: Distribution metadata for a CPAN dist Summary: Distribution metadata for a CPAN dist
Version: 2.143240 Version: 2.150001
Release: 2%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
URL: http://search.cpan.org/dist/CPAN-Meta/ URL: http://search.cpan.org/dist/CPAN-Meta/
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Module # Module
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121 BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4414 BuildRequires: perl(Parse::CPAN::Meta) >= 1.4414
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(version) >= 0.88 BuildRequires: perl(version) >= 0.88
BuildRequires: perl(warnings)
# Main test suite # Main test suite
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Basename) BuildRequires: perl(File::Basename)
@ -32,16 +31,17 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Requires: perl(version) >= 0.88 Requires: perl(version) >= 0.88
%{?perl_default_filter} %{?perl_default_filter}
# Remove under-specified dependencies # Remove under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Requirements\\)$ %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Converter\\)$
%global __requires_exclude %{__requires_exclude}|^perl\\(CPAN::Meta::Requirements\\)$
%global __requires_exclude %{__requires_exclude}|^perl\\(Parse::CPAN::Meta\\) >= 1.4400 %global __requires_exclude %{__requires_exclude}|^perl\\(Parse::CPAN::Meta\\) >= 1.4400
%description %description
Software distributions released to the CPAN include a META.json or, Software distributions released to the CPAN include a META.json or, for older
for older distributions, META.yml, which describes the distribution, distributions, META.yml, which describes the distribution, its contents, and
its contents, and the requirements for building and installing the the requirements for building and installing the distribution. The data
distribution. The data structure stored in the META.json file is described structure stored in the META.json file is described in CPAN::Meta::Spec.
in CPAN::Meta::Spec.
%prep %prep
%setup -q -n CPAN-Meta-%{version} %setup -q -n CPAN-Meta-%{version}
@ -63,7 +63,7 @@ make test
%files %files
%license LICENSE %license LICENSE
%doc Changes CONTRIBUTING history README Todo t/ %doc Changes CONTRIBUTING.mkdn history README Todo t/
%{perl_vendorlib}/CPAN/ %{perl_vendorlib}/CPAN/
%{_mandir}/man3/CPAN::Meta.3* %{_mandir}/man3/CPAN::Meta.3*
%{_mandir}/man3/CPAN::Meta::Converter.3* %{_mandir}/man3/CPAN::Meta::Converter.3*
@ -80,6 +80,12 @@ make test
%{_mandir}/man3/CPAN::Meta::Validator.3* %{_mandir}/man3/CPAN::Meta::Validator.3*
%changelog %changelog
* Tue Mar 10 2015 Paul Howarth <paul@city-fan.org> - 2.150001-1
- Update to 2.150001
- Include allowed values for license field in 1.x historic licenses rather
than linking to Module::Build
- Documented when fragment merging became available
* Tue Jan 13 2015 Petr Pisar <ppisar@redhat.com> - 2.143240-2 * Tue Jan 13 2015 Petr Pisar <ppisar@redhat.com> - 2.143240-2
- Correct dependencies - Correct dependencies

View File

@ -1 +1 @@
c07f73197dc3ba869d131e94d1ab93fb CPAN-Meta-2.143240.tar.gz 99184aff262ed8065f19b4027e8e39ca CPAN-Meta-2.150001.tar.gz