From fa4e03397d59f54e36e77f5ada24079d47553cdffb00853b3d80985071b8c428 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 21 Apr 2013 10:04:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-CaptureOutput?expand=0&rev=5 --- perl-IO-CaptureOutput.spec | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/perl-IO-CaptureOutput.spec b/perl-IO-CaptureOutput.spec index 685c481..925c172 100644 --- a/perl-IO-CaptureOutput.spec +++ b/perl-IO-CaptureOutput.spec @@ -1,27 +1,44 @@ # vim: set sw=4 ts=4 et nu: -# norootforbuild +# +# spec file for package perl-IO-CaptureOutput +# +# Copyright (c) 2013 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-IO-CaptureOutput Version: 1.1102 Release: 0 Summary: Capture STDOUT and STDERR from Perl code, subprocesses or XS -Source: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%{version}.tar.gz -URL: http://search.cpan.org/dist/IO-CaptureOutput/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +Source: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%{version}.tar.gz +Url: http://search.cpan.org/dist/IO-CaptureOutput/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: make perl +BuildRequires: make +BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::File) BuildRequires: perl(Symbol) +BuildRequires: perl(Test::More) Requires: perl(Carp) Requires: perl(Exporter) Requires: perl(File::Basename) @@ -63,3 +80,4 @@ modules. %{perl_vendorarch}/auto/IO/CaptureOutput %doc %{perl_man3dir}/IO::CaptureOutput.%{perl_man3ext}%{ext_man} +%changelog