Update to 0.010
- New upstream release 0.010 - Bump Module::Metadata prereq for $VERSION parsing (CPAN RT#101095) - Consistently require same version of CPAN::Meta::Requirements - Use %license
This commit is contained in:
parent
2835f8202c
commit
ef6b04d597
@ -1,7 +1,7 @@
|
||||
Name: perl-CPAN-Meta-Check
|
||||
Summary: Verify requirements in a CPAN::Meta object
|
||||
Version: 0.009
|
||||
Release: 3%{?dist}
|
||||
Version: 0.010
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: https://metacpan.org/release/CPAN-Meta-Check
|
||||
@ -9,12 +9,12 @@ Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-%{versio
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Module::Metadata) >= 1.000023
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test
|
||||
@ -51,11 +51,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
make test RELEASE_TESTING=1
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/CPAN/
|
||||
%{_mandir}/man3/CPAN::Meta::Check.3pm*
|
||||
%{_mandir}/man3/CPAN::Meta::Check.3*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 2 2015 Paul Howarth <paul@city-fan.org> - 0.010-1
|
||||
- Update to 0.010
|
||||
- Bump Module::Metadata prereq for $VERSION parsing (CPAN RT#101095)
|
||||
- Consistently require same version of CPAN::Meta::Requirements
|
||||
- Use %%license
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-3
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user