From 97fbe5217fa8bd2edf8f455c848c8eca0acd1d35cc64c8a87e78afb5e0826b9f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:06: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-Glib?expand=0&rev=11 --- perl-Glib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index 341667f..55a20ee 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -20,9 +20,9 @@ Name: perl-Glib BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig +BuildRequires: perl-macros Version: 1.223 Release: 1 -%{perl_requires} AutoReqProv: on Group: Development/Libraries/Perl License: LGPLv2.1+ @@ -30,6 +30,7 @@ Url: http://cpan.org/modules/by-module/Glib/ Summary: Glib Perl module Source: Glib-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} %description This module provides perl access to GLib and GLib's GObject libraries.