8
0
Pascal Bleser
2012-01-02 07:33:29 +00:00
committed by Git OBS Bridge
parent bde79572df
commit 8d734224fd
4 changed files with 24 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-perlbrew
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -21,7 +21,7 @@
%endif
Name: perl-App-perlbrew
Version: 0.35
Version: 0.39
Release: 1
License: MIT
%define cpan_name App-perlbrew
@@ -33,13 +33,15 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::PatchPerl) >= 0.26
BuildRequires: perl(Devel::PatchPerl) >= 0.46
BuildRequires: perl(Path::Class)
BuildRequires: perl(IO::All)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(File::Path::Tiny)
BuildRequires: perl(local::lib) >= 1.008
BuildRequires: perl(Capture::Tiny) >= 0.13
%if 0%{?with_test}
BuildRequires: perl(Test::Simple) >= 0.98
BuildRequires: perl(Test::Spec)
BuildRequires: perl(Test::Output)
BuildRequires: perl(Test::Exception)
@@ -50,6 +52,7 @@ Requires: perl(IO::All)
Requires: perl(Try::Tiny)
Requires: perl(File::Path::Tiny)
Requires: perl(local::lib) >= 1.008
Requires: perl(Capture::Tiny)
%{perl_requires}
%description