1
0

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
This commit is contained in:
Stephan Kulow 2010-12-03 14:53:49 +00:00 committed by Git OBS Bridge
parent 4b812a1ab7
commit 1f46e2db64

View File

@ -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.