|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 1.002001
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -58,11 +58,12 @@ BuildRequires: perl(Test::Perl::Critic)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
|
BuildRequires: perl(Test::Portability::Files)
|
|
|
|
|
BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en
|
|
|
|
|
BuildRequires: perl(Test::Spelling) >= 0.12
|
|
|
|
|
BuildRequires: perl(Test::Synopsis)
|
|
|
|
|
BuildRequires: perl(Test::Vars)
|
|
|
|
|
# RHEL-7+ package cannot BR: packages from EPEL
|
|
|
|
|
%if ! (0%{?rhel} >= 7)
|
|
|
|
|
BuildRequires: aspell-en
|
|
|
|
|
BuildRequires: perl(Pod::Wordlist::hanekomu)
|
|
|
|
|
BuildRequires: perl(Test::Kwalitee)
|
|
|
|
|
%endif
|
|
|
|
@ -101,6 +102,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Test::Version.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 7 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.002001-4
|
|
|
|
|
- conditionalize aspell-en dependency
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
|