forked from pool/perl-Module-Implementation
- updated to 0.07
- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
Nilsen. RT #76809.
- remove old old_test_more.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
f025f74087
commit
af0dd80d32
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-Implementation
|
||||
Version: 0.06
|
||||
Version: 0.07
|
||||
Release: 0
|
||||
%define cpan_name Module-Implementation
|
||||
Summary: Loads one of several alternate underlying implementations for a module
|
||||
@@ -25,19 +25,16 @@ 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
|
||||
# MANUAL
|
||||
Patch0: old_test_more.patch
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Runtime) >= 0.012
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Fatal) >= 0.006
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
#BuildRequires: perl(Module::Implementation)
|
||||
#BuildRequires: perl(Test::Spelling)
|
||||
Requires: perl(Module::Runtime) >= 0.012
|
||||
Requires: perl(Try::Tiny)
|
||||
%{perl_requires}
|
||||
@@ -55,9 +52,6 @@ something like a plugin system, not this module.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%patch0
|
||||
%endif
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user