From 7faf81854f33a9006a02998198747bc549abe6188069f33a4363e67d7fcc22b4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:50:11 +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-Spiffy?expand=0&rev=10 --- perl-Spiffy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec index e05c70a..203a1ff 100644 --- a/perl-Spiffy.spec +++ b/perl-Spiffy.spec @@ -22,14 +22,15 @@ Name: perl-Spiffy Url: http://search.cpan.org/~ingy/Spiffy License: Artistic Group: Development/Libraries/Perl -%{perl_requires} AutoReqProv: on Summary: Framework for object oriented programming in Perl. Version: 0.30 Release: 120 Source: Spiffy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl +BuildRequires: perl-macros %description "Spiffy" is a framework and methodology for doing object oriented (OO)