From 38a2575056e2916c79025aa8895a3b7f48faf3e7f411ce3fd931d78a5b796494 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:50:36 +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-String-Format?expand=0&rev=5 --- perl-String-Format.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/perl-String-Format.spec b/perl-String-Format.spec index 2de5615..098078d 100644 --- a/perl-String-Format.spec +++ b/perl-String-Format.spec @@ -29,12 +29,10 @@ Url: http://search.cpan.org/dist/String-Format/ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros -%endif -BuildRequires: perl(Test::More) %{perl_requires} +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Test::More) %description String::Format lets you define arbitrary printf-like format sequences to be