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:
parent
6c1dd441a4
commit
8810172321
@ -1,23 +1,22 @@
|
||||
Name: perl-CPAN-Meta
|
||||
Summary: Distribution metadata for a CPAN dist
|
||||
Version: 2.143240
|
||||
Release: 2%{?dist}
|
||||
Version: 2.150001
|
||||
Release: 1%{?dist}
|
||||
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/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
||||
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4414
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(version) >= 0.88
|
||||
BuildRequires: perl(warnings)
|
||||
# Main test suite
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(File::Basename)
|
||||
@ -32,16 +31,17 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(version) >= 0.88
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
# 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
|
||||
|
||||
%description
|
||||
Software distributions released to the CPAN include a META.json or,
|
||||
for older distributions, META.yml, which describes the distribution,
|
||||
its contents, and the requirements for building and installing the
|
||||
distribution. The data structure stored in the META.json file is described
|
||||
in CPAN::Meta::Spec.
|
||||
Software distributions released to the CPAN include a META.json or, for older
|
||||
distributions, META.yml, which describes the distribution, its contents, and
|
||||
the requirements for building and installing the distribution. The data
|
||||
structure stored in the META.json file is described in CPAN::Meta::Spec.
|
||||
|
||||
%prep
|
||||
%setup -q -n CPAN-Meta-%{version}
|
||||
@ -63,7 +63,7 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING history README Todo t/
|
||||
%doc Changes CONTRIBUTING.mkdn history README Todo t/
|
||||
%{perl_vendorlib}/CPAN/
|
||||
%{_mandir}/man3/CPAN::Meta.3*
|
||||
%{_mandir}/man3/CPAN::Meta::Converter.3*
|
||||
@ -80,6 +80,12 @@ make test
|
||||
%{_mandir}/man3/CPAN::Meta::Validator.3*
|
||||
|
||||
%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
|
||||
- Correct dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user