Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/hyph_ru_RU.zip
|
||||
/hyph_ru_RU.zip
|
||||
hyph_ru_RU.zip
|
||||
/hyph-ru.tex
|
||||
/hyph-ru.pat.txt
|
||||
|
@ -1,23 +1,35 @@
|
||||
Name: hyphen-ru
|
||||
Summary: Russian hyphenation rules
|
||||
%global upstreamid 20020727
|
||||
%global upstreamid 20200325
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 17%{?dist}
|
||||
Source: http://download.services.openoffice.org/contrib/dictionaries/hyph_ru_RU.zip
|
||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||
License: LGPLv2+
|
||||
Release: 4%{?dist}
|
||||
Source1: http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex
|
||||
Source2: http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt
|
||||
URL: https://ctan.org/tex-archive/language/hyph-utf8
|
||||
License: LPPL
|
||||
BuildArch: noarch
|
||||
Requires: hyphen
|
||||
BuildRequires: hyphen-devel
|
||||
Supplements: (hyphen and langpacks-ru)
|
||||
|
||||
%description
|
||||
Russian hyphenation rules.
|
||||
|
||||
%prep
|
||||
%autosetup -c -n hyphen-ru
|
||||
%autosetup -c -n hyphen-ru -T
|
||||
|
||||
%build
|
||||
chmod -x *
|
||||
substrings.pl %{SOURCE2} hyph_ru_RU.dic UTF-8 2 2
|
||||
cat > README_hyph_ru_RU.txt << EOF
|
||||
hyph_ru_RU.dic generated by:
|
||||
substrings.pl hyph-ru.pat.txt hyph_ru_RU.dic UTF-8 2 2
|
||||
from hyph-ru.pat.txt provided by hyph-utf8 from
|
||||
https://ctan.org/tex-archive/language/hyph-utf8
|
||||
where hyph-ru.pat.txt is derived from hyph-ru.tex
|
||||
whose licence header follows here:
|
||||
|
||||
EOF
|
||||
head -n 44 %{SOURCE1} >> README_hyph_ru_RU.txt
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
@ -34,6 +46,34 @@ done
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20200325-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Oct 16 2009 Caolan McNamara <caolanm@redhat.com> - 0.20200325-1
|
||||
- rhbz#1888913 provide more recent patterns in UTF-8
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020727-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020727-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020727-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020727-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020727-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jul 06 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20020727-17
|
||||
- Update Source tag
|
||||
|
||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (hyph_ru_RU.zip) = 4538a4fbdd61adafe321258fb4a9b1896d10747adf8203bd3a5eaa40ee15a9d5d3d8304a19a644f676a1224ac36f5d47ae7a10cbcae22ccbd2f8af49bf5e92ac
|
||||
SHA512 (hyph-ru.tex) = 803f9f9c726dfc4401546622283a13f5146ac92bdcfaed3fabdf647be88f3ef35b1de16db84bd38961ade396d6491ee89ddd0b120d5e9f821637ffbc870d56d0
|
||||
SHA512 (hyph-ru.pat.txt) = 3cef8d8b76864c07a0f062381a1c0aeea5610a0a518747402173d4bf57787b946eeefef57a041889679647183ead0cee0e8f8d54f0a9b3d63b976287db738b79
|
||||
|
Loading…
Reference in New Issue
Block a user