8
0
forked from pool/perl-IPC-Run

Accepting request 54569 from devel:languages:perl

Accepted submit request 54569 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IPC-Run?expand=0&rev=16
This commit is contained in:
Lars Vogdt
2010-12-05 20:59:36 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 30 19:20:22 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:18 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Oct 19 08:38:42 UTC 2010 - coolo@novell.com

View File

@@ -21,7 +21,6 @@
Name: perl-IPC-Run
Version: 0.89
Release: 4
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License .. ; GPLv2+
@@ -30,7 +29,9 @@ Summary: System() and Background Procs with Piping, Redirs, and PTYs
Source: IPC-Run-%{version}.tar.bz2
Patch: IPC-Run-%{version}-path.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
IPC::Run allows you run and interact with child processes using files,
@@ -73,6 +74,5 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man?/*
%{perl_vendorlib}/IPC
%{perl_vendorarch}/auto/IPC
/var/adm/perl-modules/perl-IPC-Run
%changelog