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
|
Mon Mar 17 08:29:24 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
#bcond_with test
|
||||||
|
|
||||||
Name: perl-ExtUtils-Helpers
|
Name: perl-ExtUtils-Helpers
|
||||||
Version: 0.022
|
Version: 0.022
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -29,8 +31,26 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
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(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(Module::Load)
|
||||||
|
Requires: perl(Text::ParseWords)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,8 +64,10 @@ modules.
|
|||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
#if %{with test}
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
#endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user