From dfce7a60a40fd160a83e59a4a42dfeceb512e767 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Mon, 12 Mar 2007 04:09:22 +0000 Subject: [PATCH] - BR: perl(ExtUtils::MakeMaker). --- perl-File-Copy-Recursive.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-File-Copy-Recursive.spec b/perl-File-Copy-Recursive.spec index e4795ab..146aa67 100644 --- a/perl-File-Copy-Recursive.spec +++ b/perl-File-Copy-Recursive.spec @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Spec) @@ -45,6 +46,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Mar 12 2007 Ralf Corsépius - 0.31-2 +- BR: perl(ExtUtils::MakeMaker). + * Fri Mar 02 2007 Ralf Corsépius - 0.31-1 - Upstream update.