repairlink
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=13
This commit is contained in:
parent
8633b19145
commit
8b110b1505
3
IPC-Run3-0.044.tar.bz2
Normal file
3
IPC-Run3-0.044.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09d0eb8b41afdc80cbefdf0a18048666c72ca478f52594ad3eab3d75db2f87fe
|
||||||
|
size 18009
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9
|
|
||||||
size 19412
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Sep 16 01:19:48 UTC 2010 - larry+opensuse@l2g.to
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,27 +17,32 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
%bcond_with pod
|
||||||
|
|
||||||
Name: perl-IPC-Run3
|
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
|
Summary: Run a subprocess with input/ouput redirection
|
||||||
Version: 0.043
|
Version: 0.044
|
||||||
Release: 4
|
Release: 1
|
||||||
License: BSDv1+ ; Artistic V1+ ; GPLv1+
|
License: Any of BSDv1+ , Artistic V1+ , GPLv1+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/IPC-Run3/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl(Test::More) >= 0.31
|
%if %{with pod}
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||||
|
%endif
|
||||||
|
BuildRequires: perl(Test::More) >= 0.31
|
||||||
BuildRequires: perl(Time::HiRes)
|
BuildRequires: perl(Time::HiRes)
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Provides: %{cpan_name}
|
Requires: perl(Time::HiRes)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module allows you to run a subprocess and redirect stdin, stdout,
|
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
|
of the need for using system, qx, and open3 with a simple, extremely
|
||||||
Perlish API.
|
Perlish API.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Barrie Slaymaker <barries@slaysys.com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
@ -57,7 +66,11 @@ Perlish API.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_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
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user