7 Star 0 Fork 10

src-openEuler/hyphen-eu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hyphen-eu.spec 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
王歌 提交于 2023-04-14 11:43 . update to version 20190406
%global upstreamid 20190406
Name: hyphen-eu
Version: 0.20190406
Release: 1
Summary: Basque hyphenation rule
License: MIT
URL: http://tp.lc.ehu.es/jma/basque.html
Source: http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex
BuildArch: noarch
BuildRequires: hyphen-devel, perl
Requires: hyphen
Supplements: (hyphen and langpacks-eu)
Patch0: hyphen-eu-cleantex.patch
%description
hyphen-eu provides support for the Basque language under the Babel package for LaTeX2e
%prep
%setup -T -q -c -n hyphen-eu
cp -p %{SOURCE0} .
%patch0 -p0 -b .clean
%build
grep -v "^%" hyph-eu.tex | tr ' ' '\n' > temp.tex
substrings.pl temp.tex hyph_eu_ES.dic ISO8859-1
cat <<EOF> README
Created with substring.pl by substrings.pl hyph-eu.tex hyph_eu_ES.dic ISO8859-1
---
EOF
head -n 34 hyph-eu.tex >> README
%install
install -Dp hyph_eu_ES.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_eu_ES.dic
%files
%doc README
%{_datadir}/hyphen/*
%changelog
* Fri Apr 14 2023 Ge Wang <wang--ge@126.com> - 0.%{upstreamid}-1
- Update to version 20190406
* Tue Jul 5 2022 zhangtao <zhangtao221@huawei.com> - 0.%{upstreamid}-16
- License compliance rectification
* Wed Jun 2 2021 wulei <wulei80@huawei.com> - 0.%{upstreamid}-15
- fixes failed: perl: bad interpreter: No such file or directory
* Mon Jul 6 2020 yanan li <liyanan032@huawei.com> - 0.%{upstreamid}-14
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/hyphen-eu.git
git@gitee.com:src-openeuler/hyphen-eu.git
src-openeuler
hyphen-eu
hyphen-eu
master

搜索帮助