|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 1.002001
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -53,7 +53,10 @@ BuildRequires: perl(Test::CPAN::Meta)
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta::JSON)
|
|
|
|
|
BuildRequires: perl(Test::DistManifest)
|
|
|
|
|
BuildRequires: perl(Test::EOL)
|
|
|
|
|
# RHEL-7+ package cannot BR: package from EPEL
|
|
|
|
|
%if ! (0%{?rhel} >= 7)
|
|
|
|
|
BuildRequires: perl(Test::Kwalitee)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion)
|
|
|
|
|
BuildRequires: perl(Test::Mojibake)
|
|
|
|
|
BuildRequires: perl(Test::Perl::Critic)
|
|
|
|
@ -98,6 +101,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Test::Version.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 24 2012 Paul Howarth <paul@city-fan.org> - 1.002001-2
|
|
|
|
|
- RHEL-7+ package cannot BR: perl(Test::Kwalitee) from EPEL (#815759)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 14 2012 Paul Howarth <paul@city-fan.org> - 1.002001-1
|
|
|
|
|
- Update to 1.002001:
|
|
|
|
|
- Fix metadata caused by a bug in DZP::GitHub after asking repo to be
|
|
|
|
|