[perl-Net-SSH-Perl/el6/master] Add newly-available buildreqs and re-enable spell check test

Paul Howarth pghmcfc at fedoraproject.org
Sun Aug 1 12:32:20 UTC 2010


commit 59b2e392c0952c9e961d9cae6f126b83155971e5
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Aug 1 13:29:48 2010 +0100

    Add newly-available buildreqs and re-enable spell check test
    
    - Re-add buildreq: perl(Test::YAML::Meta)
    - Re-add buildreq: perl(Text::SpellChecker)
    - Re-add buildreq: aspell-en
    - Re-enable the spell check test

 perl-Net-SSH-Perl.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec
index a792aeb..3aa172d 100644
--- a/perl-Net-SSH-Perl.spec
+++ b/perl-Net-SSH-Perl.spec
@@ -4,7 +4,7 @@
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
 Version:	1.34
-Release:	7%{?dist}
+Release:	8%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -34,7 +34,9 @@ BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Module::Signature)
 BuildRequires:	perl(Test::Pod)			>= 0.95
 BuildRequires:	perl(Test::Pod::Coverage)	>= 1.04
+BuildRequires:	perl(Test::YAML::Meta)		>= 0.03
 BuildRequires:	perl(Perl::Critic)
+BuildRequires:	perl(Text::SpellChecker), aspell-en
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -90,7 +92,7 @@ cd -
 # Critic and POD tests currently fail
 export GNUPGHOME=$(pwd)/gnupghome
 LC_ALL=en_US %{__make} -C Net-SSH-Perl-%{version} test \
-	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0
+	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -102,6 +104,11 @@ LC_ALL=en_US %{__make} -C Net-SSH-Perl-%{version} test \
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Sun Aug  1 2010 Paul Howarth <paul at city-fan.org> 1.34-8
+- Re-add buildreqs perl(Test::YAML::Meta), perl(Text::SpellChecker) and
+  aspell-en now that they're available for EL-6, and re-enable the spell
+  check test
+
 * Tue May 25 2010 Paul Howarth <paul at city-fan.org> 1.34-7
 - Don't clobber ~/.gnupg during build
 - Remove perl(Test::YAML::Meta) buildreq (not yet in EPEL)



More information about the perl-devel mailing list