From 8b110b15054b7e2436ee45aa99fe2712d1c7605327611d38f31df6a76d76cb65 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Fri, 17 Sep 2010 15:57:06 +0000 Subject: [PATCH] repairlink OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=13 --- IPC-Run3-0.044.tar.bz2 | 3 +++ IPC-Run3-0.044.tar.gz | 3 --- perl-IPC-Run3.changes | 7 +++++++ perl-IPC-Run3.spec | 31 ++++++++++++++++++++++--------- 4 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 IPC-Run3-0.044.tar.bz2 delete mode 100644 IPC-Run3-0.044.tar.gz diff --git a/IPC-Run3-0.044.tar.bz2 b/IPC-Run3-0.044.tar.bz2 new file mode 100644 index 0000000..0aabf19 --- /dev/null +++ b/IPC-Run3-0.044.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d0eb8b41afdc80cbefdf0a18048666c72ca478f52594ad3eab3d75db2f87fe +size 18009 diff --git a/IPC-Run3-0.044.tar.gz b/IPC-Run3-0.044.tar.gz deleted file mode 100644 index 080885f..0000000 --- a/IPC-Run3-0.044.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9 -size 19412 diff --git a/perl-IPC-Run3.changes b/perl-IPC-Run3.changes index df703f8..2e3876c 100644 --- a/perl-IPC-Run3.changes +++ b/perl-IPC-Run3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 5c58885..e980156 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-IPC-Run3 (Version 0.043) +# spec file for package perl-IPC-Run3 (Version 0.044) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,27 +17,32 @@ # norootforbuild +%bcond_with pod Name: perl-IPC-Run3 -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) +%define cpan_name IPC-Run3 Summary: Run a subprocess with input/ouput redirection -Version: 0.043 -Release: 4 -License: BSDv1+ ; Artistic V1+ ; GPLv1+ +Version: 0.044 +Release: 1 +License: Any of BSDv1+ , Artistic V1+ , GPLv1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IPC-Run3/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz +#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.bz2 +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif -BuildRequires: perl(Test::More) >= 0.31 +%if %{with pod} BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +%endif +BuildRequires: perl(Test::More) >= 0.31 BuildRequires: perl(Time::HiRes) Requires: perl = %{perl_version} -Provides: %{cpan_name} +Requires: perl(Time::HiRes) %description This module allows you to run a subprocess and redirect stdin, stdout, @@ -45,6 +50,10 @@ 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. +Authors: +-------- + Barrie Slaymaker + %prep %setup -q -n %{cpan_name}-%{version} @@ -57,7 +66,11 @@ Perlish API. %install %perl_make_install -%perl_process_packlist +# do not perl_process_packlist (noarch) +# remove .packlist file +%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch +# remove perllocal.pod file +%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib %perl_gen_filelist %clean