3 Star 0 Fork 0

OpenCloudOS Stream/hyphen-pl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hyphen-pl.spec 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanjunkong 提交于 2024-11-11 17:16 . update
Name: hyphen-pl
Summary: Polish hyphenation rules
%global upstreamid 20060726
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source0: http://download.services.openoffice.org/contrib/dictionaries/hyph_pl_PL.zip
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
License: LGPL-2.1-or-later
BuildArch: noarch
Requires: hyphen
Supplements: (hyphen and langpacks-pl)
%description
Polish hyphenation rules.
%prep
%autosetup -c -n hyphen-pl
%build
for i in README_hyph_pl_PL.txt; do
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
iconv -f ISO-8859-2 -t UTF-8 $i > $i.new
touch -r $i $i.new
mv -f $i.new $i
fi
tr -d '\r' < $i > $i.new
touch -r $i $i.new
mv -f $i.new $i
done
%install
mkdir -p %{buildroot}/%{_datadir}/hyphen
cp -p hyph_pl_PL.dic %{buildroot}/%{_datadir}/hyphen
%files
%doc README_hyph_pl_PL.txt
%{_datadir}/hyphen/*
%changelog
* Mon Nov 11 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.20060726-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/hyphen-pl.git
git@gitee.com:opencloudos-stream/hyphen-pl.git
opencloudos-stream
hyphen-pl
hyphen-pl
master

搜索帮助