- Update to 20181025:

* Turkish dictionary added
  * Updated French dictionary

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/myspell-dictionaries?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal 2018-10-25 14:17:29 +00:00 committed by Git OBS Bridge
parent c6724bcb4f
commit 0c3e9c0ae7
3 changed files with 66 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28bd52df9cc57edf98600d10f557c4c19256ecd9eaa0346e692ed83f583375d6
size 46088592
oid sha256:da34ce0d9723a9071d5b063f769a67eb7fdabf2b8ba21e9ffc0892299586a4e6
size 48166472

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 25 14:16:21 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 20181025:
* Turkish dictionary added
* Updated French dictionary
-------------------------------------------------------------------
Wed Jul 4 10:35:31 UTC 2018 - tchvatal@suse.com

View File

@ -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