forked from pool/perl-Algorithm-C3
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-C3?expand=0&rev=6
This commit is contained in:
parent
bffc3c9aed
commit
fc8a56e9c0
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 30 19:19:49 UTC 2010 - coolo@novell.com
|
|
||||||
|
|
||||||
- switch to perl_requires macro
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 11 18:53:32 UTC 2010 - chris@computersalat.de
|
Thu Nov 11 18:53:32 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -31,11 +31,10 @@ Url: http://search.cpan.org/dist/Algorithm-C3/
|
|||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
%if 0%{?suse_version} < 1120
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%endif
|
|
||||||
%if %{with pod}
|
%if %{with pod}
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||||
@ -43,7 +42,6 @@ BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|||||||
BuildRequires: perl(Test::More) >= 0.47
|
BuildRequires: perl(Test::More) >= 0.47
|
||||||
#
|
#
|
||||||
BuildRequires: perl(Carp) >= 0.01
|
BuildRequires: perl(Carp) >= 0.01
|
||||||
%{perl_requires}
|
|
||||||
Requires: perl(Carp) >= 0.01
|
Requires: perl(Carp) >= 0.01
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user