From fa024fce6d339c29b57a5346be635e4cab99e7a039c5f8e7ed6be8693c05cffe Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:04:42 +0000 Subject: [PATCH] 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-ExtUtils-Install?expand=0&rev=4 --- perl-ExtUtils-Install.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec index 01c5ed6..92d5d0b 100644 --- a/perl-ExtUtils-Install.spec +++ b/perl-ExtUtils-Install.spec @@ -27,6 +27,7 @@ Url: http://search.cpan.org/dist/ExtUtils-Install/ Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) @@ -38,7 +39,6 @@ BuildRequires: perl(File::Copy) BuildRequires: perl(File::Find) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) -%{perl_requires} Requires: perl(Carp) Requires: perl(Cwd) Requires: perl(File::Basename)