|
|
|
@ -1,14 +1,9 @@
|
|
|
|
|
# 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: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -103,6 +98,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-3
|
|
|
|
|
- Bootstrap build for epel7 done
|
|
|
|
|
|
|
|
|
|
* Mon Jan 27 2014 Paul Howarth <paul@city-fan.org> - 1.002004-2
|
|
|
|
|
- Bootstrap epel7 build
|
|
|
|
|
|
|
|
|
|