123 Star 0 Fork 5

src-openEuler / perl-Unicode-EastAsianWidth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Unicode-EastAsianWidth.spec 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
吴超超 提交于 2020-08-21 16:38 . Package update version to 12.0
Name: perl-Unicode-EastAsianWidth
Version: 12.0
Release: 1
Summary: East Asian Width properties
License: CC0
URL: https://metacpan.org/release/Unicode-EastAsianWidth
Source0: https://cpan.metacpan.org/authors/id/A/AU/AUDREYT/Unicode-EastAsianWidth-%{version}.tar.gz
Patch0: perl-Unicode-EastAsianWidth-no-inc.patch
BuildArch: noarch
BuildRequires: perl perl-generators perl-Exporter perl-ExtUtils-MakeMaker
BuildRequires: perl-Module-Package perl-Pod-Markdown perl-Module-Package-Au
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter}
%description
This module provide user-defined Unicode properties that deal with width
status of East Asian characters, as specified in
<http://www.unicode.org/unicode/reports/tr11/>.
%prep
%autosetup -n Unicode-EastAsianWidth-%{version} -p1
rm -rf inc/*
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
%{_fixperms} %{buildroot}
%check
make test
%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/Unicode/
%{_mandir}/man3/*
%changelog
* Fri Aug 21 2020 wuchaochao <wuchaochao4@huawei.com> - 12.0-1
- Package update version to 12.0
* Thu Dec 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.33-15
- Package init
1
https://gitee.com/src-openeuler/perl-Unicode-EastAsianWidth.git
git@gitee.com:src-openeuler/perl-Unicode-EastAsianWidth.git
src-openeuler
perl-Unicode-EastAsianWidth
perl-Unicode-EastAsianWidth
openEuler-20.03-LTS

搜索帮助