114 Star 0 Fork 2

src-openEuler / perl-Text-WrapI18N

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Text-WrapI18N.spec 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-12-14 21:09 . Package init
Summary: Line wrapping module
Name: perl-Text-WrapI18N
Version: 0.06
Release: 33
License: GPL+ or Artistic
URL: https://metacpan.org/release/Text-WrapI18N
Source0: https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-WrapI18N-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators perl(Exporter) perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Test::Simple) perl(Text::CharWidth) >= 0.02 perl(strict)
BuildRequires: perl(vars) perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description
Line wrapping module with support for multibyte, fullwidth,and
combining characters and languages without whitespaces between words
%package_help
%prep
%autosetup -p1 -n Text-WrapI18N-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%{perl_vendorlib}/Text
%files help
%doc README Changes
%{_mandir}/man3/Text::WrapI18N.3pm*
%changelog
* Tue Dec 3 2019 mengxian <mengxian@huawei.com> - 0.06-33
- Package init
1
https://gitee.com/src-openeuler/perl-Text-WrapI18N.git
git@gitee.com:src-openeuler/perl-Text-WrapI18N.git
src-openeuler
perl-Text-WrapI18N
perl-Text-WrapI18N
openEuler-20.03-LTS

搜索帮助