diff --git a/dictionaries.tar.xz b/dictionaries.tar.xz index 0a3d7b0..5c1e95e 100644 --- a/dictionaries.tar.xz +++ b/dictionaries.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28bd52df9cc57edf98600d10f557c4c19256ecd9eaa0346e692ed83f583375d6 -size 46088592 +oid sha256:da34ce0d9723a9071d5b063f769a67eb7fdabf2b8ba21e9ffc0892299586a4e6 +size 48166472 diff --git a/myspell-dictionaries.changes b/myspell-dictionaries.changes index e137a40..5859294 100644 --- a/myspell-dictionaries.changes +++ b/myspell-dictionaries.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 25 14:16:21 UTC 2018 - Tomáš Chvátal + +- Update to 20181025: + * Turkish dictionary added + * Updated French dictionary + ------------------------------------------------------------------- Wed Jul 4 10:35:31 UTC 2018 - tchvatal@suse.com diff --git a/myspell-dictionaries.spec b/myspell-dictionaries.spec index 0c1a020..859996d 100644 --- a/myspell-dictionaries.spec +++ b/myspell-dictionaries.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,7 +21,7 @@ ## Generate: sh update.sh ################################################################### Name: myspell-dictionaries -Version: 20180704 +Version: 20181025 Release: 0 Summary: A Source Package for Dictionaries Used by MySpell License: AGPL-3.0-only AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND CC-BY-SA-1.0 AND CC-BY-SA-3.0 AND GFDL-1.1-only AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MPL-1.1 @@ -2070,6 +2070,31 @@ BuildArch: noarch %description -n myspell-th_TH Thai spelling dictionary. +%package -n myspell-tr +Summary: MySpell tr Dictionary +Group: Productivity/Text/Spell +Requires: myspell-dictionaries +Requires: myspell-tr_TR +Provides: myspell-dictionary +Provides: locale(libreoffice:tr) +Provides: locale(seamonkey-spellchecker:tr) +BuildArch: noarch + +%description -n myspell-tr +Turkish Spellcheck Dictionary. + +%package -n myspell-tr_TR +Summary: MySpell tr_TR Dictionary +Group: Productivity/Text/Spell +Requires: myspell-dictionaries +Provides: myspell-dictionary +Provides: locale(libreoffice:tr_TR) +Provides: locale(seamonkey-spellchecker:tr_TR) +BuildArch: noarch + +%description -n myspell-tr_TR +Turkish Spellcheck Dictionary. + %package -n myspell-uk_UA Summary: MySpell uk_UA Dictionary Group: Productivity/Text/Spell @@ -3644,6 +3669,19 @@ mkdir -p %{buildroot}%{_docdir}/myspell-th_TH cp -P th_TH/dictionaries.xcu %{buildroot}%{_docdir}/myspell-th_TH/dictionaries.xcu cp -P th_TH/description.xml %{buildroot}%{_docdir}/myspell-th_TH/description.xml cp -P th_TH/README_th_TH.txt %{buildroot}%{_docdir}/myspell-th_TH/README_th_TH.txt +ln -s %{_datadir}/hunspell/tr_TR.aff %{buildroot}%{_datadir}/hunspell/tr.aff +ln -s %{_datadir}/hunspell/tr.aff %{buildroot}%{_datadir}/myspell/tr.aff +cp -P tr_TR/tr_TR.aff %{buildroot}%{_datadir}/hunspell/tr_TR.aff +ln -s %{_datadir}/hunspell/tr_TR.aff %{buildroot}%{_datadir}/myspell/tr_TR.aff +ln -s %{_datadir}/hunspell/tr_TR.dic %{buildroot}%{_datadir}/hunspell/tr.dic +ln -s %{_datadir}/hunspell/tr.dic %{buildroot}%{_datadir}/myspell/tr.dic +cp -P tr_TR/tr_TR.dic %{buildroot}%{_datadir}/hunspell/tr_TR.dic +ln -s %{_datadir}/hunspell/tr_TR.dic %{buildroot}%{_datadir}/myspell/tr_TR.dic +mkdir -p %{buildroot}%{_docdir}/myspell-tr_TR +cp -P tr_TR/dictionaries.xcu %{buildroot}%{_docdir}/myspell-tr_TR/dictionaries.xcu +cp -P tr_TR/README.txt %{buildroot}%{_docdir}/myspell-tr_TR/README.txt +cp -P tr_TR/LICENSE %{buildroot}%{_docdir}/myspell-tr_TR/LICENSE +cp -P tr_TR/description.xml %{buildroot}%{_docdir}/myspell-tr_TR/description.xml cp -P uk_UA/hyph_uk_UA.dic %{buildroot}%{_datadir}/hyphen/hyph_uk_UA.dic ln -s %{_datadir}/hyphen/hyph_uk_UA.dic %{buildroot}%{_datadir}/myspell/hyph_uk_UA.dic ln -s %{_datadir}/mythes/th_uk_UA.dat %{buildroot}%{_datadir}/mythes/th_uk_UA_v2.dat @@ -5486,6 +5524,23 @@ cp -P zu_ZA/description.xml %{buildroot}%{_docdir}/myspell-zu_ZA/description.xml %{_docdir}/myspell-th_TH/description.xml %{_docdir}/myspell-th_TH/README_th_TH.txt +%files -n myspell-tr +%{_datadir}/hunspell/tr.aff +%{_datadir}/myspell/tr.aff +%{_datadir}/hunspell/tr.dic +%{_datadir}/myspell/tr.dic + +%files -n myspell-tr_TR +%{_datadir}/hunspell/tr_TR.aff +%{_datadir}/myspell/tr_TR.aff +%{_datadir}/hunspell/tr_TR.dic +%{_datadir}/myspell/tr_TR.dic +%dir %{_docdir}/myspell-tr_TR +%{_docdir}/myspell-tr_TR/dictionaries.xcu +%{_docdir}/myspell-tr_TR/README.txt +%{_docdir}/myspell-tr_TR/LICENSE +%{_docdir}/myspell-tr_TR/description.xml + %files -n myspell-uk_UA %{_datadir}/hyphen/hyph_uk_UA.dic %{_datadir}/myspell/hyph_uk_UA.dic