Accepting request 297057 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/297057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IPC-Run3?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2015-04-25 19:15:53 +00:00 committed by Git OBS Bridge
commit f77e12ea07
5 changed files with 35 additions and 13 deletions

View File

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IPC-Run3
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -17,24 +17,20 @@
Name: perl-IPC-Run3
Version: 0.046
Version: 0.048
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name IPC-Run3
Summary: Run a subprocess with input/ouput redirection
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/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
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
#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