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.