rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.3,1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Mar 8 16:38:28 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Net-SSH-Perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9931

Modified Files:
	perl-Net-SSH-Perl.spec 
Log Message:
Buildrequire perl-devel for Fedora 7 onwards


Index: perl-Net-SSH-Perl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Net-SSH-Perl.spec	31 Aug 2006 15:17:55 -0000	1.3
+++ perl-Net-SSH-Perl.spec	8 Mar 2007 16:37:56 -0000	1.4
@@ -4,7 +4,7 @@
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
 Version:	1.30
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -12,20 +12,23 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
-BuildRequires:	perl(String::CRC32)        >= 1.2
-BuildRequires:	perl(Convert::PEM)         >= 0.05
+BuildRequires:	perl(String::CRC32)		>= 1.2
+BuildRequires:	perl(Convert::PEM)		>= 0.05
 BuildRequires:	perl(Crypt::Blowfish)
-BuildRequires:	perl(Crypt::DH)            >= 0.01
-BuildRequires:	perl(Crypt::DSA)           >= 0.11
+BuildRequires:	perl(Crypt::DH)			>= 0.01
+BuildRequires:	perl(Crypt::DSA)		>= 0.11
 BuildRequires:	perl(Crypt::RSA)
 BuildRequires:	perl(Digest::BubbleBabble)
 BuildRequires:	perl(Digest::HMAC_MD5)
 BuildRequires:	perl(Digest::HMAC_SHA1)
 BuildRequires:	perl(Digest::MD5)
-BuildRequires:	perl(Digest::SHA1)         >= 2.10
-BuildRequires:	perl(Math::GMP)            >= 1.04
-BuildRequires:	perl(Math::Pari)           >= 2.001804
+BuildRequires:	perl(Digest::SHA1)		>= 2.10
+BuildRequires:	perl(Math::GMP)			>= 1.04
+BuildRequires:	perl(Math::Pari)		>= 2.001804
 BuildRequires:	perl(MIME::Base64)
+%if 0%{?fedora} > 6
+BuildRequires:	perl-devel
+%endif
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -70,19 +73,23 @@
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Changes README LICENSE eg ToDo
 %{perl_vendorlib}/Net/
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 1.30-4
+- Buildrequire perl-devel for Fedora 7 onwards
+- Fix argument order for find with -depth
+
 * Wed Aug 30 2006 Paul Howarth <paul at city-fan.org> 1.30-3
 - Skip test 03-packet, which can sometimes hang (cpan rt#6101)
 - Add manual Crypt::Blowfish dep to ensure we have blowfish support




More information about the fedora-extras-commits mailing list