|
|
|
@ -1,9 +1,14 @@
|
|
|
|
|
# noarch, but to avoid debug* files interfering with manifest test:
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
# bootstrap epel7 build
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%global perl_bootstrap 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 1.002004
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -61,13 +66,9 @@ BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
|
BuildRequires: perl(Test::Pod::LinkCheck)
|
|
|
|
|
BuildRequires: perl(Test::Portability::Files)
|
|
|
|
|
BuildRequires: perl(Test::Spelling) >= 0.12, hunspell-en
|
|
|
|
|
BuildRequires: perl(Test::Synopsis)
|
|
|
|
|
BuildRequires: perl(Test::Vars)
|
|
|
|
|
# RHEL-7+ package cannot BR: packages from EPEL
|
|
|
|
|
%if ! (0%{?rhel} >= 7)
|
|
|
|
|
BuildRequires: hunspell-en
|
|
|
|
|
BuildRequires: perl(Test::Spelling) >= 0.12
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
# ===================================================================
|
|
|
|
|
# Runtime requirements
|
|
|
|
@ -102,6 +103,9 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1 RELEASE_TESTING=1}
|
|
|
|
|
%{_mandir}/man3/Test::Version.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 27 2014 Paul Howarth <paul@city-fan.org> - 1.002004-2
|
|
|
|
|
- Bootstrap epel7 build
|
|
|
|
|
|
|
|
|
|
* Thu Nov 21 2013 Paul Howarth <paul@city-fan.org> - 1.002004-1
|
|
|
|
|
- Update to 1.002004
|
|
|
|
|
- Fix bugs in argument handling
|
|
|
|
|