From 78fd5c0caa160aeef9fdb1390f1abbdba7023a50c6f4d2dcc694df035fe379e0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:50:22 +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-SQL-Abstract?expand=0&rev=4 --- perl-SQL-Abstract.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index f520703..e89fada 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -27,6 +27,7 @@ Group: Development/Libraries/Perl URL: http://search.cpan.org/dist/SQL-Abstract Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Pod) >= 1.14 @@ -40,7 +41,6 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Clone) >= 0.31 BuildRequires: perl(List::Util) BuildRequires: perl(Scalar::Util) -%{perl_requires} Requires: perl(List::Util) Requires: perl(Scalar::Util)