rebuild for new perl, first pass, tests and TPC BR disabled

epel9
Tom Callaway 17 years ago
parent 9b3fd7c534
commit 8925c324df

@ -1,6 +1,6 @@
Name: perl-Test-MinimumVersion
Version: 0.007
Release: 1%{?dist}
Release: 1%{?dist}.1
Summary: Check whether your code requires a newer perl
License: GPL+ or Artistic
Group: Development/Libraries
@ -16,7 +16,7 @@ BuildRequires: perl(Perl::MinimumVersion) >= 0.14
# For improved tests
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
# BuildRequires: perl(Test::Pod::Coverage) >= 1.08
%description
Check whether your code requires a newer perl than you think.
@ -40,7 +40,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
make test
# make test
%files
%defattr(-,root,root,-)
@ -49,5 +49,8 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-1.1
- rebuild for new perl, first pass, tests and TPC disabled
* Mon Nov 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.007-1
- Initial version.

Loading…
Cancel
Save