hyphen-hsb/hyphen-hsb.spec
zhangtao2020 7b386203e9 License compliance rectification
(cherry picked from commit e1baab1dc61accd009a902e8aab80b243044e27c)
2024-06-13 19:29:14 +08:00

46 lines
1.2 KiB
RPMSpec

Name: hyphen-hsb
Version: 0.20110620
Release: 16
Summary: Uppersorbian for hyphenation patterns
License: LPPL-1.3c
URL: http://tug.org/tex-hyphen
Source0: http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex
Patch0000: hyphen-hsb-cleantex.patch
BuildArch: noarch
BuildRequires: hyphen-devel, perl
Requires: hyphen
%description
Uppersorbian for hyphenation patterns.
%prep
%setup -T -q -c -n hyphen-hsb
cp -p %{SOURCE0} .
%patch0000 -p0 -b .clean
%build
substrings.pl hyph-hsb.tex hyph_hsb_DE.dic UTF-8
cat << EOF >> README
created with substring.pl by substrings.pl hyph-hsb.tex hyph_hsb_DE.dic UTF-8
---
EOF
head -n 70 hyph-hsb.tex >> README
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen
install -Dp hyph_hsb_DE.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
%files
%doc README
%{_datadir}/hyphen/*
%changelog
* Tue Jul 5 2022 zhangtao <zhangtao221@huawei.com> - 0.20110620-16
- License compliance rectification
* Wed Jun 02 2021 wulei <wulei80@huawei.com> - 0.20110620-15
- fixes failed: perl: bad interpreter: No such file or directory
* Wed Apr 22 2020 chengzihan <chengzihan2@huawei.com> - 0.20110620-14
- Package init