5 Star 0 Fork 3

src-openEuler/perl-Text-Glob

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Text-Glob.spec 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2025-01-19 14:40 +08:00 . drop useless perl(:MODULE_COMPAT) requirement
Name: perl-Text-Glob
Version: 0.11
Release: 8
Summary: Match globbing patterns against text
License: GPL-1.0-or-later OR Artistic-1.0-Perl
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)
%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
%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
* Sun Jan 19 2025 Funda Wang <[email protected]> - 0.11-8
- drop useless perl(:MODULE_COMPAT) requirement
* Sat Jan 11 2020 openEuler Buildteam <[email protected]> - 0.11-7
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Text-Glob.git
[email protected]:src-openeuler/perl-Text-Glob.git
src-openeuler
perl-Text-Glob
perl-Text-Glob
master

搜索帮助