From bffad47bf8168234b32cd4fa266235f662c2046e8f39f663c130fc3e33174978 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:01:39 +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-DateTime-Format-MySQL?expand=0&rev=3 --- perl-DateTime-Format-MySQL.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-DateTime-Format-MySQL.spec b/perl-DateTime-Format-MySQL.spec index ce4c409..b1e11e1 100644 --- a/perl-DateTime-Format-MySQL.spec +++ b/perl-DateTime-Format-MySQL.spec @@ -19,8 +19,8 @@ BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) Requires: perl(DateTime) Requires: perl(DateTime::Format::Builder) -%{perl_requires} BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} %description This module understands the formats used by MySQL for its DATE, DATETIME, TIME,