Updating link to change in openSUSE:Factory/perl-IPC-Run3 revision 8.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=dbe0fa276867ea9a091b6e1900c86888
This commit is contained in:
OBS User buildservice-autocommit 2010-09-17 22:49:13 +00:00 committed by Git OBS Bridge
parent 5791a737d1
commit 8c0af08373
4 changed files with 40 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96b534e07e1459529ac12a77393628366f30d122b0dfaaa3ed5ec032079097ad
size 19395

3
IPC-Run3-0.044.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09d0eb8b41afdc80cbefdf0a18048666c72ca478f52594ad3eab3d75db2f87fe
size 18009

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Fri Sep 17 15:50:49 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- fix deps
- noarch pkg is OK
-------------------------------------------------------------------
Thu Sep 16 01:19:48 UTC 2010 - larry+opensuse@l2g.to
- New upstream version 0.044. From changelog:
+ ignore user-defined __DIE__ handler in _type (Jeff Lavallee)
+ Added test for __DIE__ handler behavior
-------------------------------------------------------------------
Mon May 24 13:42:46 UTC 2010 - coolo@novell.com
- do not bulid noarch
- do not build noarch
-------------------------------------------------------------------
Thu Mar 4 22:23:06 UTC 2010 - chris@computersalat.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-IPC-Run3 (Version 0.043)
# spec file for package perl-IPC-Run3 (Version 0.044)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,27 +17,32 @@
# norootforbuild
%bcond_with pod
Name: perl-IPC-Run3
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
%define cpan_name IPC-Run3
Summary: Run a subprocess with input/ouput redirection
Version: 0.043
Release: 4
License: BSDv1+ ; Artistic V1+ ; GPLv1+
Version: 0.044
Release: 1
License: Any of BSDv1+ , Artistic V1+ , GPLv1+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-Run3/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More) >= 0.31
%if %{with pod}
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
%endif
BuildRequires: perl(Test::More) >= 0.31
BuildRequires: perl(Time::HiRes)
Requires: perl = %{perl_version}
Provides: %{cpan_name}
Requires: perl(Time::HiRes)
%description
This module allows you to run a subprocess and redirect stdin, stdout,
@ -45,6 +50,10 @@ and/or stderr to files and perl data structures. It aims to satisfy 99%
of the need for using system, qx, and open3 with a simple, extremely
Perlish API.
Authors:
--------
Barrie Slaymaker <barries@slaysys.com>
%prep
%setup -q -n %{cpan_name}-%{version}
@ -57,7 +66,11 @@ Perlish API.
%install
%perl_make_install
%perl_process_packlist
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%clean