Resolves: rhbz#1173776 fix syntax of .aff file
This commit is contained in:
parent
1df685088f
commit
c63afc74af
67
cs_CZ.aff.patch
Normal file
67
cs_CZ.aff.patch
Normal file
@ -0,0 +1,67 @@
|
||||
reverted:
|
||||
--- /usr/share/myspell/cs_CZ.aff 2014-06-08 00:05:35.000000000 +0200
|
||||
+++ /home/tompecina/tex/cs_CZ.aff 2014-12-05 00:28:50.981671654 +0100
|
||||
@@ -271,8 +271,8 @@
|
||||
SFX D os ové os
|
||||
SFX D os ù os
|
||||
SFX D os ùm os
|
||||
+SFX D os ech [^ighk]os
|
||||
+SFX D os y [^i]os
|
||||
-SFX D us ech [^ighk]os
|
||||
-SFX D us y [^i]os
|
||||
SFX D os ích ios
|
||||
SFX D os ách kos
|
||||
SFX D os i ios
|
||||
@@ -596,7 +596,7 @@
|
||||
SFX Q es y es
|
||||
SFX Q es ù es
|
||||
SFX Q es ùm es
|
||||
+SFX Q es ech [^ghk]es
|
||||
-SFX Q os ech [^ghk]es
|
||||
SFX Q ges zích ges
|
||||
SFX Q ches ¹ích ches
|
||||
SFX Q hes zích [^c]hes
|
||||
@@ -898,7 +898,7 @@
|
||||
SFX M o i [¾¹èøjeiy]o
|
||||
SFX M a ùm a
|
||||
SFX M a ách [ghk]a
|
||||
+SFX M a ech [^ghkei]a
|
||||
-SFX M o ech [^ghkei]a
|
||||
SFX M a y [^¾¹èøcji]a
|
||||
SFX M on a on
|
||||
SFX M on u on
|
||||
@@ -1306,9 +1306,9 @@
|
||||
SFX J ám aje ám
|
||||
SFX J ám ajíc ám
|
||||
SFX J ám ajíce ám
|
||||
+SFX J ám ej ám
|
||||
+SFX J ám ejme ám
|
||||
+SFX J ám ejte ám
|
||||
-SFX J ém ej ám
|
||||
-SFX J ém ejme ám
|
||||
-SFX J ém ejte ám
|
||||
SFX J m ¹ ím
|
||||
SFX J m 0 ím
|
||||
SFX J 0 e ím
|
||||
@@ -1756,9 +1756,9 @@
|
||||
SFX A ounit ouni ounit
|
||||
SFX A ounit ounìme ounit
|
||||
SFX A ounit ounìte ounit
|
||||
+SFX A oupit up oupit
|
||||
+SFX A oupit upme oupit
|
||||
+SFX A oupit upte oupit
|
||||
-SFX A ou¾it up oupit
|
||||
-SFX A ou¾it upme oupit
|
||||
-SFX A ou¾it upte oupit
|
||||
SFX A ouøit uø ouøit
|
||||
SFX A ouøit uøme ouøit
|
||||
SFX A ouøit uøte ouøit
|
||||
@@ -2116,7 +2116,7 @@
|
||||
SFX A nout lo [aeiouyáéíóúýùì]rnout
|
||||
SFX A nout li [aeiouyáéíóúýùì]rnout
|
||||
SFX A nout ly [aeiouyáéíóúýùì]rnout
|
||||
+SFX A nout l [aeiouyáéíóúýùìr][^aeiouyáéíóúýùìrl]nout
|
||||
-SFX A nout l [aeiouyáéíóúýùìr][^aeiouyáéíóúýùìrl][^aeiouy
|
||||
SFX A nout l [aeiouyáéíóúýùìr][^aeiouyáéíóúýùìrl]nout
|
||||
SFX A out ul [^aeiouyáéíóúýùì]l[^aeiouyáéíóúýùìrl]nout
|
||||
SFX A nout l l[^aeiouyáéíóúýùìrl]nout
|
@ -1,6 +1,6 @@
|
||||
Name: openoffice.org-dict-cs_CZ
|
||||
Version: 20080822
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Czech spellchecker and hyphenation dictionaries for LibreOffice
|
||||
License: GPL+
|
||||
Group: Applications/Productivity
|
||||
@ -8,6 +8,9 @@ URL: http://extensions.services.openoffice.org/en/project/dict-cs
|
||||
Source0: http://downloads.sourceforge.net/aoo-extensions/dict-cs-2.0.oxt
|
||||
BuildArch: noarch
|
||||
|
||||
# rhbz#1173776
|
||||
Patch0: cs_CZ.aff.patch
|
||||
|
||||
%define hunspelldir %{_datadir}/myspell
|
||||
%define hyphendir %{_datadir}/hyphen
|
||||
|
||||
@ -35,6 +38,7 @@ Czech hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{name}
|
||||
%patch0 -p4
|
||||
|
||||
%build
|
||||
|
||||
@ -53,6 +57,9 @@ install -m 644 hyph*.dic $RPM_BUILD_ROOT%{hyphendir}
|
||||
%{hunspelldir}/cs*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 15 2014 David Tardon <dtardon@redhat.com> - 20080822-3
|
||||
- Resolves: rhbz#1173776 fix syntax of .aff file
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080822-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user