Compare commits
No commits in common. "c8s" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
SOURCES/hyph_ru_RU.zip
|
|
||||||
/hyph_ru_RU.zip
|
|
0
.hyphen-ru.metadata
Normal file
0
.hyphen-ru.metadata
Normal file
7021
SOURCES/hyph-ru.pat.txt
Normal file
7021
SOURCES/hyph-ru.pat.txt
Normal file
File diff suppressed because it is too large
Load Diff
7255
SOURCES/hyph-ru.tex
Normal file
7255
SOURCES/hyph-ru.tex
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,23 +1,35 @@
|
|||||||
Name: hyphen-ru
|
Name: hyphen-ru
|
||||||
Summary: Russian hyphenation rules
|
Summary: Russian hyphenation rules
|
||||||
%global upstreamid 20020727
|
%global upstreamid 20200325
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 17%{?dist}
|
Release: 4%{?dist}
|
||||||
Source: http://download.services.openoffice.org/contrib/dictionaries/hyph_ru_RU.zip
|
Source1: http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
Source2: http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt
|
||||||
License: LGPLv2+
|
URL: https://ctan.org/tex-archive/language/hyph-utf8
|
||||||
|
License: LPPL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: hyphen
|
Requires: hyphen
|
||||||
|
BuildRequires: hyphen-devel
|
||||||
Supplements: (hyphen and langpacks-ru)
|
Supplements: (hyphen and langpacks-ru)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Russian hyphenation rules.
|
Russian hyphenation rules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -c -n hyphen-ru
|
%autosetup -c -n hyphen-ru -T
|
||||||
|
|
||||||
%build
|
%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
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
@ -34,6 +46,34 @@ done
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 06 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20020727-17
|
||||||
- Update Source tag
|
- Update Source tag
|
||||||
|
|
Loading…
Reference in New Issue
Block a user