Update to 1.000024

- New upstream release 1.000024
  - Support installations on older perls with an ExtUtils::MakeMaker earlier
    than 6.63_03
- Don't bother trying to run the release tests
- Package new documentation files from upstream: CONTRIBUTING LICENSE README.md
This commit is contained in:
Paul Howarth 2014-06-10 20:22:28 +01:00
parent aa48508d28
commit fd5085096b
2 changed files with 18 additions and 14 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Module-Metadata
Version: 1.000022
Release: 2%{?dist}
Version: 1.000024
Release: 1%{?dist}
Summary: Gather package and POD information from perl module files
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Module-Metadata/
@ -8,7 +8,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata-%{ver
BuildArch: noarch
# Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
# Module
BuildRequires: perl(Carp)
BuildRequires: perl(Fcntl)
@ -22,16 +22,16 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::File)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.90
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.82
BuildRequires: perl(vars)
# Release tests
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
%endif
# Optional test requirements
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Requirements)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Fcntl)
@ -54,16 +54,20 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%check
make test
%if !%{defined perl_bootstrap}
make test TEST_FILES="xt/*.t"
%endif
%files
%doc Changes README
%doc Changes CONTRIBUTING LICENSE README README.md
%{perl_vendorlib}/Module/
%{_mandir}/man3/Module::Metadata.3pm*
%changelog
* Tue Jun 10 2014 Paul Howarth <paul@city-fan.org> - 1.000024-1
- Update to 1.000024
- Support installations on older perls with an ExtUtils::MakeMaker earlier
than 6.63_03
- Don't bother trying to run the release tests
- Package new documentation files from upstream: CONTRIBUTING LICENSE README.md
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000022-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
48a1abd8565d6e1d6657b568786df008 Module-Metadata-1.000022.tar.gz
e5634d73774295c3b43b819aff00473c Module-Metadata-1.000024.tar.gz