From 6269740cccd3d605b3ec14ca50454b2905ce285f Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Apr 18 2007 16:49:14 +0000 Subject: BR ExtUtils::MakeMaker. --- diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec index a859b76..55f0b2a 100644 --- a/perl-File-Fetch.spec +++ b/perl-File-Fetch.spec @@ -1,6 +1,6 @@ Name: perl-File-Fetch Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generic file fetching mechanism License: GPL or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/File-Fetch/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/File-Fetch-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Cmd) >= 0.04 BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Load::Conditional) >= 0.04 @@ -50,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Apr 18 2007 Steven Pritchard 0.10-2 +- BR ExtUtils::MakeMaker. + * Sat Jan 27 2007 Steven Pritchard 0.10-1 - Update to 0.10. - Use fixperms macro instead of our own chmod incantation.