- 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
|
Fri Nov 18 11:08:13 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-IPC-Run3
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,42 +15,37 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
%bcond_with pod
|
|
||||||
|
|
||||||
Name: perl-IPC-Run3
|
Name: perl-IPC-Run3
|
||||||
|
Version: 0.045
|
||||||
|
Release: 0
|
||||||
%define cpan_name IPC-Run3
|
%define cpan_name IPC-Run3
|
||||||
Summary: Run a subprocess with input/ouput redirection
|
Summary: Run a subprocess with input/ouput redirection
|
||||||
Version: 0.044
|
|
||||||
Release: 2
|
|
||||||
License: Any of 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/
|
||||||
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%if %{with pod}
|
#BuildRequires: perl(IPC::Run3)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
#BuildRequires: perl(IPC::Run3::ProfArrayBuffer)
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
#BuildRequires: perl(IPC::Run3::ProfLogger)
|
||||||
%endif
|
#BuildRequires: perl(IPC::Run3::ProfLogReader)
|
||||||
BuildRequires: perl(Test::More) >= 0.31
|
#BuildRequires: perl(IPC::Run3::ProfPP)
|
||||||
BuildRequires: perl(Time::HiRes)
|
#BuildRequires: perl(IPC::Run3::ProfReporter)
|
||||||
Requires: perl(Time::HiRes)
|
%{perl_requires}
|
||||||
|
|
||||||
%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,
|
||||||
and/or stderr to files and perl data structures. It aims to satisfy 99%
|
and/or stderr to files and perl data structures. It aims to satisfy 99% of
|
||||||
of the need for using system, qx, and open3 with a simple, extremely
|
the need for using 'system', 'qx', and 'open3' with a simple, extremely
|
||||||
Perlish API.
|
Perlish API.
|
||||||
|
|
||||||
Authors:
|
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
|
||||||
Barrie Slaymaker <barries@slaysys.com>
|
module uses to spool input to and output from the child command.)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@ -64,18 +59,11 @@ Authors:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
# do not perl_process_packlist (noarch)
|
%perl_process_packlist
|
||||||
# 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
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user