Update to 2.04

- New upstream release 2.04
  - Bump requirement for a newer version of Module::Metadata
    (the version that comes with Perl 5.14 cannot handle package block syntax)
- BR: perl-generators
- Simplify find command using -delete
epel9
Paul Howarth 9 years ago
parent 9c3094c600
commit 423788de78

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: perl-Test-Version
Version: 2.03
Release: 4%{?dist}
Version: 2.04
Release: 1%{?dist}
Summary: Check to see that versions in modules are sane
License: Artistic 2.0
URL: http://search.cpan.org/dist/Test-Version/
@ -16,6 +16,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
# ===================================================================
# Module requirements
@ -23,7 +24,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find::Rule::Perl)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Metadata) >= 1.000019
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Builder)
@ -33,6 +34,7 @@ BuildRequires: perl(warnings)
# ===================================================================
# Regular test suite requirements
# ===================================================================
BuildRequires: perl(blib) >= 1.01
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
@ -78,7 +80,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%check
@ -94,6 +96,13 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::Version.3*
%changelog
* Thu Jun 23 2016 Paul Howarth <paul@city-fan.org> - 2.04-1
- Update to 2.04
- Bump requirement for a newer version of Module::Metadata
(the version that comes with Perl 5.14 cannot handle package block syntax)
- BR: perl-generators
- Simplify find command using -delete
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.03-4
- Perl 5.24 re-rebuild of bootstrapped packages

@ -1 +1 @@
c614611cbf6def595570112efe17f94c Test-Version-2.03.tar.gz
63f6c297836c31e2cd5ffb1c5122bbc4 Test-Version-2.04.tar.gz

Loading…
Cancel
Save