|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 1.002001
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -47,16 +47,11 @@ BuildRequires: perl(Test::Tester)
|
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
|
|
|
|
BuildRequires: perl(English)
|
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
|
BuildRequires: perl(Pod::Wordlist::hanekomu)
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Changes)
|
|
|
|
|
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)
|
|
|
|
@ -66,6 +61,11 @@ BuildRequires: perl(Test::Portability::Files)
|
|
|
|
|
BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en
|
|
|
|
|
BuildRequires: perl(Test::Synopsis)
|
|
|
|
|
BuildRequires: perl(Test::Vars)
|
|
|
|
|
# RHEL-7+ package cannot BR: packages from EPEL
|
|
|
|
|
%if ! (0%{?rhel} >= 7)
|
|
|
|
|
BuildRequires: perl(Pod::Wordlist::hanekomu)
|
|
|
|
|
BuildRequires: perl(Test::Kwalitee)
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
# ===================================================================
|
|
|
|
|
# Runtime requirements
|
|
|
|
@ -101,6 +101,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Test::Version.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 24 2012 Paul Howarth <paul@city-fan.org> - 1.002001-3
|
|
|
|
|
- Don't BR: perl(Pod::Wordlist::hanekomu) for RHEL-7+ either (#815759)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 24 2012 Paul Howarth <paul@city-fan.org> - 1.002001-2
|
|
|
|
|
- RHEL-7+ package cannot BR: perl(Test::Kwalitee) from EPEL (#815759)
|
|
|
|
|
|
|
|
|
|