Dirk Stoecker 2012-12-29 21:54:37 +00:00 committed by Git OBS Bridge
parent b97634a094
commit b3a69487f1

View File

@ -1,32 +1,49 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-IPC-System-Simple
#
# Copyright (c) 2012 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-IPC-System-Simple
Version: 1.21
Release: 0
Summary: Run commands simply, with detailed diagnostics
Source: http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz
URL: http://search.cpan.org/dist/IPC-System-Simple
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/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz
Url: http://search.cpan.org/dist/IPC-System-Simple
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl(Test::More)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Test)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(File::Basename)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(List::Util)
BuildRequires: perl(Config)
BuildRequires: perl(BSD::Resource)
Requires: perl(Scalar::Util)
Requires: perl(List::Util)
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(File::Basename)
BuildRequires: perl(List::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
Requires: perl(Config)
Requires: perl(File::Basename)
Requires: perl(List::Util)
Requires: perl(Scalar::Util)
%description
Calling Perl's in-built "system()" function is easy, determining if it was
@ -65,3 +82,4 @@ commands.
%{perl_vendorarch}/auto/IPC/System/Simple
%doc %{perl_man3dir}/IPC::System::Simple.%{perl_man3ext}%{ext_man}
%changelog