rpms/perl-Net-SSH-Perl/EL-4 perl-Net-SSH-Perl.spec,1.13,1.14

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 13 16:37:04 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20572/EL-4

Modified Files:
	perl-Net-SSH-Perl.spec 
Log Message:
Fix up specs for EPEL


Index: perl-Net-SSH-Perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-4/perl-Net-SSH-Perl.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Net-SSH-Perl.spec	26 Feb 2009 23:26:12 -0000	1.13
+++ perl-Net-SSH-Perl.spec	13 Mar 2009 16:36:33 -0000	1.14
@@ -8,7 +8,7 @@
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
 Version:	1.34
-Release:	3%{?dist}
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -28,7 +28,7 @@
 BuildRequires:	perl(Digest::HMAC_MD5)
 BuildRequires:	perl(Digest::HMAC_SHA1)
 BuildRequires:	perl(Digest::MD5)
-BuildRequires:	perl(Digest::SHA1)		>= 2.10
+BuildRequires:	perl(Digest::SHA1)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Math::GMP)			>= 1.04
 BuildRequires:	perl(Math::Pari)		>= 2.001804
@@ -38,9 +38,7 @@
 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
+#BuildRequires:	perl(Test::YAML::Meta)		>= 0.03
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -77,8 +75,8 @@
 
 %check
 # Critic and POD tests currently fail
-%{__gpg} --import %{SOURCE1}
-LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1
+%{__gpg} --import %{SOURCE1} || :
+LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0
 
 %install
 %{__rm} -rf %{buildroot}
@@ -97,12 +95,6 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.34-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Sun Feb 22 2009 Paul Howarth <paul at city-fan.org> 1.34-2
-- Add buildreq aspell-en for spell check test
-
 * Mon Feb  2 2009 Paul Howarth <paul at city-fan.org> 1.34-1
 - Update to 1.34, fixes various upstream bugs:
   * Rekey properly after 1 GB of data (rt.cpan.org #25044)
@@ -110,6 +102,11 @@
   * Fix typo in croak message (rt.cpan.org #42056)
   * Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
   * Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
+- Remove perl(Test::YAML::Meta) buildreq (not yet in EPEL)
+- Remove perl(Perl::Critic) buildreq (not yet in EPEL-4)
+- Remove perl(Digest::SHA1) version requirement (not satisfied in EL-4)
+- Remove perl(Text::SpellChecker) buildreq (dictionary coverage in EL-4
+  not sufficient to pass tests)
 
 * Tue Nov  4 2008 Paul Howarth <paul at city-fan.org> 1.33-2
 - Run tests in en_US locale, so spell checker doesn't complain about the use of




More information about the Fedora-perl-devel-list mailing list