8
0
forked from pool/perl-IPC-Run

Accepting request 801215 from devel:languages:perl:autoupdate

- Rebase IPC-Run-0.89-path.diff
updated to 20200505.0
   see /usr/share/doc/packages/perl-IPC-Run/Changelog

OBS-URL: https://build.opensuse.org/request/show/801215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=41
This commit is contained in:
2020-05-07 12:51:56 +00:00
committed by Git OBS Bridge
parent a88964e8f8
commit 0e01727ee2
5 changed files with 30 additions and 17 deletions

View File

@@ -1,13 +1,13 @@
--- abuse/blocking_debug_with_sub_coprocess
+++ abuse/blocking_debug_with_sub_coprocess
--- eg/abuse/blocking_debug_with_sub_coprocess
+++ eg/abuse/blocking_debug_with_sub_coprocess
@@ -1,4 +1,4 @@
-#!/opt/i386-linux/perl/bin/perl -w
+#!/usr/bin/perl -w
## Submitted by Blair Zajac <blair@orcaware.com>
--- abuse/timers
+++ abuse/timers
--- eg/abuse/timers
+++ eg/abuse/timers
@@ -1,4 +1,4 @@
-#!/usr/local/lib/perl -w
+#!/usr/bin/perl -w

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3850d7edf8a4671391c6e99bb770698e1c45da55b323b31c76310913349b6c2f
size 148122

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:816ebf217fa0df99c583d73c0acc6ced78ac773787c664c75cbf140bb7e4c901
size 127505

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 7 12:35:57 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- Rebase IPC-Run-0.89-path.diff
-------------------------------------------------------------------
Wed May 6 03:12:45 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 20200505.0
see /usr/share/doc/packages/perl-IPC-Run/Changelog
-------------------------------------------------------------------
Thu May 24 05:28:12 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IPC-Run
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-IPC-Run
Version: 20180523.0
Version: 20200505.0
Release: 0
%define cpan_name IPC-Run
Summary: System() and Background Procs W/ Piping, Redirs, Ptys (Unix, Win32)
Summary: System() and background procs w/ piping, redirs, ptys (Unix, Win32)
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-Run/
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: IPC-Run-0.89-path.diff
@@ -32,10 +32,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IO::Pty) >= 1.08
BuildRequires: perl(Readonly)
BuildRequires: perl(Readonly::Array)
Requires: perl(IO::Pty) >= 1.08
Recommends: perl(IO::Pty) >= 1.08
Recommends: perl(Readonly)
%{perl_requires}
# MANUAL BEGIN
BuildRequires: netcfg
@@ -52,6 +52,7 @@ DOS command lines are provided.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%patch0
# MANUAL BEGIN
# run.t sometimes fails with "Resource temporarily unavailable"
@@ -59,11 +60,11 @@ mv t/run.t t/run.tt
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -72,7 +73,7 @@ mv t/run.t t/run.tt
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.md TODO
%doc Changelog README.md
%license LICENSE
%changelog