BR ExtUtils::MakeMaker.

This commit is contained in:
Steven Pritchard 2007-04-18 16:49:14 +00:00
parent 066c58ae9c
commit 6269740ccc

View File

@ -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 <steve@kspei.com> 0.10-2
- BR ExtUtils::MakeMaker.
* Sat Jan 27 2007 Steven Pritchard <steve@kspei.com> 0.10-1
- Update to 0.10.
- Use fixperms macro instead of our own chmod incantation.