1
0
Stephan Kulow 2013-04-21 10:04:29 +00:00 committed by Git OBS Bridge
parent 2ea1894d0b
commit fa4e03397d

View File

@ -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