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:
parent
aa48508d28
commit
fd5085096b
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Metadata
|
Name: perl-Module-Metadata
|
||||||
Version: 1.000022
|
Version: 1.000024
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gather package and POD information from perl module files
|
Summary: Gather package and POD information from perl module files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Module-Metadata/
|
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
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Fcntl)
|
BuildRequires: perl(Fcntl)
|
||||||
@ -22,16 +22,16 @@ BuildRequires: perl(Cwd)
|
|||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::More) >= 0.90
|
BuildRequires: perl(List::Util)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.82
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
# Release tests
|
# Optional test requirements
|
||||||
%if !%{defined perl_bootstrap}
|
BuildRequires: perl(CPAN::Meta)
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
|
||||||
%endif
|
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Fcntl)
|
Requires: perl(Fcntl)
|
||||||
@ -54,16 +54,20 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
%if !%{defined perl_bootstrap}
|
|
||||||
make test TEST_FILES="xt/*.t"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes CONTRIBUTING LICENSE README README.md
|
||||||
%{perl_vendorlib}/Module/
|
%{perl_vendorlib}/Module/
|
||||||
%{_mandir}/man3/Module::Metadata.3pm*
|
%{_mandir}/man3/Module::Metadata.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user