rebuild, first pass, disable tests, TMV
This commit is contained in:
parent
e3a59fa682
commit
3e2cce47ae
@ -1,6 +1,6 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.18
|
||||
Release: 2%{?dist}
|
||||
Release: 2%{?dist}.1
|
||||
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 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.18-2.1
|
||||
- rebuild for new perl, first pass, disable TMV, tests
|
||||
|
||||
* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 1.18-2
|
||||
- Add BR: perl(Test::MinimumVersion).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user