- BuildRequire perl(ExtUtils::MakeMaker).
This commit is contained in:
parent
635966bc39
commit
26df509203
@ -1,6 +1,6 @@
|
|||||||
Name: perl-IPC-Run
|
Name: perl-IPC-Run
|
||||||
Version: 0.80
|
Version: 0.80
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Perl module for interacting with child processes
|
Summary: Perl module for interacting with child processes
|
||||||
|
|
||||||
License: GPL or Artistic
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(IO::Pty)
|
BuildRequires: perl(IO::Pty)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
|
||||||
- Fix order of arguments to find(1).
|
- Fix order of arguments to find(1).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user