- Upstream update.
This commit is contained in:
parent
88cfecf93e
commit
f8dc71e5e5
@ -1 +1 @@
|
||||
Class-Inspector-1.17.tar.gz
|
||||
Class-Inspector-1.18.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.17
|
||||
Version: 1.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Get information about a class and its structure
|
||||
License: GPL+ or Artistic
|
||||
@ -16,6 +16,9 @@ BuildRequires: perl(Test::More)
|
||||
# For better test coverage
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
|
||||
# FIXME: Not yet available in Fedora
|
||||
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
|
||||
|
||||
%description
|
||||
Class::Inspector allows you to get information about a loaded class.
|
||||
Most or all of this information can be found in other ways, but they aren't
|
||||
@ -41,7 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test
|
||||
make test AUTOMATED_TESTING=1
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
@ -50,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 1.18-1
|
||||
- Upstream update.
|
||||
|
||||
* Fri Aug 17 2007 Ralf Corsépius <rc040203@freenet.de> - 1.17-1
|
||||
- Upstream update.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user