- updated to 0.045
skip a test that tickles an OpenBSD bug and hangs the process (thanks, BinGOs) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=24
This commit is contained in:
parent
adeea357b7
commit
8c144f6dc6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9
|
||||
size 19412
|
3
IPC-Run3-0.045.tar.gz
Normal file
3
IPC-Run3-0.045.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:658971b13f837c9c760df1959ac6471d5e48265d0a44d1d524cb4d0ab81881da
|
||||
size 20017
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 10:09:13 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 0.045
|
||||
skip a test that tickles an OpenBSD bug and hangs the process (thanks,
|
||||
BinGOs)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:08:13 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IPC-Run3
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,42 +15,37 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%bcond_with pod
|
||||
|
||||
Name: perl-IPC-Run3
|
||||
Version: 0.045
|
||||
Release: 0
|
||||
%define cpan_name IPC-Run3
|
||||
Summary: Run a subprocess with input/ouput redirection
|
||||
Version: 0.044
|
||||
Release: 2
|
||||
License: Any of BSDv1+ , Artistic V1+ , GPLv1+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/IPC-Run3/
|
||||
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%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(Time::HiRes)
|
||||
#BuildRequires: perl(IPC::Run3)
|
||||
#BuildRequires: perl(IPC::Run3::ProfArrayBuffer)
|
||||
#BuildRequires: perl(IPC::Run3::ProfLogger)
|
||||
#BuildRequires: perl(IPC::Run3::ProfLogReader)
|
||||
#BuildRequires: perl(IPC::Run3::ProfPP)
|
||||
#BuildRequires: perl(IPC::Run3::ProfReporter)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module allows you to run a subprocess and redirect stdin, stdout,
|
||||
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
|
||||
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>
|
||||
Speed, simplicity, and portability are paramount. (That's speed of Perl
|
||||
code; which is often much slower than the kind of buffered I/O that this
|
||||
module uses to spool input to and output from the child command.)
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@ -64,18 +59,11 @@ Authors:
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# 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_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user