[perl-Test-Requires/el5/master] - Run release tests as well as standard test suite in %check - Drop no-longer-needed buildreq perl(F

Paul Howarth pghmcfc at fedoraproject.org
Thu Nov 18 16:50:15 UTC 2010


commit 868d923c69785a2c31f0f05c6615cbc6c550bbf7
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Nov 18 16:49:28 2010 +0000

    - 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)

 perl-Test-Requires.spec |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Requires.spec b/perl-Test-Requires.spec
index daee442..cb90db2 100644
--- a/perl-Test-Requires.spec
+++ b/perl-Test-Requires.spec
@@ -1,7 +1,7 @@
 Name:           perl-Test-Requires
 Summary:        Checks to see if a given module can be loaded
 Version:        0.06
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-%{version}.tar.gz 
@@ -10,9 +10,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires:  perl(Filter::Util::Call)
-BuildRequires:  perl(Test::More) >= 0.61
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Builder::Module)
+BuildRequires:  perl(Test::More) 
+BuildRequires:  perl(Test::Perl::Critic)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Spelling), aspell-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,6 +58,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Nov 18 2010 Paul Howarth <paul at city-fan.org> - 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 <iarnell at gmail.com> 0.06-1
 - update to latest upstream version
 



More information about the perl-devel mailing list