- 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:
parent
f025f74087
commit
af0dd80d32
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da3b78025ab82b04c042e7cc1fdefc3af225ca90865c215d4d8bcf3bbf54186d
|
|
||||||
size 10514
|
|
3
Module-Implementation-0.07.tar.gz
Normal file
3
Module-Implementation-0.07.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7349837153939d7f5777b28f49e2940a0aa003e75f587e1674da5bd5101d2997
|
||||||
|
size 11388
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 05:28:35 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 9 15:11:01 UTC 2013 - coolo@suse.com
|
Sun Jun 9 15:11:01 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Implementation
|
Name: perl-Module-Implementation
|
||||||
Version: 0.06
|
Version: 0.07
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Implementation
|
%define cpan_name Module-Implementation
|
||||||
Summary: Loads one of several alternate underlying implementations for a module
|
Summary: Loads one of several alternate underlying implementations for a module
|
||||||
@ -25,19 +25,16 @@ License: Artistic-2.0
|
|||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Module-Implementation/
|
Url: http://search.cpan.org/dist/Module-Implementation/
|
||||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||||
# MANUAL
|
|
||||||
Patch0: old_test_more.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Runtime) >= 0.012
|
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::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Requires)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
#BuildRequires: perl(Module::Implementation)
|
#BuildRequires: perl(Module::Implementation)
|
||||||
#BuildRequires: perl(Test::Spelling)
|
|
||||||
Requires: perl(Module::Runtime) >= 0.012
|
Requires: perl(Module::Runtime) >= 0.012
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@ -55,9 +52,6 @@ something like a plugin system, not this module.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%if 0%{?suse_version} <= 1110
|
|
||||||
%patch0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user