|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-SubCalls
|
|
|
|
|
Version: 1.07
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.08
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Track the number of times subs are called
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -16,6 +16,14 @@ BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.60
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
# for improved tests
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
|
|
|
|
# FIXME: Fedora's Pod::Simple is outdated
|
|
|
|
|
# BuildRequires: perl(Pod::Simple) >= 3.07
|
|
|
|
|
BuildRequires: perl(Pod::Simple)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.26
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
There are a number of different situations (like testing cacheing
|
|
|
|
|
code) where you want to want to do a number of tests, and then verify
|
|
|
|
@ -41,7 +49,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
make test AUTOMATED_TESTING=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -56,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 05 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.08-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- Activate AUTOMATED_TESTING.
|
|
|
|
|
|
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-3
|
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
|
|
|
|
|