forked from pool/perl-Module-Implementation
This commit is contained in:
committed by
Git OBS Bridge
parent
428cb02655
commit
f025f74087
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user