From 26df50920349396df251568f261d59c6e2b91736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 18 Apr 2007 17:47:07 +0000 Subject: [PATCH] - BuildRequire perl(ExtUtils::MakeMaker). --- perl-IPC-Run.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index 7ea9bba..788066c 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run Version: 0.80 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl module for interacting with child processes License: GPL or Artistic @@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/R/RS/RSOD/IPC-Run-%{version}.tar. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Pty) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 17 2007 Ville Skyttä - 0.80-3 +- BuildRequire perl(ExtUtils::MakeMaker). + * Wed Aug 30 2006 Ville Skyttä - 0.80-2 - Fix order of arguments to find(1).