Accepting request 241473 from home:computersalat:devel:perl
fix build and deps OBS-URL: https://build.opensuse.org/request/show/241473 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Helpers?expand=0&rev=5
This commit is contained in:
parent
f2b029a1c0
commit
4a41e04d6a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 11:45:45 UTC 2014 - chris@computersalat.de
|
||||
|
||||
- fix build for SLE 11
|
||||
* Test::More >= 0.88
|
||||
- fix deps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 08:29:24 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
#bcond_with test
|
||||
|
||||
Name: perl-ExtUtils-Helpers
|
||||
Version: 0.022
|
||||
Release: 0
|
||||
@ -29,8 +31,26 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#if %{with test}
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
#endif
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(Exporter) >= 5.57
|
||||
Requires: perl(File::Basename)
|
||||
Requires: perl(File::Copy)
|
||||
Requires: perl(File::Spec::Functions)
|
||||
Requires: perl(Module::Load)
|
||||
Requires: perl(Text::ParseWords)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -44,8 +64,10 @@ modules.
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
#if %{with test}
|
||||
%check
|
||||
%{__make} test
|
||||
#endif
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Loading…
Reference in New Issue
Block a user