8
0
Stephan Kulow
2013-06-09 15:13:15 +00:00
committed by Git OBS Bridge
parent 428cb02655
commit f025f74087
4 changed files with 14 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Implementation
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -17,7 +17,7 @@
Name: perl-Module-Implementation
Version: 0.05
Version: 0.06
Release: 0
%define cpan_name Module-Implementation
Summary: Loads one of several alternate underlying implementations for a module
@@ -25,22 +25,20 @@ License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Implementation/
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
%if 0%{?suse_version} <= 1110
# MANUAL
Patch0: old_test_more.patch
%endif
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Taint)
BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Module::Implementation)
#BuildRequires: perl(Test::Spelling)
Requires: perl(Module::Runtime) >= 0.011
Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Try::Tiny)
%{perl_requires}