perl rebuild, third small chain

This commit is contained in:
Tom Callaway 2008-02-28 13:00:07 +00:00
parent ddd9571a2b
commit cd4b54d08c

View File

@ -1,6 +1,6 @@
Name: perl-Class-Inspector
Version: 1.20
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Get information about a class and its structure
License: GPL+ or Artistic
Group: Development/Libraries
@ -15,7 +15,7 @@ BuildRequires: perl(Test::More)
# For better test coverage
BuildRequires: perl(Test::Pod) >= 1.00
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
BuildRequires: perl(Test::MinimumVersion) >= 0.007
%description
Class::Inspector allows you to get information about a loaded class.
@ -42,7 +42,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,-)
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.20-3
- Rebuild normally, second pass
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.20-2
- Rebuild for perl 5.10 (again), first pass