forked from pool/perl-Text-Glob
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:
parent
4b812a1ab7
commit
1f46e2db64
@ -4,14 +4,15 @@ Name: perl-%cpan_name
|
|||||||
Version: 0.08
|
Version: 0.08
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: %cpan_name
|
Provides: %cpan_name
|
||||||
%{perl_requires}
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic
|
License: Artistic
|
||||||
URL: http://search.cpan.org/dist/Text-Glob/
|
URL: http://search.cpan.org/dist/Text-Glob/
|
||||||
Summary: Tools for working with paths and file specs across platforms
|
Summary: Tools for working with paths and file specs across platforms
|
||||||
Source: %cpan_name-%{version}.tar.gz
|
Source: %cpan_name-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user