6 Star 0 Fork 3

src-openEuler / perl-Text-Glob

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Text-Glob.spec 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
eulerstorage 提交于 2020-01-11 10:05 . init package
Name: perl-Text-Glob
Version: 0.11
Release: 7
Summary: Match globbing patterns against text
License: GPL+ or Artistic
URL: https://metacpan.org/release/Text-Glob
Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators, perl, perl(ExtUtils::MakeMaker), perl(Exporter)
BuildRequires: perl(Test::More), perl(constant), perl(strict), perl(vars)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%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.
%package help
Summary: man files for %{name}
Requires: man
%description help
This package includes man files for %{name}.
%prep
%autosetup -n Text-Glob-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
chmod -R u+w $RPM_BUILD_ROOT/*
%check
make test
%files
%{perl_vendorlib}/Text
%files help
%{_mandir}/man*/*
%changelog
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.11-7
- Package init
1
https://gitee.com/src-openeuler/perl-Text-Glob.git
git@gitee.com:src-openeuler/perl-Text-Glob.git
src-openeuler
perl-Text-Glob
perl-Text-Glob
openEuler-20.03-LTS

搜索帮助