rpms/perl-Net-SSH-Perl/EL-6 perl-Net-SSH-Perl.spec,1.15,1.16

Paul Howarth pghmcfc at fedoraproject.org
Tue May 25 20:39:04 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16021

Modified Files:
	perl-Net-SSH-Perl.spec 
Log Message:
Remove buildreqs for test suite that are not available for EL-6 (at least not yet)


Index: perl-Net-SSH-Perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-6/perl-Net-SSH-Perl.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- perl-Net-SSH-Perl.spec	13 May 2010 14:16:59 -0000	1.15
+++ perl-Net-SSH-Perl.spec	25 May 2010 20:39:04 -0000	1.16
@@ -34,9 +34,7 @@ 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)}
 
@@ -92,7 +90,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=1
+	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -104,8 +102,11 @@ LC_ALL=en_US %{__make} -C Net-SSH-Perl-%
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
-* Thu May 13 2010 Paul Howarth <paul at city-fan.org> 1.34-7
+* 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)
+- Remove perl(Text::SpellChecker) and aspell-en buildreqs (no aspell
+  dictionaries in EL-6 - see #590700)
 
 * Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.34-6
 - Mass rebuild with perl-5.12.0



More information about the scm-commits mailing list