perl rebuild, third small chain

This commit is contained in:
Tom Callaway 2008-02-28 13:00:21 +00:00
parent 6ab35d480e
commit 5921968948

View File

@ -1,6 +1,6 @@
Name: perl-File-Remove
Version: 0.39
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Convenience module for removing files and directories
License: GPL+ or Artistic
Group: Development/Libraries
@ -18,7 +18,7 @@ BuildRequires: perl(File::Glob)
# For improved tests
BuildRequires: perl(Test::Pod) >= 1.00
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
BuildRequires: perl(Test::MinimumVersion) >= 0.007
BuildArch: noarch
@ -43,7 +43,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
# make test AUTOMATED_TESTING=1
make test AUTOMATED_TESTING=1
%files
%defattr(-,root,root,-)
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-7
- Rebuild normally, second pass
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-6
- Rebuild for perl 5.10 (again), first pass