From 1f46e2db641822423723e6a9f36f7e4fa11e91d1c912e2904818bf61c46a5d53 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:53:49 +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-Text-Glob?expand=0&rev=5 --- perl-Text-Glob.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec index d3ce262..71a0601 100644 --- a/perl-Text-Glob.spec +++ b/perl-Text-Glob.spec @@ -4,14 +4,15 @@ Name: perl-%cpan_name Version: 0.08 Release: 1 Provides: %cpan_name -%{perl_requires} Group: Development/Libraries/Perl License: Artistic URL: http://search.cpan.org/dist/Text-Glob/ Summary: Tools for working with paths and file specs across platforms Source: %cpan_name-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl +BuildRequires: perl-macros %description Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.