diff --git a/perl-Test-Requires.spec b/perl-Test-Requires.spec index f7ee804..8cf2d78 100644 --- a/perl-Test-Requires.spec +++ b/perl-Test-Requires.spec @@ -11,8 +11,11 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Filter::Util::Call) -BuildRequires: perl(Test::More) >= 0.61 +BuildRequires: perl(Test::Builder::Module) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Perl::Critic) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Spelling), hunspell-en Requires: perl(Test::Builder::Module) @@ -42,6 +45,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check # note the "skipped" warnings indicate success :) make test +make test TEST_FILES="xt/*.t" %clean @@ -54,19 +58,21 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog -* Fri Jan 13 2012 Fedora Release Engineering - 0.06-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild +* Wed Aug 17 2011 Paul Howarth - 0.06-3 +- BR: hunspell-en rather than aspell-en (#731272) -* Wed Feb 09 2011 Fedora Release Engineering - 0.06-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Thu Nov 18 2010 Paul Howarth - 0.06-2 +- Run release tests as well as standard test suite in %%check +- Drop no-longer-needed buildreq perl(Filter::Util::Call) +- New buildreqs perl(Test::Perl::Critic), perl(Test::Pod), perl(Test::Spelling) -* Tue Oct 05 2010 Iain Arnell 0.06-1 -- update to latest upstream version +* Tue Oct 05 2010 Iain Arnell - 0.06-1 +- Update to latest upstream version * Fri May 07 2010 Marcela Maslanova - 0.03-2 - Mass rebuild with perl-5.12.0 -* Sat Mar 20 2010 Chris Weyl 0.03-1 -- specfile by Fedora::App::MaintainerTools 0.006 +* Sat Mar 20 2010 Chris Weyl - 0.03-1 +- Specfile by Fedora::App::MaintainerTools 0.006