add perl as explicit buildrequire

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Glob?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2010-10-19 15:37:43 +00:00 committed by Git OBS Bridge
parent 9a8527e7e2
commit a6f6daa5da
2 changed files with 12 additions and 0 deletions

11
perl-Text-Glob.changes Normal file
View File

@ -0,0 +1,11 @@
-------------------------------------------------------------------
Tue Oct 19 15:36:36 UTC 2010 - coolo@novell.com
- add perl as explicit buildrequire
-------------------------------------------------------------------
Sun Jun 8 00:00:00 UTC 2008 - gerrit.beine@gmx.de
- first release 0.08

View File

@ -11,6 +11,7 @@ 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
BuildRequires: perl
%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.