From ca66a523cd355c4efc9901d140f3db5a36c71709d54c1c2a53fd7b3126e8b5fc Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 29 Jan 2010 17:46:58 +0000 Subject: [PATCH] Accepting request 30407 from devel:languages:perl Copy from devel:languages:perl/perl-IPC-Run3 based on submit request 30407 from user anicka OBS-URL: https://build.opensuse.org/request/show/30407 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IPC-Run3?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++++ .gitignore | 1 + IPC-Run3-0.043.tar.gz | 3 +++ perl-IPC-Run3.changes | 5 ++++ perl-IPC-Run3.spec | 63 +++++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 95 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 IPC-Run3-0.043.tar.gz create mode 100644 perl-IPC-Run3.changes create mode 100644 perl-IPC-Run3.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/IPC-Run3-0.043.tar.gz b/IPC-Run3-0.043.tar.gz new file mode 100644 index 0000000..273f9a2 --- /dev/null +++ b/IPC-Run3-0.043.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b534e07e1459529ac12a77393628366f30d122b0dfaaa3ed5ec032079097ad +size 19395 diff --git a/perl-IPC-Run3.changes b/perl-IPC-Run3.changes new file mode 100644 index 0000000..2859f0f --- /dev/null +++ b/perl-IPC-Run3.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Jan 25 15:22:48 CET 2010 - anicka@suse.cz + +- cleaned Requires + diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec new file mode 100644 index 0000000..d9c4957 --- /dev/null +++ b/perl-IPC-Run3.spec @@ -0,0 +1,63 @@ +# +# spec file for package perl-IPC-Run3 (Version 0.043) +# +# Copyright (c) 2010 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 +# 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.043 +Release: 1 +Summary: Run a subprocess with input/ouput redirection +License: OSI-Approved, see LICENSE +Group: Development/Libraries +Url: http://search.cpan.org/dist/IPC-Run3/ +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +Requires: perl = %{perl_version} + +%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. + +%prep +%setup -q -n IPC-Run3-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4