diff --git a/perl-Net-SCP.spec b/perl-Net-SCP.spec index 315bf33..e589bda 100644 --- a/perl-Net-SCP.spec +++ b/perl-Net-SCP.spec @@ -1,6 +1,6 @@ Name: perl-Net-SCP Version: 0.07 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl extension for secure copy protocol License: GPL or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Net-SCP/ Source0: http://www.cpan.org/authors/id/I/IV/IVAN/Net-SCP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Net::SSH) BuildRequires: perl(String::ShellQuote) Requires: openssh-clients @@ -47,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Apr 18 2007 Steven Pritchard 0.07-6 +- BR ExtUtils::MakeMaker. + * Thu Nov 02 2006 Steven Pritchard 0.07-5 - Cleanup to more closely match cpanspec output.