rebuild normally, second pass

epel9
Tom Callaway 17 years ago
parent 8925c324df
commit 0499a7853a

@ -1,6 +1,6 @@
Name: perl-Test-MinimumVersion
Version: 0.007
Release: 1%{?dist}.1
Release: 2%{?dist}
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,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-2
- rebuild normally, second pass
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-1.1
- rebuild for new perl, first pass, tests and TPC disabled

Loading…
Cancel
Save