- BuildRequire perl(ExtUtils::MakeMaker).

This commit is contained in:
Ville Skyttä 2007-04-18 17:47:07 +00:00
parent 635966bc39
commit 26df509203

View File

@ -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ä <ville.skytta at iki.fi> - 0.80-3
- BuildRequire perl(ExtUtils::MakeMaker).
* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
- Fix order of arguments to find(1).