Sync from SUSE:SLFO:Main perl-IPC-Run3 revision 8cf83feed4524e692d9a157b433ebc52

This commit is contained in:
Adrian Schröter 2024-05-03 18:25:00 +02:00
commit 150aca0b11
5 changed files with 186 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
IPC-Run3-0.048.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

20
cpanspec.yml Normal file
View File

@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
license: BSD-2-Clause or GPL-2.0+ or Artistic-1.0
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

75
perl-IPC-Run3.changes Normal file
View File

@ -0,0 +1,75 @@
-------------------------------------------------------------------
Tue Apr 14 21:16:28 UTC 2015 - coolo@suse.com
- updated to 0.048
see /usr/share/doc/packages/perl-IPC-Run3/Changes
-------------------------------------------------------------------
Fri Jul 26 05:29:49 UTC 2013 - coolo@suse.com
- updated to 0.046
replace a die with a croak (thanks, Mike Doherty)
typo fixes in documentation (thanks, David Steinbrunner)
-------------------------------------------------------------------
Thu Mar 8 10:53:42 UTC 2012 - cfarrell@suse.com
- license update: BSD-2-Clause or GPL-2.0+ or Artistic-1.0
See License
-------------------------------------------------------------------
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
- use original .tar.gz
-------------------------------------------------------------------
Tue Nov 30 19:20:23 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
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 build noarch
-------------------------------------------------------------------
Thu Mar 4 22:23:06 UTC 2010 - chris@computersalat.de
- cleanup spec
o norootforbuild
- fixed deps
- added perl-macros
o perl_gen_filelist
-------------------------------------------------------------------
Sat Jan 30 00:36:31 UTC 2010 - larry+opensuse@l2g.to
- Changed the spec for current openSUSE package conventions and to
make file list stricter
-------------------------------------------------------------------
Mon Jan 25 15:22:48 CET 2010 - anicka@suse.cz
- cleaned Requires

65
perl-IPC-Run3.spec Normal file
View File

@ -0,0 +1,65 @@
#
# spec file for package perl-IPC-Run3
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-IPC-Run3
Version: 0.048
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name IPC-Run3
Summary: Run a Subprocess with Input/Ouput Redirection
License: BSD-2-Clause or GPL-2.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-Run3/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{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
Perlish API.
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}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog