From 7283fc318d53f54498d040b6367437fe908bf9772bb9c05f00de3fcce3a45910 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 12 Apr 2012 07:42:27 +0000 Subject: [PATCH] Accepting request 112407 from LibreOffice:Unstable - update license to follow spdx.org standard - Update pt_BR dictionary (Vero 2.1), its license, URL and description - http://extensions.services.openoffice.org was not reliable; removed this URL from the source tag to pass the commit check; kept the URL just in a comment - Updated Greek dictionary to version 20100124 (1.1.0) - Updated spec file based on spec-cleaner run OBS-URL: https://build.opensuse.org/request/show/112407 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/myspell-dictionaries?expand=0&rev=30 --- Vero_pt_BR_V207AOC.oxt | 3 - el_GR.tar.bz2 | 3 - el_gr_v110.oxt | 3 + myspell-dictionaries-gen-spec | 12 +- myspell-dictionaries.changes | 22 + myspell-dictionaries.data | 246 +++--- myspell-dictionaries.spec | 1416 ++++++++++++++++----------------- myspell-dictionaries.spec.in | 47 +- vero_pt_br_v210aoc.oxt | 3 + 9 files changed, 876 insertions(+), 879 deletions(-) delete mode 100644 Vero_pt_BR_V207AOC.oxt delete mode 100644 el_GR.tar.bz2 create mode 100644 el_gr_v110.oxt create mode 100644 vero_pt_br_v210aoc.oxt diff --git a/Vero_pt_BR_V207AOC.oxt b/Vero_pt_BR_V207AOC.oxt deleted file mode 100644 index cf21b1c..0000000 --- a/Vero_pt_BR_V207AOC.oxt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7a23baf4de660fa93a507cc6873868e142dcea4429811f3ae0f02117189e55d -size 1348783 diff --git a/el_GR.tar.bz2 b/el_GR.tar.bz2 deleted file mode 100644 index 7582743..0000000 --- a/el_GR.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8126492720a2bb70215a2523a84735d79f2b94ecbe3141966261e672486a5774 -size 1779877 diff --git a/el_gr_v110.oxt b/el_gr_v110.oxt new file mode 100644 index 0000000..be67482 --- /dev/null +++ b/el_gr_v110.oxt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8365c3146e38433dc3610f6e71a731cdf42eaf5c9e5c55db29212f398fd053ea +size 1396443 diff --git a/myspell-dictionaries-gen-spec b/myspell-dictionaries-gen-spec index 3deb6fc..ced375b 100644 --- a/myspell-dictionaries-gen-spec +++ b/myspell-dictionaries-gen-spec @@ -286,7 +286,7 @@ sub write_all_licenses_section($) my ($pdata) = @_; my @licenses = sort (keys %{$pdata->{'license'}}); - my $out = join ", ", @licenses; + my $out = join " and ", @licenses; return $out; } @@ -359,18 +359,20 @@ sub write_metadata_section($$) $out .= write_conditional_lines($pld, $locale, \&write_conditional_version_definition, 0); $out .= "\%package -n myspell-$pld->{'default'}{'pack_suffix'}\n"; - $out .= "License: " . join (", ", @{$pld->{'default'}{'license'}}) . "\n"; if (defined $condition_tag) { $out .= "Version: %${locale}_version\n"; } else { $out .= "Version: $pld->{'default'}{'version'}\n"; } - $out .= "Release: 1\n"; - $out .= "Group: Productivity/Text/Spell\n"; + $out .= "Release: 0\n"; $out .= "Summary: $pld->{'default'}{'language'} Dictionary for MySpell\n"; + $out .= "License: " . join (" and ", @{$pld->{'default'}{'license'}}) . "\n"; + $out .= "Group: Productivity/Text/Spell\n"; $out .= "Provides: myspell-dictionary\n"; $out .= "Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/${locale}.dic\n"; - $out .= "Provides: locale(libreoffice:$pld->{'default'}{'prov_lang'}) locale(OpenOffice_org:$pld->{'default'}{'prov_lang'}) locale(seamonkey-spellchecker:$pld->{'default'}{'prov_lang'})\n"; + $out .= "Provides: locale(OpenOffice_org:$pld->{'default'}{'prov_lang'})\n"; + $out .= "Provides: locale(libreoffice:$pld->{'default'}{'prov_lang'})\n"; + $out .= "Provides: locale(seamonkey-spellchecker:$pld->{'default'}{'prov_lang'})\n"; if (defined $pld->{'default'}{'dependency'}) { foreach my $dep (@{$pld->{'default'}{'dependency'}}) { $out .= "$dep\n"; diff --git a/myspell-dictionaries.changes b/myspell-dictionaries.changes index 6992e4f..9e3ff12 100644 --- a/myspell-dictionaries.changes +++ b/myspell-dictionaries.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Apr 3 13:21:48 UTC 2012 - pmladek@suse.com + +- update license to follow spdx.org standard + +------------------------------------------------------------------- +Tue Mar 27 13:55:20 UTC 2012 - elchevive@opensuse.org + +- Update pt_BR dictionary (Vero 2.1), its license, URL and description + +------------------------------------------------------------------- +Wed Feb 8 10:01:55 UTC 2012 - pmladek@suse.com + +- http://extensions.services.openoffice.org was not reliable; removed this URL + from the source tag to pass the commit check; kept the URL just in a comment + +------------------------------------------------------------------- +Thu Jan 26 20:10:24 UTC 2012 - asterios.dramis@gmail.com + +- Updated Greek dictionary to version 20100124 (1.1.0) +- Updated spec file based on spec-cleaner run + ------------------------------------------------------------------- Tue Oct 4 12:03:58 UTC 2011 - pmladek@suse.com diff --git a/myspell-dictionaries.data b/myspell-dictionaries.data index cc185de..4034a1a 100644 --- a/myspell-dictionaries.data +++ b/myspell-dictionaries.data @@ -14,7 +14,7 @@ # the full locale here again, e.g. de_DE vs de_AT # Version: package version, e.g. 2.1.5 # Source: source file name, e.g. catalan.oxt -# License: comma separated list of dictionary licenses, e.g. GPLv2, LGPLv2.1 +# License: comma separated list of dictionary licenses, e.g. GPL-2.0, LGPL-2.1 # Types: comma separated list of included dictionary types; possible values are: # myspell, hunspell, hyphen, thesaurus # URL: url where the dictionary sources was taken from, e.g. @@ -36,7 +36,7 @@ Language: African URL: http://extensions.services.openoffice.org/project/dict_af Version: 20080701 Types: hunspell, hyphen -License: LGPLv2.1 +License: LGPL-2.1 Source: dict-af.oxt Locale: ar_DZ @@ -49,7 +49,7 @@ Prep: mv dict-ar/ar.aff dict-ar/ar_DZ.aff Prep: mv dict-ar/ar.dic dict-ar/ar_DZ.dic # this project is under GPL/LGPL/MPL tri-license, see # http://ayaspell.sourceforge.net/ -License: GPLv2+, LGPLv2.1+, MPLv1.1 +License: GPL-2.0+, LGPL-2.1+, MPL-1.1 Source: dict-ar.oxt Locale: as_IN @@ -58,7 +58,7 @@ Prov_lang: as_IN URL: http://extensions.services.openoffice.org/project/AssameseDict Version: 1.0.3 Types: hunspell -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: as_IN.oxt Locale: ast_ES @@ -67,7 +67,7 @@ Prov_lang: ast_ES #URL: http://extensions.services.openoffice.org/en/node/3933 Version: 0.0.1 Types: hunspell -License: GPLv3 +License: GPL-3.0 Prep: mv asturianu/dictionaries/ast.aff asturianu/dictionaries/ast_ES.aff Prep: mv asturianu/dictionaries/ast.dic asturianu/dictionaries/ast_ES.dic Source: asturianu.oxt @@ -77,7 +77,7 @@ Language: Bulgarian URL: http://extensions.services.openoffice.org/project/dictionaries-bg Version: 4.3.1 Types: myspell, hyphen, thesaurus -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: dictionaries-bg.oxt Locale: bn_BD @@ -86,7 +86,7 @@ Prov_lang: bn_BD URL: http://extensions.services.openoffice.org/project/dict-bn Version: 20080201 Types: hunspell -License: GPLv2+ +License: GPL-2.0+ #, hyphen available: http://extensions.services.openoffice.org/project/hyph_bn_IN Source: dict-bn.oxt @@ -96,7 +96,7 @@ Prov_lang: be_BY URL: http://extensions.services.openoffice.org/project/dict-be Version: 20101210 # 0.26 Types: hunspell, hyphen -License: CC-SA-BY +License: CC-BY-SA-3.0 Source: dict-be-0.26.oxt Locale: br_FR @@ -105,7 +105,7 @@ Prov_lang: br_FR URL: http://extensions.services.openoffice.org/project/Dict-br_Drouizig Version: 0.3 Types: hunspell -License: LGPLv2.1+ +License: LGPL-2.1+ Source: dict-br_0.3.oxt Locale: ca_ES @@ -113,7 +113,7 @@ Language: Catalan URL: http://extensions.services.openoffice.org/project/dict-catalan Version: 2.1.5 Types: hunspell -License: GPLv2, LGPLv2.1 +License: GPL-2.0, LGPL-2.1 # TODO mail to the owner to solve this Prep: mv catalan/dictionaries/catalan.aff catalan/dictionaries/ca_ES.aff Prep: mv catalan/dictionaries/catalan.dic catalan/dictionaries/ca_ES.dic @@ -127,7 +127,7 @@ Language: Valencian URL: http://extensions.services.openoffice.org/en/project/dict-catalan-valencian Version: 2.2.0 # 2010-01-14 Types: hunspell -License: LGPLv3, GPLv3 +License: LGPL-3.0, GPL-3.0 # TODO mail to the owner to solve this Prep: mv avl/dictionaries/avl.aff avl/dictionaries/ca_XV.aff Prep: mv avl/dictionaries/avl.dic avl/dictionaries/ca_XV.dic @@ -138,7 +138,7 @@ Language: Coptic URL: http://extensions.services.openoffice.org/project/copt_dict Version: 0.3 Types: hunspell -License: GPLv3 +License: GPL-3.0 Source: dict-cop_EG_v03.oxt Locale: cs_CZ @@ -147,7 +147,7 @@ Types: myspell URL: http://extensions.services.openoffice.org/project/dict-cs Version: 20080822 Types: hunspell, hyphen, thesaurus -License: GPLv2 +License: GPL-2.0 Source: dict-cs-2.0.oxt Locale: cy_GB @@ -155,7 +155,7 @@ Language: Welsh URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Welsh_.28Wales.29 Version: 20040425 Types: myspell -License: GPLv2 +License: GPL-2.0 Source: cy_GB.tar.bz2 Locale: da_DK @@ -163,7 +163,7 @@ Language: Danish URL: http://extensions.services.openoffice.org/project/dict-da Version: 20090925 # 1.4 Types: hunspell, hyphen -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 #, thesaurus available: http://extensions.services.openoffice.org/project/danske_synonymer Source: dict-da-current.oxt @@ -177,7 +177,7 @@ Types: hunspell, hyphen, thesaurus # TODO need to send request to the developer Prep: mv dict-de_AT-frami_2010-03-07/de_AT_frami/de_AT_frami.aff dict-de_AT-frami_2010-03-07/de_AT_frami/de_AT.aff Prep: mv dict-de_AT-frami_2010-03-07/de_AT_frami/de_AT_frami.dic dict-de_AT-frami_2010-03-07/de_AT_frami/de_AT.dic -License: GPLv2+ +License: GPL-2.0+ Source: dict-de_AT-frami_2010-03-07.oxt %endif @@ -192,7 +192,7 @@ Types: hunspell, hyphen, thesaurus # TODO need to send request to the developer Prep: mv dict-de_CH-frami_2010-03-07/de_CH_frami/de_CH_frami.aff dict-de_CH-frami_2010-03-07/de_CH_frami/de_CH.aff Prep: mv dict-de_CH-frami_2010-03-07/de_CH_frami/de_CH_frami.dic dict-de_CH-frami_2010-03-07/de_CH_frami/de_CH.dic -License: GPLv2+ +License: GPL-2.0+ Source: dict-de_CH-frami_2010-03-07.oxt %endif @@ -207,7 +207,7 @@ Dependency: Conflicts: myspell-german-old # TODO need to send request to the developer Prep: mv dict-de_DE-frami_2010-03-07/de_DE_frami/de_DE_frami.aff dict-de_DE-frami_2010-03-07/de_DE_frami/de_DE.aff Prep: mv dict-de_DE-frami_2010-03-07/de_DE_frami/de_DE_frami.dic dict-de_DE-frami_2010-03-07/de_DE_frami/de_DE.dic -License: GPLv2+ +License: GPL-2.0+ Source: dict-de_DE-frami_2010-03-07.oxt %endif @@ -216,19 +216,16 @@ Language: Lower sorbian URL: http://extensions.services.openoffice.org/en/project/HunSpellDic_dsb_DE Version: 1.4.2 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: lower_sorbian_spelling_dictionary-1.4.2.oxt Locale: el_GR Language: Greek -URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Greek_.28Greece.29 -Version: 20041220 -Types: myspell -License: GPLv2 -# TODO check these in the future: -# - http://extensions.services.openoffice.org/project/el_dict -# - http://extensions.services.openoffice.org/project/dictionary-gr -Source: el_GR.tar.bz2 +URL: http://extensions.services.openoffice.org/en/project/el_dict +Version: 20100124 # 1.1.0 +Types: myspell, hyphen +License: GPL-2.0 +Source: el_gr_v110.oxt Locale: en_AU Language: Australian @@ -237,7 +234,7 @@ Prov_lang: en_AU URL: http://extensions.services.openoffice.org/en/project/dict-en-fixed Version: 20100316 Types: myspell, hyphen, thesaurus -License: LGPLv2.1, BSD +License: LGPL-2.1, BSD-4-Clause Source: en_AU.tar.bz2 Locale: en_CA @@ -246,7 +243,7 @@ Prov_lang: en_CA URL: http://extensions.services.openoffice.org/en/project/dict-en-fixed Version: 20100316 Types: myspell -License: LGPLv2.1, BSD +License: LGPL-2.1, BSD-4-Clause Source: en_CA.tar.bz2 Locale: en_GB @@ -255,7 +252,7 @@ Prov_lang: en_GB URL: http://wiki.services.openoffice.org/wiki/Dictionaries#English_.28AU.2CCA.2CGB.2CNZ.2CUS.2CZA.29 Version: 20100316 Types: myspell -License: GPLv2 +License: GPL-2.0 #, hyphen available: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_en_GB.zip #, thesaurus available: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/thes_en_US_v2.zip Source: en_GB.tar.bz2 @@ -266,7 +263,7 @@ Prov_lang: en_NZ URL: http://extensions.services.openoffice.org/project/dict-en-nz-2008-12-03 Version: 20081204 # 0.90.0 Types: myspell, hyphen, thesaurus -License: GPLv2, LGPLv2.1 +License: GPL-2.0, LGPL-2.1 Source: dict-en-nz-2008-12-03.oxt Locale: en_US @@ -275,7 +272,7 @@ Language: American URL: http://extensions.services.openoffice.org/en/project/dict-en-fixed Version: 20100316 Types: myspell -License: LGPLv2.1, BSD +License: LGPL-2.1, BSD-4-Clause Source: en_US.tar.bz2 Locale: en_ZA @@ -286,7 +283,7 @@ URL: http://extensions.services.openoffice.org/en/project/dict-en-fixed Version: 20100316 Types: myspell # opensource license on the web -License: LGPLv2.1, BSD +License: LGPL-2.1, BSD-4-Clause Source: en_ZA.tar.bz2 Locale: eo_EO @@ -296,7 +293,7 @@ Version: 1.1 # 2010-11-24 Types: hunspell Prep: mv esperantilo/eo_ilo.aff esperantilo/eo_EO.aff Prep: mv esperantilo/eo_ilo.dic esperantilo/eo_EO.dic -License: LGPLv2 +License: LGPL-2.0 Source: esperantilo.oxt #Locale: en_CA @@ -314,7 +311,7 @@ Prov_lang: es_AR URL: http://extensions.services.openoffice.org/project/diccionario_es_AR Version: 0.1 Types: myspell, hyphen, thesaurus -License: GPLv3, LGPLv2.1, MPLv1.1 +License: GPL-3.0, LGPL-2.1, MPL-1.1 Source: Diccionarios-Argentina_1.oxt Locale: es_BO @@ -324,7 +321,7 @@ Prov_lang: es_BO # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_BO.tar.bz2 Locale: es_CL @@ -334,7 +331,7 @@ Prov_lang: es_CL # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_CL.tar.bz2 Locale: es_CO @@ -344,7 +341,7 @@ Prov_lang: es_CO # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_CO.tar.bz2 Locale: es_CR @@ -354,7 +351,7 @@ Prov_lang: es_CR URL: http://extensions.services.openoffice.org/en/project/dicc-es_CR Version: 0.4 Types: myspell -License: GPLv3, LGPLv3, MPLv1.1 +License: GPL-3.0, LGPL-3.0, MPL-1.1 Source: dicc-es_CR-0.4.oxt Locale: es_DO @@ -365,7 +362,7 @@ Types: myspell # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_DO.tar.bz2 Locale: es_EC @@ -375,7 +372,7 @@ Prov_lang: es_EC # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_EC.tar.bz2 Locale: es_ES @@ -383,7 +380,7 @@ Language: Spanish # FIXME no source URL Version: 20051029 # 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_ES.tar.bz2 Locale: es_GT @@ -393,7 +390,7 @@ Prov_lang: es_GT # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_GT.tar.bz2 Locale: es_HN @@ -403,7 +400,7 @@ Prov_lang: es_HN # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_HN.tar.bz2 Locale: es_MX @@ -412,7 +409,7 @@ Prov_lang: es_MX URL: http://extensions.services.openoffice.org/project/es_MX-dictspell Version: 20091103 # 0.3.0 Types: myspell -License: GPLv3, LGPLv3, MLP1.1 +License: GPL-3.0, LGPL-3.0, MPL-1.1 Source: es_MX.oxt Locale: es_NI @@ -422,7 +419,7 @@ Prov_lang: es_NI # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_NI.tar.bz2 Locale: es_PA @@ -432,7 +429,7 @@ Prov_lang: es_PA # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_PA.tar.bz2 Locale: es_PE @@ -442,7 +439,7 @@ Prov_lang: es_PE # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_PE.tar.bz2 Locale: es_PR @@ -452,7 +449,7 @@ Prov_lang: es_PR # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_PR.tar.bz2 Locale: es_PY @@ -462,7 +459,7 @@ Prov_lang: es_PY # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_PY.tar.bz2 Locale: es_SV @@ -472,7 +469,7 @@ Prov_lang: es_SV # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_SV.tar.bz2 Locale: es_UY @@ -482,7 +479,7 @@ Prov_lang: es_UY # FIXME no source URL Version: 0.1 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: es_UY.tar.bz2 Locale: es_VE @@ -494,7 +491,7 @@ Version: 1.0.1 Types: hunspell, hyphen, thesaurus Prep: mv dict-es_VE/dictionaries/dic_es_VE.aff dict-es_VE/dictionaries/es_VE.aff Prep: mv dict-es_VE/dictionaries/dic_es_VE.dic dict-es_VE/dictionaries/es_VE.dic -License: LGPLv3 +License: LGPL-3.0 Source: dict-es_VE.oxt Locale: et_EE @@ -502,7 +499,7 @@ Language: Estonian URL: http://extensions.services.openoffice.org/project/dict_et Version: 1.0 Types: myspell, hyphen -License: LGPLv2.1 +License: LGPL-2.1 Source: dict-et.oxt Locale: fa_IR @@ -510,7 +507,7 @@ Language: Persian URL: http://extensions.services.openoffice.org/project/dict-fa Version: 20070815 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: fa_IR.tar.bz2 Locale: fo_FO @@ -518,7 +515,7 @@ Language: Faroese URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Faroese_.28Faroe_Islands.29 Version: 20070816 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: fo_FO.tar.bz2 Locale: fr_FR @@ -529,7 +526,7 @@ Types: hunspell, hyphen, thesaurus # under investigation, looks it belongs to several countries Prep: mv ooo-dictionnaire-fr-reforme1990-v3.8/dictionaries/fr-reforme1990.aff ooo-dictionnaire-fr-reforme1990-v3.8/dictionaries/fr_FR.aff Prep: mv ooo-dictionnaire-fr-reforme1990-v3.8/dictionaries/fr-reforme1990.dic ooo-dictionnaire-fr-reforme1990-v3.8/dictionaries/fr_FR.dic -License: GPLv2, LGPLv2.1, MLP1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: ooo-dictionnaire-fr-reforme1990-v3.8.oxt Locale: fur_IT @@ -539,7 +536,7 @@ URL: http://extensions.services.openoffice.org/en/project/furlan Version: 20100606 Types: hunspell # license is not clear: opensource -License: GPLv2 +License: GPL-2.0 Source: dic-fur.oxt Locale: ga_IE @@ -547,7 +544,7 @@ Language: Irish URL: http://extensions.services.openoffice.org/project/focloiri-gaeilge Version: 20080805 # 4.4 Types: hunspell, hyphen, thesaurus -License: GPLv2 +License: GPL-2.0 Source: focloiri-gaeilge-4.4.oxt Locale: gd_GB @@ -556,7 +553,7 @@ pack_suffix: gaelic-scots URL: http://extensions.services.openoffice.org/project/gd_GB Version: 1.0 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: gd_GB.oxt Locale: gl_ES @@ -564,7 +561,7 @@ Language: Galician URL: http://extensions.services.openoffice.org/project/Extension_Corrector_galego_OOo Version: 20080515 # 3.2 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: corrector_OOo3.oxt Locale: gu_IN @@ -572,7 +569,7 @@ Language: Gujarati URL: http://extensions.services.openoffice.org/project/dict-gu Version: 20061015 Types: hunspell -License: GPLv2+ +License: GPL-2.0+ #, hyphen available: http://extensions.services.openoffice.org/project/hyph_gu_IN Source: dict-gu.oxt @@ -581,7 +578,7 @@ Language: Hebrew URL: http://extensions.services.openoffice.org/project/dict-he Version: 20080914 # 0.2 Types: myspell -License: GPLv2 +License: GPL-2.0 Source: he-IL-dict.oxt Locale: hi_IN @@ -590,7 +587,7 @@ Language: Hindi URL: http://extensions.services.openoffice.org/project/dict-hi Version: 20090617 #, hyphen available: http://extensions.services.openoffice.org/project/hyph_hi_IN -License: GPLv2 +License: GPL-2.0 Source: dict-hi.oxt Locale: hr_HR @@ -598,14 +595,14 @@ Language: Croatian URL: http://extensions.services.openoffice.org/project/dict-hr Version: 20080813 # 1.0.0-beta-2 use 1.0.0.2 Types: myspell -License: GPLv3 +License: GPL-3.0 Source: hr_HR.tar.bz2 Locale: hu_HU Language: Hungarian URL: http://extensions.services.openoffice.org/project/hu_dicts Types: hunspell, hyphen, thesaurus -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 %if %suse_version > 1110 # The new version requires hunspell-1.2.8 # The compound words are not processed correctly with older hunspell @@ -621,7 +618,7 @@ Language: Haitian URL: http://extensions.services.openoffice.org/project/kok Version: 0.06 Types: hunspell -License: GPLv3+ +License: GPL-3.0+ Source: hunspell-ht-0.06.oxt Locale: hy_AM @@ -629,7 +626,7 @@ Language: Armenian URL: http://extensions.services.openoffice.org/en/project/armspell Version: 0.20.0 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: hy_AM-0.20.0.oxt Locale: id_ID @@ -638,7 +635,7 @@ URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Indonesian_.28Indone # URL: http://extensions.services.openoffice.org/project/Indonesian_dictionary Version: 1.2 Types: myspell -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 #, hyphen available on the same URL Source: id_ID.tar.bz2 @@ -647,7 +644,7 @@ Language: Icelandic URL: http://extensions.services.openoffice.org/project/dict-is Version: 20090823 Types: hunspell -License: GPLv2+ +License: GPL-2.0+ #, hyphen available: http://extensions.services.openoffice.org/project/hyph_is Source: Icelandic-dict-2009-08-23.oxt @@ -656,7 +653,7 @@ Language: Italian URL: http://extensions.services.openoffice.org/project/dict-it Version: 20100501 Types: hunspell, hyphen, thesaurus -License: GPLv3 +License: GPL-3.0 Source: dict-it.oxt Locale: kik_KE @@ -665,7 +662,7 @@ Prov_lang: kik_KE URL: http://extensions.services.openoffice.org/en/project/Gikuyu Version: 20091010 Types: hunspell -License: LGPLv2.1 +License: LGPL-2.1 Source: kik_KE.oxt Locale: kk_KZ @@ -674,7 +671,7 @@ Prov_lang: kk_KZ URL: http://extensions.services.openoffice.org/en/project/dict-kk Version: 20090901 Types: hunspell -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: dict-kk.oxt Locale: km_KH @@ -683,7 +680,7 @@ Prov_lang: km_KH URL: http://extensions.services.openoffice.org/en/project/khmersbbic Version: 1.3 Types: hunspell -License: GPLv3 +License: GPL-3.0 Source: SBBIC-spellingchecker-OOo.1.3.oxt Locale: ko_KR @@ -693,7 +690,7 @@ Version: 0.4.3 # 20100803 Types: hunspell Prep: mv Korean_spell-checker-0.4.3_OOo/dictionaries/ko-KR.aff Korean_spell-checker-0.4.3_OOo/dictionaries/ko_KR.aff Prep: mv Korean_spell-checker-0.4.3_OOo/dictionaries/ko-KR.dic Korean_spell-checker-0.4.3_OOo/dictionaries/ko_KR.dic -License: GPLv3, LGPLv2.1, MPLv1.1 +License: GPL-3.0, LGPL-2.1, MPL-1.1 Source: Korean_spell-checker-0.4.3_OOo.oxt Locale: ku_TR @@ -703,7 +700,7 @@ Encoding: ISO-8859-9 URL: http://extensions.services.openoffice.org/project/rastnivis Version: 0.96.0 Types: myspell -License: GPLv3, LGPLv2.1, MPLv1.1 +License: GPL-3.0, LGPL-2.1, MPL-1.1 #, hyphen available: http://extensions.services.openoffice.org/project/kitandin Source: rastnivis.oxt @@ -715,7 +712,7 @@ Types: hunspell, hyphen Prep: mv dict-la_2010-08-23/la/la.aff dict-la_2010-08-23/la/la_LA.aff Prep: mv dict-la_2010-08-23/la/la.dic dict-la_2010-08-23/la/la_LA.dic Encoding: ISO-8859-1 -License: GPLv3 +License: GPL-3.0 Source: dict-la_2010-08-23.oxt Locale: lt_LT @@ -723,7 +720,7 @@ Language: Lithuanian URL: http://ftp.akl.lt/OpenOffice.org-extras/spell-checkers/ Version: 20081204 Types: hunspell -License: BSD3c +License: BSD-3-Clause Source: dict-lt.oxt Locale: lv_LV @@ -731,7 +728,7 @@ Language: Latvian URL: http://extensions.services.openoffice.org/project/dict_lv_LV Version: 20100419 Types: hunspell, hyphen, thesaurus -License: LGPLv2.1 +License: LGPL-2.1 Source: lv_LV-0.9.0.oxt Locale: mai_IN @@ -739,7 +736,7 @@ Language: Maithili URL: http://extensions.services.openoffice.org/project/dict-mai Version: 20100107 Types: hunspell -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: mai_IN.oxt Locale: mg_MG @@ -749,7 +746,7 @@ Encoding: ISO-8859-1 URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Malagasy_.28Madagascar.29 Version: 0.03 Types: myspell -License: GPLv2+ +License: GPL-2.0+ Source: mg_MG.tar.bz2 Locale: mk_MK @@ -758,7 +755,7 @@ URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Macedonian_.28Former # URL: http://extensions.services.openoffice.org/project/dict-mk Version: 20051126 Types: myspell -License: GPLv2 +License: GPL-2.0 Source: mk_MK.tar.bz2 Locale: ml_IN @@ -767,7 +764,7 @@ Prov_lang: ml_IN URL: http://extensions.services.openoffice.org/project/dict_ml_IN Version: 1.1.0 Types: hunspell -License: GPLv2+, LGPLv2.1+, MPLv1.1 +License: GPL-2.0+, LGPL-2.1+, MPL-1.1 #, hyphen available: http://extensions.services.openoffice.org/project/hyph_ml_IN Source: ml_IN_dict-1-1.oxt @@ -776,7 +773,7 @@ Language: Maory URL: http://extensions.services.openoffice.org/project/maori-papakupu Version: 20080630 # 0.5 Types: hunspell -License: GPLv2+, LGPLv2.1+, MPLv1.1 +License: GPL-2.0+, LGPL-2.1+, MPL-1.1 Source: papakupu-mi_NZ-0.5.20080630.oxt Locale: mr_IN @@ -785,7 +782,7 @@ Language: Marathi URL: http://extensions.services.openoffice.org/project/dict-mr Version: 20091210 Types: hunspell -License: GPLv3 +License: GPL-3.0 #, hyphen available: http://extensions.services.openoffice.org/project/hyph_mr_IN Source: dict-mr.oxt @@ -794,7 +791,7 @@ Language: Malay URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Malay_.28Malaysia.29 Version: 20090808 # 0.1 Types: myspell -License: GFDLv1.1 +License: GFDL-1.1 Source: ms_MY.tar.bz2 Locale: nb_NO @@ -803,7 +800,7 @@ pack_suffix: norsk-bokmaal URL: http://extensions.services.openoffice.org/project/Norwegian_dictionaries Version: 20080310 # 2.0.10 Types: myspell, hyphen, thesaurus -License: GPLv2 +License: GPL-2.0 # TODO New source available for future release: dictionary-no-NO-1.0.oxt Source: nb_NO.tar.bz2 @@ -813,7 +810,7 @@ Language: Dutch URL: http://extensions.services.openoffice.org/project/dict-nl Version: 20091002 # 1.10G Types: hunspell, hyphen -License: BSD +License: CC-BY-SA-3.0, BSD-2-Clause Source: nl-dict.oxt Locale: nn_NO @@ -822,7 +819,7 @@ pack_suffix: norsk-nynorsk URL: http://extensions.services.openoffice.org/project/Norwegian_dictionaries Version: 20080310 # 2.0.10 Types: myspell, hyphen, thesaurus -License: GPLv2 +License: GPL-2.0 Source: nn_NO.tar.bz2 Locale: nr_ZA @@ -831,7 +828,7 @@ URL: http://extensions.services.openoffice.org/project/dict-nr Version: 20091030 Types: myspell # web opensource -License: LGPLv2.1 # as aspell legacy +License: LGPL-2.1 # as aspell legacy Source: dict-nr_ZA-2009.10.30.oxt Locale: ny_MW @@ -841,7 +838,7 @@ Encoding: ISO8859-14 URL: http://extensions.services.openoffice.org/en/project/chicspell Version: 0.1 # 20100525 Types: myspell -License: GPLv3+ +License: GPL-3.0+ Source: hunspell-chichewa-ny-dict-0.01.oxt Locale: oc_FR @@ -849,7 +846,7 @@ Language: Occitan Lengadocian URL: http://extensions.services.openoffice.org/project/spellchecker_occitan_lengadocian Version: 0.6.1 Types: myspell -License: GPLv2+ +License: GPL-2.0+ Source: oc_fr.oxt Locale: pl_PL @@ -857,17 +854,18 @@ Language: Polish URL: http://extensions.services.openoffice.org/project/pl-dict Version: 20081206 Types: myspell, hyphen, thesaurus -License: GPLv2, LGPLv2.1, MPLv1.1, CC-SA1.0 +License: GPL-2.0, LGPL-2.1, MPL-1.1, CC-BY-SA-1.0 Source: pl-dict.oxt Locale: pt_BR -Language: Brazilian +Language: Brazilian Portuguese +pack_suffix: brazilian Prov_lang: pt_BR -URL: http://extensions.services.openoffice.org/project/Vero -Version: 20100111 # 2.0.7 +URL: http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico/ +Version: 20120104 # 2.1 Types: myspell, hyphen -License: LGPLv2.1 -Source: Vero_pt_BR_V207AOC.oxt +License: LGPL-3.0 +Source: vero_pt_br_v210aoc.oxt Locale: pt_PT Language: Portuguese @@ -876,7 +874,7 @@ Version: 20100525 Types: hunspell, hyphen, thesaurus Dependency: Provides: myspell-portuguese-dictionary Dependency: Conflicts: myspell-portuguese-preao -License: GPLv2, LGPLv2.1, MPL 1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: oo3x-pt-PT.oxt Locale: qu_EC @@ -885,7 +883,7 @@ Prov_lang: qu_EC URL: http://extensions.services.openoffice.org/project/ptPTdict Version: 0.4 Types: hunspell -License: GAGPLv3 +License: AGPL-3.0 Source: qu_EC.oxt Locale: ro_RO @@ -893,7 +891,7 @@ Language: Romanian URL: http://extensions.services.openoffice.org/project/RomanianDictionaryPackCedillaVersion Version: 20100608 # 1.3 Types: hunspell, hyphen, thesaurus -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: dict-ro.1.3-cedilla.oxt Locale: ru_RU @@ -901,7 +899,7 @@ Language: Russian # TODO no source URL Version: 20081013 # 0.3.4 Types: myspell, hyphen, thesaurus -License: GPLv3 +License: GPL-3.0 # there is a newer version out there with copyrigh, try to catch the owner to release is URL: http://extensions.services.openoffice.org/project/dict_ru_RU_hyph Source: dict_ru_RU-0.3.4.oxt @@ -915,7 +913,7 @@ Types: hunspell Prep: mv rw/rw.aff rw/rw_RW.aff Prep: mv rw/rw.dic rw/rw_RW.dic # TODO web opensource -License: LGPLv2.1 # as aspell legacy +License: LGPL-2.1 # as aspell legacy # not correct file name Source: rw.oxt @@ -927,7 +925,7 @@ Types: hunspell # TODO need to send request to the developer Prep: mv si_LK/dictionaries/si-LK.aff si_LK/dictionaries/si_LK.aff Prep: mv si_LK/dictionaries/si-LK.dic si_LK/dictionaries/si_LK.dic -License: GPLv3+ +License: GPL-3.0+ # TODO license is not standard Source: si_LK.oxt @@ -936,7 +934,7 @@ Language: Slovak URL: http://extensions.services.openoffice.org/project/dict-sk Version: 20100208 Types: hunspell, hyphen, thesaurus -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: dict-sk.oxt Locale: sl_SI @@ -944,7 +942,7 @@ Language: Slovene URL: http://extensions.services.openoffice.org/project/pack-sl Version: 20091130 # 1.0 Types: myspell, hyphen -License: LGPLv2.1+ +License: LGPL-2.1+ Source: pack-sl.oxt Locale: sq_AL @@ -952,7 +950,7 @@ Language: Albanian URL: http://extensions.services.openoffice.org/project/dict-sq Version: 20100517 Types: myspell -License: GPLv2+ +License: GPL-2.0+ Source: dict-sq.oxt Locale: sh_RS @@ -966,7 +964,7 @@ Prep: mv dict-sr/sh.aff dict-sr/sh_RS.aff Prep: mv dict-sr/sh.dic dict-sr/sh_RS.dic Prep: mv dict-sr/sr.aff dict-sr/sr_RS.aff Prep: mv dict-sr/sr.dic dict-sr/sr_RS.dic -License: LGPLv3 +License: LGPL-3.0 # shared with sr_RS Source: dict-sr.oxt @@ -976,7 +974,7 @@ Language: Serbian Cyrillic URL: http://extensions.services.openoffice.org/en/project/dict-sr Version: 20100818 Types: hunspell, hyphen -License: LGPLv3 +License: LGPL-3.0 # source is shared with sh_RS #Source: dict-sr.oxt @@ -986,7 +984,7 @@ URL: http://extensions.services.openoffice.org/project/dict-ss Version: 20091030 Types: myspell # TODO web opensource -License: LGPLv2.1 # as aspell legacy +License: LGPL-2.1 # as aspell legacy Source: dict-ss_ZA-2009.10.30.oxt Locale: sv_SE @@ -994,7 +992,7 @@ Language: Swedish URL: http://extensions.services.openoffice.org/project/dict-sv Version: 20100130 # 1.42 # type -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 #, thesaurus available: http://extensions.services.openoffice.org/project/SweThes Source: ooo_swedish_dict_1.42.oxt @@ -1004,7 +1002,7 @@ pack_suffix: swedish-finland URL: http://extensions.services.openoffice.org/project/dict-sv Version: 20100131 # 1.42 # type -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 #, thesaurus available: http://extensions.services.openoffice.org/project/SweThes Source: ooo_swedish_finland_dict_1.42.oxt @@ -1015,7 +1013,7 @@ pack_suffix: sotho-northern #URL: FIXME Version: 20060123 # type: FIXME -License: LGPLv2.1+ +License: LGPL-2.1+ Source: st_ZA.tar.bz2 Locale: sw_KE @@ -1023,7 +1021,7 @@ Language: Kiswahili URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Kiswahili_.28East_Africa.29 Version: 20040516 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 # under investigation: http://extensions.services.openoffice.org/project/SwahiliSpellcheck Source: sw_KE.tar.bz2 @@ -1036,7 +1034,7 @@ Language: Thai URL: http://extensions.services.openoffice.org/project/dict-th Version: 0.3 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 Source: th_TH.tar.bz2 Locale: tl_PH @@ -1044,7 +1042,7 @@ Language: Tagalog URL: http://extensions.services.openoffice.org/project/dict-tl Version: 0.02 Types: myspell -License: GPLv2+ +License: GPL-2.0+ Source: tl_PH.tar.bz2 Locale: tn_ZA @@ -1052,7 +1050,7 @@ Language: Setswana URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Setswana_.28Africa.29 Version: 20061023 Types: myspell -License: GPLv2+ +License: GPL-2.0+ # TODO new release bad download link: http://extensions.services.openoffice.org/project/dict-tn Source: myspell-tn_ZA-20060123.tar.bz2 @@ -1061,7 +1059,7 @@ Language: Tsonga # hhttp://wiki.services.openoffice.org/wiki/Dictionaries#Tsonga_.28South_Africa.29 Version: 20060123 Types: myspell -License: LGPLv2.1 +License: LGPL-2.1 # TODO new release bad download link: http://extensions.services.openoffice.org/project/dict-ts Source: ts_ZA.tar.bz2 @@ -1070,7 +1068,7 @@ Language: Ukrainian URL: http://extensions.services.openoffice.org/project/dict-uk_UA Version: 20090818 # 1.6.0 Types: hunspell -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: dict-uk_UA-1.6.0.oxt Locale: ve_ZA @@ -1079,7 +1077,7 @@ URL: http://extensions.services.openoffice.org/project/dict-ve Version: 20091030 Types: hunspell # TODO web opensource -License: LGPLv2.1 # as aspell legacy +License: LGPL-2.1 # as aspell legacy Source: dict-ve_ZA-2009.10.30.oxt Locale: vi_VN @@ -1087,7 +1085,7 @@ Language: Vietnamese URL: http://extensions.services.openoffice.org/project/Vietnamese_SpellChecker Version: 20091031 # 1.0.45 Types: hunspell -License: GPLv2 +License: GPL-2.0 Source: vi_spellchecker_OOo3.oxt Locale: xh_ZA @@ -1096,7 +1094,7 @@ URL: http://extensions.services.openoffice.org/project/dict-xh Version: 20091030 Types: hunspell # TODO web opensource -License: LGPLv2.1 # as aspell legacy +License: LGPL-2.1 # as aspell legacy Source: dict-xh_ZA-2009.10.30.oxt Locale: yi_IL @@ -1106,7 +1104,7 @@ Version: 20100902 Types: hunspell Prep: mv jidysz.net.ooo.spellchecker/dictionaries/yi.aff jidysz.net.ooo.spellchecker/dictionaries/yi_IL.aff Prep: mv jidysz.net.ooo.spellchecker/dictionaries/yi.dic jidysz.net.ooo.spellchecker/dictionaries/yi_IL.dic -License: GPLv2, LGPLv2.1, MPLv1.1 +License: GPL-2.0, LGPL-2.1, MPL-1.1 Source: jidysz.net.ooo.spellchecker.oxt Locale: zu_ZA @@ -1115,5 +1113,5 @@ URL: http://extensions.services.openoffice.org/project/dict-zu Version: 20091210 Types: myspell # TODO web opensource -License: LGPLv2.1 # as aspell legacy +License: LGPL-2.1 # as aspell legacy Source: dict-zu_ZA-2009.12.10.oxt \ No newline at end of file diff --git a/myspell-dictionaries.spec b/myspell-dictionaries.spec index ccc3b1d..d04196d 100644 --- a/myspell-dictionaries.spec +++ b/myspell-dictionaries.spec @@ -1,7 +1,7 @@ # # spec file for package myspell-dictionaries # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -Name: myspell-dictionaries ################################################################### ## DO NOT EDIT THIS SPEC FILE ## Generated by: ## perl myspell-dictionaries-gen-spec myspell-dictionaries.spec.in myspell-dictionaries.data ################################################################### -BuildRequires: dos2unix recode unzip -License: BSD, BSD3c, CC-SA-BY, CC-SA1.0, GAGPLv3, GFDLv1.1, GPLv2, GPLv2+, GPLv3, GPLv3+, LGPLv2, LGPLv2.1, LGPLv2.1+, LGPLv3, MLP1.1, MPL 1.1, MPLv1.1 -Group: Productivity/Text/Spell -AutoReqProv: on +Name: myspell-dictionaries Version: 20090731 -Release: 1 +Release: 0 Summary: A Source Package for Dictionaries Used by MySpell -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +License: AGPL-3.0 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 and GPL-2.0 and GPL-2.0+ and GPL-3.0 and GPL-3.0+ and LGPL-2.0 and LGPL-2.1 and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 +Group: Productivity/Text/Spell Url: http://lingucomponent.openoffice.org/download_dictionary.html # Novell jargon bnc#306333 Source0: Nwordlist.tgz @@ -51,7 +45,7 @@ Source1007: en_AU.tar.bz2 Source1008: dict-de_AT-frami_2010-03-07.oxt Source1009: dict-be-0.26.oxt Source1010: dict-bn.oxt -Source1011: Vero_pt_BR_V207AOC.oxt +Source1011: vero_pt_br_v210aoc.oxt Source1012: dict-br_0.3.oxt Source1013: en_GB.tar.bz2 Source1014: dictionaries-bg.oxt @@ -71,7 +65,7 @@ Source1027: dic-fur.oxt Source1028: gd_GB.oxt Source1029: corrector_OOo3.oxt Source1030: dict-de_DE-frami_2010-03-07.oxt -Source1031: el_GR.tar.bz2 +Source1031: el_gr_v110.oxt Source1032: dict-gu.oxt Source1033: hunspell-ht-0.06.oxt Source1034: he-IL-dict.oxt @@ -153,6 +147,11 @@ Source1109: dict-xh_ZA-2009.10.30.oxt Source1110: jidysz.net.ooo.spellchecker.oxt Source1111: dict-zu_ZA-2009.12.10.oxt +BuildRequires: dos2unix +BuildRequires: recode +BuildRequires: unzip +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description This source package contains dictionaries for MySpell. @@ -160,18 +159,17 @@ This source package contains dictionaries for MySpell. The MySpell spell-checker is used by the OpenOffice.org office suite, the Mozilla Composer, and the Mozilla Mail message composition window. - - %package -n myspell-african -License: LGPLv2.1 Version: 20080701 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: African Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/af_ZA.dic -Provides: locale(libreoffice:af) locale(OpenOffice_org:af) locale(seamonkey-spellchecker:af) - +Provides: locale(OpenOffice_org:af) +Provides: locale(libreoffice:af) +Provides: locale(seamonkey-spellchecker:af) %description -n myspell-african The African dictionary for MySpell. @@ -183,15 +181,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-albanian -License: GPLv2+ Version: 20100517 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Albanian Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sq_AL.dic -Provides: locale(libreoffice:sq) locale(OpenOffice_org:sq) locale(seamonkey-spellchecker:sq) - +Provides: locale(OpenOffice_org:sq) +Provides: locale(libreoffice:sq) +Provides: locale(seamonkey-spellchecker:sq) %description -n myspell-albanian The Albanian dictionary for MySpell. @@ -203,15 +202,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-american -License: LGPLv2.1, BSD Version: 20100316 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: American Dictionary for MySpell +License: LGPL-2.1 and BSD-4-Clause +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/en_US.dic -Provides: locale(libreoffice:en) locale(OpenOffice_org:en) locale(seamonkey-spellchecker:en) - +Provides: locale(OpenOffice_org:en) +Provides: locale(libreoffice:en) +Provides: locale(seamonkey-spellchecker:en) %description -n myspell-american The American dictionary for MySpell. @@ -223,15 +223,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-arabic -License: GPLv2+, LGPLv2.1+, MPLv1.1 Version: 20080110 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Arabic Dictionary for MySpell +License: GPL-2.0+ and LGPL-2.1+ and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ar_DZ.dic -Provides: locale(libreoffice:ar) locale(OpenOffice_org:ar) locale(seamonkey-spellchecker:ar) - +Provides: locale(OpenOffice_org:ar) +Provides: locale(libreoffice:ar) +Provides: locale(seamonkey-spellchecker:ar) %description -n myspell-arabic The Arabic dictionary for MySpell. @@ -243,15 +244,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-armenian -License: GPLv2 Version: 0.20.0 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Armenian Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/hy_AM.dic -Provides: locale(libreoffice:hy) locale(OpenOffice_org:hy) locale(seamonkey-spellchecker:hy) - +Provides: locale(OpenOffice_org:hy) +Provides: locale(libreoffice:hy) +Provides: locale(seamonkey-spellchecker:hy) %description -n myspell-armenian The Armenian dictionary for MySpell. @@ -263,15 +265,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-assamese -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 1.0.3 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Assamese Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/as_IN.dic -Provides: locale(libreoffice:as_IN) locale(OpenOffice_org:as_IN) locale(seamonkey-spellchecker:as_IN) - +Provides: locale(OpenOffice_org:as_IN) +Provides: locale(libreoffice:as_IN) +Provides: locale(seamonkey-spellchecker:as_IN) %description -n myspell-assamese The Assamese dictionary for MySpell. @@ -283,15 +286,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-asturian -License: GPLv3 Version: 0.0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Asturian Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ast_ES.dic -Provides: locale(libreoffice:ast_ES) locale(OpenOffice_org:ast_ES) locale(seamonkey-spellchecker:ast_ES) - +Provides: locale(OpenOffice_org:ast_ES) +Provides: locale(libreoffice:ast_ES) +Provides: locale(seamonkey-spellchecker:ast_ES) %description -n myspell-asturian The Asturian dictionary for MySpell. @@ -303,15 +307,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-australian -License: LGPLv2.1, BSD Version: 20100316 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Australian Dictionary for MySpell +License: LGPL-2.1 and BSD-4-Clause +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/en_AU.dic -Provides: locale(libreoffice:en_AU) locale(OpenOffice_org:en_AU) locale(seamonkey-spellchecker:en_AU) - +Provides: locale(OpenOffice_org:en_AU) +Provides: locale(libreoffice:en_AU) +Provides: locale(seamonkey-spellchecker:en_AU) %description -n myspell-australian The Australian dictionary for MySpell. @@ -323,17 +328,17 @@ Mozilla Thunderbird, and Mozilla Firefox. %if %suse_version <= 1120 - %package -n myspell-austrian -License: GPLv2+ Version: 20100307 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Austrian Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_AT.dic -Provides: locale(libreoffice:de_AT) locale(OpenOffice_org:de_AT) locale(seamonkey-spellchecker:de_AT) - +Provides: locale(OpenOffice_org:de_AT) +Provides: locale(libreoffice:de_AT) +Provides: locale(seamonkey-spellchecker:de_AT) %description -n myspell-austrian The Austrian dictionary for MySpell. @@ -343,17 +348,17 @@ They are used by various desktop applications, for example, LibreOffice, Mozilla Thunderbird, and Mozilla Firefox. %endif - %package -n myspell-belarusian -License: CC-SA-BY Version: 20101210 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Belarusian Dictionary for MySpell +License: CC-BY-SA-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/be_BY.dic -Provides: locale(libreoffice:be_BY) locale(OpenOffice_org:be_BY) locale(seamonkey-spellchecker:be_BY) - +Provides: locale(OpenOffice_org:be_BY) +Provides: locale(libreoffice:be_BY) +Provides: locale(seamonkey-spellchecker:be_BY) %description -n myspell-belarusian The Belarusian dictionary for MySpell. @@ -365,15 +370,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-bengali -License: GPLv2+ Version: 20080201 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Bengali Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/bn_BD.dic -Provides: locale(libreoffice:bn_BD) locale(OpenOffice_org:bn_BD) locale(seamonkey-spellchecker:bn_BD) - +Provides: locale(OpenOffice_org:bn_BD) +Provides: locale(libreoffice:bn_BD) +Provides: locale(seamonkey-spellchecker:bn_BD) %description -n myspell-bengali The Bengali dictionary for MySpell. @@ -385,18 +391,19 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-brazilian -License: LGPLv2.1 -Version: 20100111 -Release: 1 +Version: 20120104 +Release: 0 +Summary: Brazilian Portuguese Dictionary for MySpell +License: LGPL-3.0 Group: Productivity/Text/Spell -Summary: Brazilian Dictionary for MySpell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/pt_BR.dic -Provides: locale(libreoffice:pt_BR) locale(OpenOffice_org:pt_BR) locale(seamonkey-spellchecker:pt_BR) - +Provides: locale(OpenOffice_org:pt_BR) +Provides: locale(libreoffice:pt_BR) +Provides: locale(seamonkey-spellchecker:pt_BR) %description -n myspell-brazilian -The Brazilian dictionary for MySpell. +The Brazilian Portuguese dictionary for MySpell. MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. They are used by various desktop applications, for example, LibreOffice, @@ -405,15 +412,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-breton -License: LGPLv2.1+ Version: 0.3 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Breton Dictionary for MySpell +License: LGPL-2.1+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/br_FR.dic -Provides: locale(libreoffice:br_FR) locale(OpenOffice_org:br_FR) locale(seamonkey-spellchecker:br_FR) - +Provides: locale(OpenOffice_org:br_FR) +Provides: locale(libreoffice:br_FR) +Provides: locale(seamonkey-spellchecker:br_FR) %description -n myspell-breton The Breton dictionary for MySpell. @@ -425,15 +433,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-british -License: GPLv2 Version: 20100316 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: British Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/en_GB.dic -Provides: locale(libreoffice:en_GB) locale(OpenOffice_org:en_GB) locale(seamonkey-spellchecker:en_GB) - +Provides: locale(OpenOffice_org:en_GB) +Provides: locale(libreoffice:en_GB) +Provides: locale(seamonkey-spellchecker:en_GB) %description -n myspell-british The British dictionary for MySpell. @@ -445,15 +454,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-bulgarian -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 4.3.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Bulgarian Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/bg_BG.dic -Provides: locale(libreoffice:bg) locale(OpenOffice_org:bg) locale(seamonkey-spellchecker:bg) - +Provides: locale(OpenOffice_org:bg) +Provides: locale(libreoffice:bg) +Provides: locale(seamonkey-spellchecker:bg) %description -n myspell-bulgarian The Bulgarian dictionary for MySpell. @@ -465,15 +475,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-canadian -License: LGPLv2.1, BSD Version: 20100316 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Canadian Dictionary for MySpell +License: LGPL-2.1 and BSD-4-Clause +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/en_CA.dic -Provides: locale(libreoffice:en_CA) locale(OpenOffice_org:en_CA) locale(seamonkey-spellchecker:en_CA) - +Provides: locale(OpenOffice_org:en_CA) +Provides: locale(libreoffice:en_CA) +Provides: locale(seamonkey-spellchecker:en_CA) %description -n myspell-canadian The Canadian dictionary for MySpell. @@ -485,15 +496,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-catalan -License: GPLv2, LGPLv2.1 Version: 2.1.5 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Catalan Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ca_ES.dic -Provides: locale(libreoffice:ca) locale(OpenOffice_org:ca) locale(seamonkey-spellchecker:ca) - +Provides: locale(OpenOffice_org:ca) +Provides: locale(libreoffice:ca) +Provides: locale(seamonkey-spellchecker:ca) %description -n myspell-catalan The Catalan dictionary for MySpell. @@ -505,15 +517,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-chichewa -License: GPLv3+ Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Chichewa Dictionary for MySpell +License: GPL-3.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ny_MW.dic -Provides: locale(libreoffice:ny) locale(OpenOffice_org:ny) locale(seamonkey-spellchecker:ny) - +Provides: locale(OpenOffice_org:ny) +Provides: locale(libreoffice:ny) +Provides: locale(seamonkey-spellchecker:ny) %description -n myspell-chichewa The Chichewa dictionary for MySpell. @@ -525,15 +538,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-coptic -License: GPLv3 Version: 0.3 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Coptic Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/cop_EG.dic -Provides: locale(libreoffice:cop) locale(OpenOffice_org:cop) locale(seamonkey-spellchecker:cop) - +Provides: locale(OpenOffice_org:cop) +Provides: locale(libreoffice:cop) +Provides: locale(seamonkey-spellchecker:cop) %description -n myspell-coptic The Coptic dictionary for MySpell. @@ -545,15 +559,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-croatian -License: GPLv3 Version: 20080813 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Croatian Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/hr_HR.dic -Provides: locale(libreoffice:hr) locale(OpenOffice_org:hr) locale(seamonkey-spellchecker:hr) - +Provides: locale(OpenOffice_org:hr) +Provides: locale(libreoffice:hr) +Provides: locale(seamonkey-spellchecker:hr) %description -n myspell-croatian The Croatian dictionary for MySpell. @@ -565,15 +580,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-czech -License: GPLv2 Version: 20080822 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Czech Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/cs_CZ.dic -Provides: locale(libreoffice:cs) locale(OpenOffice_org:cs) locale(seamonkey-spellchecker:cs) - +Provides: locale(OpenOffice_org:cs) +Provides: locale(libreoffice:cs) +Provides: locale(seamonkey-spellchecker:cs) %description -n myspell-czech The Czech dictionary for MySpell. @@ -585,15 +601,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-danish -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20090925 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Danish Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/da_DK.dic -Provides: locale(libreoffice:da) locale(OpenOffice_org:da) locale(seamonkey-spellchecker:da) - +Provides: locale(OpenOffice_org:da) +Provides: locale(libreoffice:da) +Provides: locale(seamonkey-spellchecker:da) %description -n myspell-danish The Danish dictionary for MySpell. @@ -605,15 +622,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-dutch -License: BSD Version: 20091002 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Dutch Dictionary for MySpell +License: CC-BY-SA-3.0 and BSD-2-Clause +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/nl_NL.dic -Provides: locale(libreoffice:nl) locale(OpenOffice_org:nl) locale(seamonkey-spellchecker:nl) - +Provides: locale(OpenOffice_org:nl) +Provides: locale(libreoffice:nl) +Provides: locale(seamonkey-spellchecker:nl) %description -n myspell-dutch The Dutch dictionary for MySpell. @@ -625,15 +643,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-esperanto -License: LGPLv2 Version: 1.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Esperanto Dictionary for MySpell +License: LGPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/eo_EO.dic -Provides: locale(libreoffice:eo) locale(OpenOffice_org:eo) locale(seamonkey-spellchecker:eo) - +Provides: locale(OpenOffice_org:eo) +Provides: locale(libreoffice:eo) +Provides: locale(seamonkey-spellchecker:eo) %description -n myspell-esperanto The Esperanto dictionary for MySpell. @@ -645,15 +664,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-estonian -License: LGPLv2.1 Version: 1.0 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Estonian Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/et_EE.dic -Provides: locale(libreoffice:et) locale(OpenOffice_org:et) locale(seamonkey-spellchecker:et) - +Provides: locale(OpenOffice_org:et) +Provides: locale(libreoffice:et) +Provides: locale(seamonkey-spellchecker:et) %description -n myspell-estonian The Estonian dictionary for MySpell. @@ -665,15 +685,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-faroese -License: GPLv2 Version: 20070816 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Faroese Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/fo_FO.dic -Provides: locale(libreoffice:fo) locale(OpenOffice_org:fo) locale(seamonkey-spellchecker:fo) - +Provides: locale(OpenOffice_org:fo) +Provides: locale(libreoffice:fo) +Provides: locale(seamonkey-spellchecker:fo) %description -n myspell-faroese The Faroese dictionary for MySpell. @@ -685,15 +706,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-french -License: GPLv2, LGPLv2.1, MLP1.1 Version: 20100810 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: French Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/fr_FR.dic -Provides: locale(libreoffice:fr) locale(OpenOffice_org:fr) locale(seamonkey-spellchecker:fr) - +Provides: locale(OpenOffice_org:fr) +Provides: locale(libreoffice:fr) +Provides: locale(seamonkey-spellchecker:fr) %description -n myspell-french The French dictionary for MySpell. @@ -705,15 +727,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-friulian -License: GPLv2 Version: 20100606 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Friulian Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/fur_IT.dic -Provides: locale(libreoffice:fur_IT) locale(OpenOffice_org:fur_IT) locale(seamonkey-spellchecker:fur_IT) - +Provides: locale(OpenOffice_org:fur_IT) +Provides: locale(libreoffice:fur_IT) +Provides: locale(seamonkey-spellchecker:fur_IT) %description -n myspell-friulian The Friulian dictionary for MySpell. @@ -725,15 +748,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-gaelic-scots -License: GPLv2 Version: 1.0 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Scottish Gaelic Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/gd_GB.dic -Provides: locale(libreoffice:gd) locale(OpenOffice_org:gd) locale(seamonkey-spellchecker:gd) - +Provides: locale(OpenOffice_org:gd) +Provides: locale(libreoffice:gd) +Provides: locale(seamonkey-spellchecker:gd) %description -n myspell-gaelic-scots The Scottish Gaelic dictionary for MySpell. @@ -745,15 +769,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-galician -License: GPLv2 Version: 20080515 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Galician Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/gl_ES.dic -Provides: locale(libreoffice:gl) locale(OpenOffice_org:gl) locale(seamonkey-spellchecker:gl) - +Provides: locale(OpenOffice_org:gl) +Provides: locale(libreoffice:gl) +Provides: locale(seamonkey-spellchecker:gl) %description -n myspell-galician The Galician dictionary for MySpell. @@ -765,20 +790,20 @@ Mozilla Thunderbird, and Mozilla Firefox. %if %suse_version <= 1120 - %package -n myspell-german -License: GPLv2+ Version: 20100307 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: German Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary -Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_DE.dic -Provides: locale(libreoffice:de) locale(OpenOffice_org:de) locale(seamonkey-spellchecker:de) Provides: myspell-german-dictionary +Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_DE.dic +Provides: locale(OpenOffice_org:de) +Provides: locale(libreoffice:de) +Provides: locale(seamonkey-spellchecker:de) Conflicts: myspell-german-old - %description -n myspell-german The German dictionary for MySpell. @@ -787,17 +812,17 @@ They are used by various desktop applications, for example, LibreOffice, Mozilla Thunderbird, and Mozilla Firefox. %endif - %package -n myspell-greek -License: GPLv2 -Version: 20041220 -Release: 1 -Group: Productivity/Text/Spell +Version: 20100124 +Release: 0 Summary: Greek Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/el_GR.dic -Provides: locale(libreoffice:el) locale(OpenOffice_org:el) locale(seamonkey-spellchecker:el) - +Provides: locale(OpenOffice_org:el) +Provides: locale(libreoffice:el) +Provides: locale(seamonkey-spellchecker:el) %description -n myspell-greek The Greek dictionary for MySpell. @@ -809,15 +834,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-gujarati -License: GPLv2+ Version: 20061015 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Gujarati Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/gu_IN.dic -Provides: locale(libreoffice:gu) locale(OpenOffice_org:gu) locale(seamonkey-spellchecker:gu) - +Provides: locale(OpenOffice_org:gu) +Provides: locale(libreoffice:gu) +Provides: locale(seamonkey-spellchecker:gu) %description -n myspell-gujarati The Gujarati dictionary for MySpell. @@ -829,15 +855,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-haitian -License: GPLv3+ Version: 0.06 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Haitian Dictionary for MySpell +License: GPL-3.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ht_HT.dic -Provides: locale(libreoffice:ht) locale(OpenOffice_org:ht) locale(seamonkey-spellchecker:ht) - +Provides: locale(OpenOffice_org:ht) +Provides: locale(libreoffice:ht) +Provides: locale(seamonkey-spellchecker:ht) %description -n myspell-haitian The Haitian dictionary for MySpell. @@ -849,15 +876,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-hebrew -License: GPLv2 Version: 20080914 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Hebrew Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/he_IL.dic -Provides: locale(libreoffice:he) locale(OpenOffice_org:he) locale(seamonkey-spellchecker:he) - +Provides: locale(OpenOffice_org:he) +Provides: locale(libreoffice:he) +Provides: locale(seamonkey-spellchecker:he) %description -n myspell-hebrew The Hebrew dictionary for MySpell. @@ -869,15 +897,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-hindi -License: GPLv2 Version: 20090617 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Hindi Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/hi_IN.dic -Provides: locale(libreoffice:hi) locale(OpenOffice_org:hi) locale(seamonkey-spellchecker:hi) - +Provides: locale(OpenOffice_org:hi) +Provides: locale(libreoffice:hi) +Provides: locale(seamonkey-spellchecker:hi) %description -n myspell-hindi The Hindi dictionary for MySpell. @@ -893,17 +922,17 @@ Mozilla Thunderbird, and Mozilla Firefox. %else %define hu_HU_version 20080315 %endif - %package -n myspell-hungarian -License: GPLv2, LGPLv2.1, MPLv1.1 Version: %hu_HU_version -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Hungarian Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/hu_HU.dic -Provides: locale(libreoffice:hu) locale(OpenOffice_org:hu) locale(seamonkey-spellchecker:hu) - +Provides: locale(OpenOffice_org:hu) +Provides: locale(libreoffice:hu) +Provides: locale(seamonkey-spellchecker:hu) %description -n myspell-hungarian The Hungarian dictionary for MySpell. @@ -915,15 +944,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-icelandic -License: GPLv2+ Version: 20090823 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Icelandic Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/is_IS.dic -Provides: locale(libreoffice:is) locale(OpenOffice_org:is) locale(seamonkey-spellchecker:is) - +Provides: locale(OpenOffice_org:is) +Provides: locale(libreoffice:is) +Provides: locale(seamonkey-spellchecker:is) %description -n myspell-icelandic The Icelandic dictionary for MySpell. @@ -935,15 +965,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-indonese -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 1.2 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Indonese Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/id_ID.dic -Provides: locale(libreoffice:id) locale(OpenOffice_org:id) locale(seamonkey-spellchecker:id) - +Provides: locale(OpenOffice_org:id) +Provides: locale(libreoffice:id) +Provides: locale(seamonkey-spellchecker:id) %description -n myspell-indonese The Indonese dictionary for MySpell. @@ -955,15 +986,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-irish -License: GPLv2 Version: 20080805 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Irish Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ga_IE.dic -Provides: locale(libreoffice:ga) locale(OpenOffice_org:ga) locale(seamonkey-spellchecker:ga) - +Provides: locale(OpenOffice_org:ga) +Provides: locale(libreoffice:ga) +Provides: locale(seamonkey-spellchecker:ga) %description -n myspell-irish The Irish dictionary for MySpell. @@ -975,15 +1007,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-italian -License: GPLv3 Version: 20100501 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Italian Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/it_IT.dic -Provides: locale(libreoffice:it) locale(OpenOffice_org:it) locale(seamonkey-spellchecker:it) - +Provides: locale(OpenOffice_org:it) +Provides: locale(libreoffice:it) +Provides: locale(seamonkey-spellchecker:it) %description -n myspell-italian The Italian dictionary for MySpell. @@ -995,15 +1028,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-kazakh -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20090901 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Kazakh Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/kk_KZ.dic -Provides: locale(libreoffice:kk_KZ) locale(OpenOffice_org:kk_KZ) locale(seamonkey-spellchecker:kk_KZ) - +Provides: locale(OpenOffice_org:kk_KZ) +Provides: locale(libreoffice:kk_KZ) +Provides: locale(seamonkey-spellchecker:kk_KZ) %description -n myspell-kazakh The Kazakh dictionary for MySpell. @@ -1015,15 +1049,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-khmer -License: GPLv3 Version: 1.3 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Khmer Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/km_KH.dic -Provides: locale(libreoffice:km_KH) locale(OpenOffice_org:km_KH) locale(seamonkey-spellchecker:km_KH) - +Provides: locale(OpenOffice_org:km_KH) +Provides: locale(libreoffice:km_KH) +Provides: locale(seamonkey-spellchecker:km_KH) %description -n myspell-khmer The Khmer dictionary for MySpell. @@ -1035,15 +1070,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-kichwa -License: GAGPLv3 Version: 0.4 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Kichwa Dictionary for MySpell +License: AGPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/qu_EC.dic -Provides: locale(libreoffice:qu_EC) locale(OpenOffice_org:qu_EC) locale(seamonkey-spellchecker:qu_EC) - +Provides: locale(OpenOffice_org:qu_EC) +Provides: locale(libreoffice:qu_EC) +Provides: locale(seamonkey-spellchecker:qu_EC) %description -n myspell-kichwa The Kichwa dictionary for MySpell. @@ -1055,15 +1091,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-kikuyu -License: LGPLv2.1 Version: 20091010 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Kikuyu Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/kik_KE.dic -Provides: locale(libreoffice:kik_KE) locale(OpenOffice_org:kik_KE) locale(seamonkey-spellchecker:kik_KE) - +Provides: locale(OpenOffice_org:kik_KE) +Provides: locale(libreoffice:kik_KE) +Provides: locale(seamonkey-spellchecker:kik_KE) %description -n myspell-kikuyu The Kikuyu dictionary for MySpell. @@ -1075,15 +1112,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-kinyarwanda -License: LGPLv2.1 Version: 20090218 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Kinyarwanda Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/rw_RW.dic -Provides: locale(libreoffice:rw) locale(OpenOffice_org:rw) locale(seamonkey-spellchecker:rw) - +Provides: locale(OpenOffice_org:rw) +Provides: locale(libreoffice:rw) +Provides: locale(seamonkey-spellchecker:rw) %description -n myspell-kinyarwanda The Kinyarwanda dictionary for MySpell. @@ -1095,15 +1133,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-kiswahili -License: LGPLv2.1 Version: 20040516 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Kiswahili Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sw_KE.dic -Provides: locale(libreoffice:sw) locale(OpenOffice_org:sw) locale(seamonkey-spellchecker:sw) - +Provides: locale(OpenOffice_org:sw) +Provides: locale(libreoffice:sw) +Provides: locale(seamonkey-spellchecker:sw) %description -n myspell-kiswahili The Kiswahili dictionary for MySpell. @@ -1115,15 +1154,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-korean -License: GPLv3, LGPLv2.1, MPLv1.1 Version: 0.4.3 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Korean Dictionary for MySpell +License: GPL-3.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ko_KR.dic -Provides: locale(libreoffice:ko) locale(OpenOffice_org:ko) locale(seamonkey-spellchecker:ko) - +Provides: locale(OpenOffice_org:ko) +Provides: locale(libreoffice:ko) +Provides: locale(seamonkey-spellchecker:ko) %description -n myspell-korean The Korean dictionary for MySpell. @@ -1135,15 +1175,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-kurdish -License: GPLv3, LGPLv2.1, MPLv1.1 Version: 0.96.0 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Kurdish Dictionary for MySpell +License: GPL-3.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ku_TR.dic -Provides: locale(libreoffice:ku) locale(OpenOffice_org:ku) locale(seamonkey-spellchecker:ku) - +Provides: locale(OpenOffice_org:ku) +Provides: locale(libreoffice:ku) +Provides: locale(seamonkey-spellchecker:ku) %description -n myspell-kurdish The Kurdish dictionary for MySpell. @@ -1155,15 +1196,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-latin -License: GPLv3 Version: 20100823 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Latin Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/la_LA.dic -Provides: locale(libreoffice:la) locale(OpenOffice_org:la) locale(seamonkey-spellchecker:la) - +Provides: locale(OpenOffice_org:la) +Provides: locale(libreoffice:la) +Provides: locale(seamonkey-spellchecker:la) %description -n myspell-latin The Latin dictionary for MySpell. @@ -1175,15 +1217,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-latvian -License: LGPLv2.1 Version: 20100419 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Latvian Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/lv_LV.dic -Provides: locale(libreoffice:lv) locale(OpenOffice_org:lv) locale(seamonkey-spellchecker:lv) - +Provides: locale(OpenOffice_org:lv) +Provides: locale(libreoffice:lv) +Provides: locale(seamonkey-spellchecker:lv) %description -n myspell-latvian The Latvian dictionary for MySpell. @@ -1195,15 +1238,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-lithuanian -License: BSD3c Version: 20081204 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Lithuanian Dictionary for MySpell +License: BSD-3-Clause +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/lt_LT.dic -Provides: locale(libreoffice:lt) locale(OpenOffice_org:lt) locale(seamonkey-spellchecker:lt) - +Provides: locale(OpenOffice_org:lt) +Provides: locale(libreoffice:lt) +Provides: locale(seamonkey-spellchecker:lt) %description -n myspell-lithuanian The Lithuanian dictionary for MySpell. @@ -1215,15 +1259,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-lower-sorbian -License: GPLv2 Version: 1.4.2 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Lower sorbian Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/dsb_DE.dic -Provides: locale(libreoffice:dsb) locale(OpenOffice_org:dsb) locale(seamonkey-spellchecker:dsb) - +Provides: locale(OpenOffice_org:dsb) +Provides: locale(libreoffice:dsb) +Provides: locale(seamonkey-spellchecker:dsb) %description -n myspell-lower-sorbian The Lower sorbian dictionary for MySpell. @@ -1235,15 +1280,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-macedonian -License: GPLv2 Version: 20051126 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Macedonian Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/mk_MK.dic -Provides: locale(libreoffice:mk) locale(OpenOffice_org:mk) locale(seamonkey-spellchecker:mk) - +Provides: locale(OpenOffice_org:mk) +Provides: locale(libreoffice:mk) +Provides: locale(seamonkey-spellchecker:mk) %description -n myspell-macedonian The Macedonian dictionary for MySpell. @@ -1255,15 +1301,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-maithili -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20100107 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Maithili Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/mai_IN.dic -Provides: locale(libreoffice:mai) locale(OpenOffice_org:mai) locale(seamonkey-spellchecker:mai) - +Provides: locale(OpenOffice_org:mai) +Provides: locale(libreoffice:mai) +Provides: locale(seamonkey-spellchecker:mai) %description -n myspell-maithili The Maithili dictionary for MySpell. @@ -1275,15 +1322,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-malagasy -License: GPLv2+ Version: 0.03 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Malagasy Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/mg_MG.dic -Provides: locale(libreoffice:mg) locale(OpenOffice_org:mg) locale(seamonkey-spellchecker:mg) - +Provides: locale(OpenOffice_org:mg) +Provides: locale(libreoffice:mg) +Provides: locale(seamonkey-spellchecker:mg) %description -n myspell-malagasy The Malagasy dictionary for MySpell. @@ -1295,15 +1343,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-malay -License: GFDLv1.1 Version: 20090808 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Malay Dictionary for MySpell +License: GFDL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ms_MY.dic -Provides: locale(libreoffice:ms) locale(OpenOffice_org:ms) locale(seamonkey-spellchecker:ms) - +Provides: locale(OpenOffice_org:ms) +Provides: locale(libreoffice:ms) +Provides: locale(seamonkey-spellchecker:ms) %description -n myspell-malay The Malay dictionary for MySpell. @@ -1315,15 +1364,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-malayalam -License: GPLv2+, LGPLv2.1+, MPLv1.1 Version: 1.1.0 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Malayalam Dictionary for MySpell +License: GPL-2.0+ and LGPL-2.1+ and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ml_IN.dic -Provides: locale(libreoffice:ml_IN) locale(OpenOffice_org:ml_IN) locale(seamonkey-spellchecker:ml_IN) - +Provides: locale(OpenOffice_org:ml_IN) +Provides: locale(libreoffice:ml_IN) +Provides: locale(seamonkey-spellchecker:ml_IN) %description -n myspell-malayalam The Malayalam dictionary for MySpell. @@ -1335,15 +1385,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-maory -License: GPLv2+, LGPLv2.1+, MPLv1.1 Version: 20080630 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Maory Dictionary for MySpell +License: GPL-2.0+ and LGPL-2.1+ and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/mi_NZ.dic -Provides: locale(libreoffice:mi) locale(OpenOffice_org:mi) locale(seamonkey-spellchecker:mi) - +Provides: locale(OpenOffice_org:mi) +Provides: locale(libreoffice:mi) +Provides: locale(seamonkey-spellchecker:mi) %description -n myspell-maory The Maory dictionary for MySpell. @@ -1355,15 +1406,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-marathi -License: GPLv3 Version: 20091210 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Marathi Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/mr_IN.dic -Provides: locale(libreoffice:mr) locale(OpenOffice_org:mr) locale(seamonkey-spellchecker:mr) - +Provides: locale(OpenOffice_org:mr) +Provides: locale(libreoffice:mr) +Provides: locale(seamonkey-spellchecker:mr) %description -n myspell-marathi The Marathi dictionary for MySpell. @@ -1375,15 +1427,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-mexican -License: GPLv3, LGPLv3, MLP1.1 Version: 20091103 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Mexican Dictionary for MySpell +License: GPL-3.0 and LGPL-3.0 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_MX.dic -Provides: locale(libreoffice:es_MX) locale(OpenOffice_org:es_MX) locale(seamonkey-spellchecker:es_MX) - +Provides: locale(OpenOffice_org:es_MX) +Provides: locale(libreoffice:es_MX) +Provides: locale(seamonkey-spellchecker:es_MX) %description -n myspell-mexican The Mexican dictionary for MySpell. @@ -1395,15 +1448,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-ndebele -License: LGPLv2.1 Version: 20091030 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Ndebele Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/nr_ZA.dic -Provides: locale(libreoffice:nr) locale(OpenOffice_org:nr) locale(seamonkey-spellchecker:nr) - +Provides: locale(OpenOffice_org:nr) +Provides: locale(libreoffice:nr) +Provides: locale(seamonkey-spellchecker:nr) %description -n myspell-ndebele The Ndebele dictionary for MySpell. @@ -1415,15 +1469,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-new-zealand -License: GPLv2, LGPLv2.1 Version: 20081204 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: New Zealand Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/en_NZ.dic -Provides: locale(libreoffice:en_NZ) locale(OpenOffice_org:en_NZ) locale(seamonkey-spellchecker:en_NZ) - +Provides: locale(OpenOffice_org:en_NZ) +Provides: locale(libreoffice:en_NZ) +Provides: locale(seamonkey-spellchecker:en_NZ) %description -n myspell-new-zealand The New Zealand dictionary for MySpell. @@ -1435,15 +1490,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-norsk-bokmaal -License: GPLv2 Version: 20080310 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Norwegian Bokmaal Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/nb_NO.dic -Provides: locale(libreoffice:nb) locale(OpenOffice_org:nb) locale(seamonkey-spellchecker:nb) - +Provides: locale(OpenOffice_org:nb) +Provides: locale(libreoffice:nb) +Provides: locale(seamonkey-spellchecker:nb) %description -n myspell-norsk-bokmaal The Norwegian Bokmaal dictionary for MySpell. @@ -1455,15 +1511,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-norsk-nynorsk -License: GPLv2 Version: 20080310 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Norwegian Nynorsk Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/nn_NO.dic -Provides: locale(libreoffice:nn) locale(OpenOffice_org:nn) locale(seamonkey-spellchecker:nn) - +Provides: locale(OpenOffice_org:nn) +Provides: locale(libreoffice:nn) +Provides: locale(seamonkey-spellchecker:nn) %description -n myspell-norsk-nynorsk The Norwegian Nynorsk dictionary for MySpell. @@ -1475,17 +1532,17 @@ Mozilla Thunderbird, and Mozilla Firefox. %if %suse_version <= 1120 - %package -n myspell-nswiss -License: GPLv2+ Version: 20100307 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Swiss Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_CH.dic -Provides: locale(libreoffice:de_CH) locale(OpenOffice_org:de_CH) locale(seamonkey-spellchecker:de_CH) - +Provides: locale(OpenOffice_org:de_CH) +Provides: locale(libreoffice:de_CH) +Provides: locale(seamonkey-spellchecker:de_CH) %description -n myspell-nswiss The Swiss dictionary for MySpell. @@ -1495,17 +1552,17 @@ They are used by various desktop applications, for example, LibreOffice, Mozilla Thunderbird, and Mozilla Firefox. %endif - %package -n myspell-occitan-lengadocian -License: GPLv2+ Version: 0.6.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Occitan Lengadocian Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/oc_FR.dic -Provides: locale(libreoffice:oc) locale(OpenOffice_org:oc) locale(seamonkey-spellchecker:oc) - +Provides: locale(OpenOffice_org:oc) +Provides: locale(libreoffice:oc) +Provides: locale(seamonkey-spellchecker:oc) %description -n myspell-occitan-lengadocian The Occitan Lengadocian dictionary for MySpell. @@ -1517,15 +1574,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-persian -License: GPLv2 Version: 20070815 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Persian Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/fa_IR.dic -Provides: locale(libreoffice:fa) locale(OpenOffice_org:fa) locale(seamonkey-spellchecker:fa) - +Provides: locale(OpenOffice_org:fa) +Provides: locale(libreoffice:fa) +Provides: locale(seamonkey-spellchecker:fa) %description -n myspell-persian The Persian dictionary for MySpell. @@ -1537,15 +1595,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-polish -License: GPLv2, LGPLv2.1, MPLv1.1, CC-SA1.0 Version: 20081206 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Polish Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 and CC-BY-SA-1.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/pl_PL.dic -Provides: locale(libreoffice:pl) locale(OpenOffice_org:pl) locale(seamonkey-spellchecker:pl) - +Provides: locale(OpenOffice_org:pl) +Provides: locale(libreoffice:pl) +Provides: locale(seamonkey-spellchecker:pl) %description -n myspell-polish The Polish dictionary for MySpell. @@ -1557,18 +1616,19 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-portuguese -License: GPLv2, LGPLv2.1, MPL 1.1 Version: 20100525 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Portuguese Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary -Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/pt_PT.dic -Provides: locale(libreoffice:pt) locale(OpenOffice_org:pt) locale(seamonkey-spellchecker:pt) Provides: myspell-portuguese-dictionary +Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/pt_PT.dic +Provides: locale(OpenOffice_org:pt) +Provides: locale(libreoffice:pt) +Provides: locale(seamonkey-spellchecker:pt) Conflicts: myspell-portuguese-preao - %description -n myspell-portuguese The Portuguese dictionary for MySpell. @@ -1579,15 +1639,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-romanian -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20100608 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Romanian Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ro_RO.dic -Provides: locale(libreoffice:ro) locale(OpenOffice_org:ro) locale(seamonkey-spellchecker:ro) - +Provides: locale(OpenOffice_org:ro) +Provides: locale(libreoffice:ro) +Provides: locale(seamonkey-spellchecker:ro) %description -n myspell-romanian The Romanian dictionary for MySpell. @@ -1599,15 +1660,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-russian -License: GPLv3 Version: 20081013 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Russian Dictionary for MySpell +License: GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ru_RU.dic -Provides: locale(libreoffice:ru) locale(OpenOffice_org:ru) locale(seamonkey-spellchecker:ru) - +Provides: locale(OpenOffice_org:ru) +Provides: locale(libreoffice:ru) +Provides: locale(seamonkey-spellchecker:ru) %description -n myspell-russian The Russian dictionary for MySpell. @@ -1619,15 +1681,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-serbian-cyrillic -License: LGPLv3 Version: 20100818 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Serbian Cyrillic Dictionary for MySpell +License: LGPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sr_RS.dic -Provides: locale(libreoffice:sr) locale(OpenOffice_org:sr) locale(seamonkey-spellchecker:sr) - +Provides: locale(OpenOffice_org:sr) +Provides: locale(libreoffice:sr) +Provides: locale(seamonkey-spellchecker:sr) %description -n myspell-serbian-cyrillic The Serbian Cyrillic dictionary for MySpell. @@ -1639,15 +1702,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-serbian-latin -License: LGPLv3 Version: 20100818 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Serbian Latin Dictionary for MySpell +License: LGPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sh_RS.dic -Provides: locale(libreoffice:sh) locale(OpenOffice_org:sh) locale(seamonkey-spellchecker:sh) - +Provides: locale(OpenOffice_org:sh) +Provides: locale(libreoffice:sh) +Provides: locale(seamonkey-spellchecker:sh) %description -n myspell-serbian-latin The Serbian Latin dictionary for MySpell. @@ -1659,15 +1723,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-setswana -License: GPLv2+ Version: 20061023 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Setswana Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/tn_ZA.dic -Provides: locale(libreoffice:tn) locale(OpenOffice_org:tn) locale(seamonkey-spellchecker:tn) - +Provides: locale(OpenOffice_org:tn) +Provides: locale(libreoffice:tn) +Provides: locale(seamonkey-spellchecker:tn) %description -n myspell-setswana The Setswana dictionary for MySpell. @@ -1679,15 +1744,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-sinhala -License: GPLv3+ Version: 3.0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Sinhala Dictionary for MySpell +License: GPL-3.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/si_LK.dic -Provides: locale(libreoffice:si) locale(OpenOffice_org:si) locale(seamonkey-spellchecker:si) - +Provides: locale(OpenOffice_org:si) +Provides: locale(libreoffice:si) +Provides: locale(seamonkey-spellchecker:si) %description -n myspell-sinhala The Sinhala dictionary for MySpell. @@ -1699,15 +1765,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-slovak -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20100208 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Slovak Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sk_SK.dic -Provides: locale(libreoffice:sk) locale(OpenOffice_org:sk) locale(seamonkey-spellchecker:sk) - +Provides: locale(OpenOffice_org:sk) +Provides: locale(libreoffice:sk) +Provides: locale(seamonkey-spellchecker:sk) %description -n myspell-slovak The Slovak dictionary for MySpell. @@ -1719,15 +1786,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-slovene -License: LGPLv2.1+ Version: 20091130 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Slovene Dictionary for MySpell +License: LGPL-2.1+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sl_SI.dic -Provides: locale(libreoffice:sl) locale(OpenOffice_org:sl) locale(seamonkey-spellchecker:sl) - +Provides: locale(OpenOffice_org:sl) +Provides: locale(libreoffice:sl) +Provides: locale(seamonkey-spellchecker:sl) %description -n myspell-slovene The Slovene dictionary for MySpell. @@ -1739,15 +1807,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-sotho-northern -License: LGPLv2.1+ Version: 20060123 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Northern Sotho Dictionary for MySpell +License: LGPL-2.1+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/st_ZA.dic -Provides: locale(libreoffice:st) locale(OpenOffice_org:st) locale(seamonkey-spellchecker:st) - +Provides: locale(OpenOffice_org:st) +Provides: locale(libreoffice:st) +Provides: locale(seamonkey-spellchecker:st) %description -n myspell-sotho-northern The Northern Sotho dictionary for MySpell. @@ -1759,15 +1828,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-south-african-english -License: LGPLv2.1, BSD Version: 20100316 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: South African English Dictionary for MySpell +License: LGPL-2.1 and BSD-4-Clause +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/en_ZA.dic -Provides: locale(libreoffice:en_ZA) locale(OpenOffice_org:en_ZA) locale(seamonkey-spellchecker:en_ZA) - +Provides: locale(OpenOffice_org:en_ZA) +Provides: locale(libreoffice:en_ZA) +Provides: locale(seamonkey-spellchecker:en_ZA) %description -n myspell-south-african-english The South African English dictionary for MySpell. @@ -1779,15 +1849,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish -License: LGPLv2.1 Version: 20051029 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_ES.dic -Provides: locale(libreoffice:es) locale(OpenOffice_org:es) locale(seamonkey-spellchecker:es) - +Provides: locale(OpenOffice_org:es) +Provides: locale(libreoffice:es) +Provides: locale(seamonkey-spellchecker:es) %description -n myspell-spanish The Spanish dictionary for MySpell. @@ -1799,15 +1870,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-argentine -License: GPLv3, LGPLv2.1, MPLv1.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Argentine Spanish Dictionary for MySpell +License: GPL-3.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_AR.dic -Provides: locale(libreoffice:es_AR) locale(OpenOffice_org:es_AR) locale(seamonkey-spellchecker:es_AR) - +Provides: locale(OpenOffice_org:es_AR) +Provides: locale(libreoffice:es_AR) +Provides: locale(seamonkey-spellchecker:es_AR) %description -n myspell-spanish-argentine The Argentine Spanish dictionary for MySpell. @@ -1819,15 +1891,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-bolivian -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Bolivian Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_BO.dic -Provides: locale(libreoffice:es_BO) locale(OpenOffice_org:es_BO) locale(seamonkey-spellchecker:es_BO) - +Provides: locale(OpenOffice_org:es_BO) +Provides: locale(libreoffice:es_BO) +Provides: locale(seamonkey-spellchecker:es_BO) %description -n myspell-spanish-bolivian The Bolivian Spanish dictionary for MySpell. @@ -1839,15 +1912,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-chilean -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Chilean Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_CL.dic -Provides: locale(libreoffice:es_CL) locale(OpenOffice_org:es_CL) locale(seamonkey-spellchecker:es_CL) - +Provides: locale(OpenOffice_org:es_CL) +Provides: locale(libreoffice:es_CL) +Provides: locale(seamonkey-spellchecker:es_CL) %description -n myspell-spanish-chilean The Chilean Spanish dictionary for MySpell. @@ -1859,15 +1933,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-colombian -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Colombian Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_CO.dic -Provides: locale(libreoffice:es_CO) locale(OpenOffice_org:es_CO) locale(seamonkey-spellchecker:es_CO) - +Provides: locale(OpenOffice_org:es_CO) +Provides: locale(libreoffice:es_CO) +Provides: locale(seamonkey-spellchecker:es_CO) %description -n myspell-spanish-colombian The Colombian Spanish dictionary for MySpell. @@ -1879,15 +1954,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-costa-rican -License: GPLv3, LGPLv3, MPLv1.1 Version: 0.4 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Costa Rican Spanish Dictionary for MySpell +License: GPL-3.0 and LGPL-3.0 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_CR.dic -Provides: locale(libreoffice:es_CR) locale(OpenOffice_org:es_CR) locale(seamonkey-spellchecker:es_CR) - +Provides: locale(OpenOffice_org:es_CR) +Provides: locale(libreoffice:es_CR) +Provides: locale(seamonkey-spellchecker:es_CR) %description -n myspell-spanish-costa-rican The Costa Rican Spanish dictionary for MySpell. @@ -1899,15 +1975,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-dominican -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Dominican Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_DO.dic -Provides: locale(libreoffice:es_DO) locale(OpenOffice_org:es_DO) locale(seamonkey-spellchecker:es_DO) - +Provides: locale(OpenOffice_org:es_DO) +Provides: locale(libreoffice:es_DO) +Provides: locale(seamonkey-spellchecker:es_DO) %description -n myspell-spanish-dominican The Dominican Spanish dictionary for MySpell. @@ -1919,15 +1996,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-ecuadorian -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Ecuadorian Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_EC.dic -Provides: locale(libreoffice:es_EC) locale(OpenOffice_org:es_EC) locale(seamonkey-spellchecker:es_EC) - +Provides: locale(OpenOffice_org:es_EC) +Provides: locale(libreoffice:es_EC) +Provides: locale(seamonkey-spellchecker:es_EC) %description -n myspell-spanish-ecuadorian The Ecuadorian Spanish dictionary for MySpell. @@ -1939,15 +2017,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-guatemalan -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Guatemalan Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_GT.dic -Provides: locale(libreoffice:es_GT) locale(OpenOffice_org:es_GT) locale(seamonkey-spellchecker:es_GT) - +Provides: locale(OpenOffice_org:es_GT) +Provides: locale(libreoffice:es_GT) +Provides: locale(seamonkey-spellchecker:es_GT) %description -n myspell-spanish-guatemalan The Guatemalan Spanish dictionary for MySpell. @@ -1959,15 +2038,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-honduran -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Honduran Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_HN.dic -Provides: locale(libreoffice:es_HN) locale(OpenOffice_org:es_HN) locale(seamonkey-spellchecker:es_HN) - +Provides: locale(OpenOffice_org:es_HN) +Provides: locale(libreoffice:es_HN) +Provides: locale(seamonkey-spellchecker:es_HN) %description -n myspell-spanish-honduran The Honduran Spanish dictionary for MySpell. @@ -1979,15 +2059,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-nicaraguan -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Nicaraguan Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_NI.dic -Provides: locale(libreoffice:es_NI) locale(OpenOffice_org:es_NI) locale(seamonkey-spellchecker:es_NI) - +Provides: locale(OpenOffice_org:es_NI) +Provides: locale(libreoffice:es_NI) +Provides: locale(seamonkey-spellchecker:es_NI) %description -n myspell-spanish-nicaraguan The Nicaraguan Spanish dictionary for MySpell. @@ -1999,15 +2080,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-panamanian -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Panamanian Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_PA.dic -Provides: locale(libreoffice:es_PA) locale(OpenOffice_org:es_PA) locale(seamonkey-spellchecker:es_PA) - +Provides: locale(OpenOffice_org:es_PA) +Provides: locale(libreoffice:es_PA) +Provides: locale(seamonkey-spellchecker:es_PA) %description -n myspell-spanish-panamanian The Panamanian Spanish dictionary for MySpell. @@ -2019,15 +2101,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-paraguayan -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Paraguayan Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_PY.dic -Provides: locale(libreoffice:es_PY) locale(OpenOffice_org:es_PY) locale(seamonkey-spellchecker:es_PY) - +Provides: locale(OpenOffice_org:es_PY) +Provides: locale(libreoffice:es_PY) +Provides: locale(seamonkey-spellchecker:es_PY) %description -n myspell-spanish-paraguayan The Paraguayan Spanish dictionary for MySpell. @@ -2039,15 +2122,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-peruvian -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Peruvian Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_PE.dic -Provides: locale(libreoffice:es_PE) locale(OpenOffice_org:es_PE) locale(seamonkey-spellchecker:es_PE) - +Provides: locale(OpenOffice_org:es_PE) +Provides: locale(libreoffice:es_PE) +Provides: locale(seamonkey-spellchecker:es_PE) %description -n myspell-spanish-peruvian The Peruvian Spanish dictionary for MySpell. @@ -2059,15 +2143,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-puerto-rican -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Puerto Rican Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_PR.dic -Provides: locale(libreoffice:es_PR) locale(OpenOffice_org:es_PR) locale(seamonkey-spellchecker:es_PR) - +Provides: locale(OpenOffice_org:es_PR) +Provides: locale(libreoffice:es_PR) +Provides: locale(seamonkey-spellchecker:es_PR) %description -n myspell-spanish-puerto-rican The Puerto Rican Spanish dictionary for MySpell. @@ -2079,15 +2164,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-salvadorean -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Salvadorean Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_SV.dic -Provides: locale(libreoffice:es_SV) locale(OpenOffice_org:es_SV) locale(seamonkey-spellchecker:es_SV) - +Provides: locale(OpenOffice_org:es_SV) +Provides: locale(libreoffice:es_SV) +Provides: locale(seamonkey-spellchecker:es_SV) %description -n myspell-spanish-salvadorean The Salvadorean Spanish dictionary for MySpell. @@ -2099,15 +2185,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-uruguayan -License: LGPLv2.1 Version: 0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Uruguayan Spanish Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_UY.dic -Provides: locale(libreoffice:es_UY) locale(OpenOffice_org:es_UY) locale(seamonkey-spellchecker:es_UY) - +Provides: locale(OpenOffice_org:es_UY) +Provides: locale(libreoffice:es_UY) +Provides: locale(seamonkey-spellchecker:es_UY) %description -n myspell-spanish-uruguayan The Uruguayan Spanish dictionary for MySpell. @@ -2119,15 +2206,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-spanish-venezuelan -License: LGPLv3 Version: 1.0.1 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Venezuelan Spanish Dictionary for MySpell +License: LGPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/es_VE.dic -Provides: locale(libreoffice:es_VE) locale(OpenOffice_org:es_VE) locale(seamonkey-spellchecker:es_VE) - +Provides: locale(OpenOffice_org:es_VE) +Provides: locale(libreoffice:es_VE) +Provides: locale(seamonkey-spellchecker:es_VE) %description -n myspell-spanish-venezuelan The Venezuelan Spanish dictionary for MySpell. @@ -2139,15 +2227,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-swati -License: LGPLv2.1 Version: 20091030 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Swati Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ss_ZA.dic -Provides: locale(libreoffice:ss) locale(OpenOffice_org:ss) locale(seamonkey-spellchecker:ss) - +Provides: locale(OpenOffice_org:ss) +Provides: locale(libreoffice:ss) +Provides: locale(seamonkey-spellchecker:ss) %description -n myspell-swati The Swati dictionary for MySpell. @@ -2159,15 +2248,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-swedish -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20100130 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Swedish Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sv_SE.dic -Provides: locale(libreoffice:sv) locale(OpenOffice_org:sv) locale(seamonkey-spellchecker:sv) - +Provides: locale(OpenOffice_org:sv) +Provides: locale(libreoffice:sv) +Provides: locale(seamonkey-spellchecker:sv) %description -n myspell-swedish The Swedish dictionary for MySpell. @@ -2179,15 +2269,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-swedish-finland -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20100131 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Swedish in Finland Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/sv_FI.dic -Provides: locale(libreoffice:sv) locale(OpenOffice_org:sv) locale(seamonkey-spellchecker:sv) - +Provides: locale(OpenOffice_org:sv) +Provides: locale(libreoffice:sv) +Provides: locale(seamonkey-spellchecker:sv) %description -n myspell-swedish-finland The Swedish in Finland dictionary for MySpell. @@ -2199,15 +2290,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-tagalog -License: GPLv2+ Version: 0.02 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Tagalog Dictionary for MySpell +License: GPL-2.0+ +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/tl_PH.dic -Provides: locale(libreoffice:tl) locale(OpenOffice_org:tl) locale(seamonkey-spellchecker:tl) - +Provides: locale(OpenOffice_org:tl) +Provides: locale(libreoffice:tl) +Provides: locale(seamonkey-spellchecker:tl) %description -n myspell-tagalog The Tagalog dictionary for MySpell. @@ -2219,15 +2311,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-thai -License: LGPLv2.1 Version: 0.3 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Thai Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/th_TH.dic -Provides: locale(libreoffice:th) locale(OpenOffice_org:th) locale(seamonkey-spellchecker:th) - +Provides: locale(OpenOffice_org:th) +Provides: locale(libreoffice:th) +Provides: locale(seamonkey-spellchecker:th) %description -n myspell-thai The Thai dictionary for MySpell. @@ -2239,15 +2332,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-tsonga -License: LGPLv2.1 Version: 20060123 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Tsonga Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ts_ZA.dic -Provides: locale(libreoffice:ts) locale(OpenOffice_org:ts) locale(seamonkey-spellchecker:ts) - +Provides: locale(OpenOffice_org:ts) +Provides: locale(libreoffice:ts) +Provides: locale(seamonkey-spellchecker:ts) %description -n myspell-tsonga The Tsonga dictionary for MySpell. @@ -2259,15 +2353,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-ukrainian -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20090818 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Ukrainian Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/uk_UA.dic -Provides: locale(libreoffice:uk) locale(OpenOffice_org:uk) locale(seamonkey-spellchecker:uk) - +Provides: locale(OpenOffice_org:uk) +Provides: locale(libreoffice:uk) +Provides: locale(seamonkey-spellchecker:uk) %description -n myspell-ukrainian The Ukrainian dictionary for MySpell. @@ -2279,15 +2374,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-valencian -License: LGPLv3, GPLv3 Version: 2.2.0 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Valencian Dictionary for MySpell +License: LGPL-3.0 and GPL-3.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ca_XV.dic -Provides: locale(libreoffice:ca) locale(OpenOffice_org:ca) locale(seamonkey-spellchecker:ca) - +Provides: locale(OpenOffice_org:ca) +Provides: locale(libreoffice:ca) +Provides: locale(seamonkey-spellchecker:ca) %description -n myspell-valencian The Valencian dictionary for MySpell. @@ -2299,15 +2395,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-venda -License: LGPLv2.1 Version: 20091030 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Venda Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/ve_ZA.dic -Provides: locale(libreoffice:ve) locale(OpenOffice_org:ve) locale(seamonkey-spellchecker:ve) - +Provides: locale(OpenOffice_org:ve) +Provides: locale(libreoffice:ve) +Provides: locale(seamonkey-spellchecker:ve) %description -n myspell-venda The Venda dictionary for MySpell. @@ -2319,15 +2416,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-vietnamese -License: GPLv2 Version: 20091031 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Vietnamese Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/vi_VN.dic -Provides: locale(libreoffice:vi) locale(OpenOffice_org:vi) locale(seamonkey-spellchecker:vi) - +Provides: locale(OpenOffice_org:vi) +Provides: locale(libreoffice:vi) +Provides: locale(seamonkey-spellchecker:vi) %description -n myspell-vietnamese The Vietnamese dictionary for MySpell. @@ -2339,15 +2437,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-welsh -License: GPLv2 Version: 20040425 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Welsh Dictionary for MySpell +License: GPL-2.0 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/cy_GB.dic -Provides: locale(libreoffice:cy) locale(OpenOffice_org:cy) locale(seamonkey-spellchecker:cy) - +Provides: locale(OpenOffice_org:cy) +Provides: locale(libreoffice:cy) +Provides: locale(seamonkey-spellchecker:cy) %description -n myspell-welsh The Welsh dictionary for MySpell. @@ -2359,15 +2458,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-xhosa -License: LGPLv2.1 Version: 20091030 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Xhosa Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/xh_ZA.dic -Provides: locale(libreoffice:xh) locale(OpenOffice_org:xh) locale(seamonkey-spellchecker:xh) - +Provides: locale(OpenOffice_org:xh) +Provides: locale(libreoffice:xh) +Provides: locale(seamonkey-spellchecker:xh) %description -n myspell-xhosa The Xhosa dictionary for MySpell. @@ -2379,15 +2479,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-yiddish -License: GPLv2, LGPLv2.1, MPLv1.1 Version: 20100902 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Yiddish Dictionary for MySpell +License: GPL-2.0 and LGPL-2.1 and MPL-1.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/yi_IL.dic -Provides: locale(libreoffice:yi) locale(OpenOffice_org:yi) locale(seamonkey-spellchecker:yi) - +Provides: locale(OpenOffice_org:yi) +Provides: locale(libreoffice:yi) +Provides: locale(seamonkey-spellchecker:yi) %description -n myspell-yiddish The Yiddish dictionary for MySpell. @@ -2399,15 +2500,16 @@ Mozilla Thunderbird, and Mozilla Firefox. %package -n myspell-zulu -License: LGPLv2.1 Version: 20091210 -Release: 1 -Group: Productivity/Text/Spell +Release: 0 Summary: Zulu Dictionary for MySpell +License: LGPL-2.1 +Group: Productivity/Text/Spell Provides: myspell-dictionary Provides: ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/zu_ZA.dic -Provides: locale(libreoffice:zu) locale(OpenOffice_org:zu) locale(seamonkey-spellchecker:zu) - +Provides: locale(OpenOffice_org:zu) +Provides: locale(libreoffice:zu) +Provides: locale(seamonkey-spellchecker:zu) %description -n myspell-zulu The Zulu dictionary for MySpell. @@ -2421,7 +2523,7 @@ Mozilla Thunderbird, and Mozilla Firefox. %prep %setup -c -install -m 644 %{S:1} . +install -m 644 %{SOURCE1} . # unpack sources for archive in \ %{S:1000} \ @@ -2611,7 +2713,6 @@ mv jidysz.net.ooo.spellchecker/dictionaries/yi.dic jidysz.net.ooo.spellchecker/d # find . -type f -exec chmod 644 {} \; - %build # add the Novell jargon into all dictionaries bnc#306333 # Beware! The Nwordlist must begin with a newline. Some files do not contain @@ -2622,10 +2723,9 @@ for dic in `find . -name "*.dic` ; do grep -v "^$" $dic > $dic.no_space && mv $dic.no_space $dic done - %install rm -f filelist.template -install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/myspell/ +install -m 755 -d %{buildroot}%{_datadir}/myspell/ for lang_dir in * ; do test -d $lang_dir || continue # support locales with 2 and 3 letters in the language code: ll_CC.aff and lll_CC.aff @@ -2641,18 +2741,18 @@ for lang_dir in * ; do # both .dic and .aff files exists => valid dictionary # initialize file list filelist=`mktemp /tmp/myspell-dictionaries-XXXXXX` - echo "%%defattr(-,root,root)" >$filelist + echo "%%defattr(-,root,root,-)" >$filelist echo "%%dir %{_datadir}/myspell/" >>$filelist # install the dictionary for f in $aff $dic ; do fname=$(basename $f) - if test -f $RPM_BUILD_ROOT%{_datadir}/myspell/$fname ; then + if test -f %{buildroot}%{_datadir}/myspell/$fname ; then echo "Error: file already installed: $f" echo " Probably is provided by two source tarballs" exit 1; fi - install -m 644 $f $RPM_BUILD_ROOT%{_datadir}/myspell/ + install -m 644 $f %{buildroot}%{_datadir}/myspell/ echo %{_datadir}/myspell/$fname >>$filelist done @@ -2669,7 +2769,7 @@ for lang_dir in * ; do locale="${lang}_${country}" # detect long language name - case "$locale" in + case "$locale" in "af_ZA") lang_name="african" ;; "sq_AL") lang_name="albanian" ;; "en_US") lang_name="american" ;; @@ -2790,7 +2890,7 @@ for lang_dir in * ; do # detect README encoding coding=`LC_CTYPE="$locale" locale -k LC_CTYPE | grep charmap | sed "s|charmap=\"\(.*\)\"\$|\1|"` # special hack for some locales - case "$locale" in + case "$locale" in "ny_MW") coding="ISO8859-14" ;; "ku_TR") coding="ISO-8859-9" ;; "la_LA") coding="ISO-8859-1" ;; @@ -2799,7 +2899,7 @@ for lang_dir in * ; do # install documentation docdir=%{_docdir}/myspell-$lang_name - mkdir -p $RPM_BUILD_ROOT$docdir + mkdir -p %{buildroot}$docdir echo "%%doc $docdir" >>$filelist for doc in `find $lang_dir -type f -printf "%%P\n" | \ grep -v -e ".aff$" -e ".dic$" -e ".dat$" -e ".idx$" \ @@ -2812,8 +2912,8 @@ for lang_dir in * ; do recode utf8..utf16 <$lang_dir/$doc >/dev/null 2>&1 || recode $coding..utf8 $lang_dir/$doc dos2unix $lang_dir/$doc dname=$(dirname $doc) - install -m 755 -d $RPM_BUILD_ROOT$docdir/$dname - install -m 644 $lang_dir/$doc $RPM_BUILD_ROOT$docdir/$dname + install -m 755 -d %{buildroot}$docdir/$dname + install -m 644 $lang_dir/$doc %{buildroot}$docdir/$dname done # rename the file list according to the detacted lang and country mv $filelist $locale.list @@ -2825,352 +2925,234 @@ done echo "******" - -%clean -rm -rf $RPM_BUILD_ROOT - - %files -f af_ZA.list -n myspell-african - %files -f sq_AL.list -n myspell-albanian - %files -f en_US.list -n myspell-american - %files -f ar_DZ.list -n myspell-arabic - %files -f hy_AM.list -n myspell-armenian - %files -f as_IN.list -n myspell-assamese - %files -f ast_ES.list -n myspell-asturian - %files -f en_AU.list -n myspell-australian %if %suse_version <= 1120 - %files -f de_AT.list -n myspell-austrian %endif - %files -f be_BY.list -n myspell-belarusian - %files -f bn_BD.list -n myspell-bengali - %files -f pt_BR.list -n myspell-brazilian - %files -f br_FR.list -n myspell-breton - %files -f en_GB.list -n myspell-british - %files -f bg_BG.list -n myspell-bulgarian - %files -f en_CA.list -n myspell-canadian - %files -f ca_ES.list -n myspell-catalan - %files -f ny_MW.list -n myspell-chichewa - %files -f cop_EG.list -n myspell-coptic - %files -f hr_HR.list -n myspell-croatian - %files -f cs_CZ.list -n myspell-czech - %files -f da_DK.list -n myspell-danish - %files -f nl_NL.list -n myspell-dutch - %files -f eo_EO.list -n myspell-esperanto - %files -f et_EE.list -n myspell-estonian - %files -f fo_FO.list -n myspell-faroese - %files -f fr_FR.list -n myspell-french - %files -f fur_IT.list -n myspell-friulian - %files -f gd_GB.list -n myspell-gaelic-scots - %files -f gl_ES.list -n myspell-galician %if %suse_version <= 1120 - %files -f de_DE.list -n myspell-german %endif - %files -f el_GR.list -n myspell-greek - %files -f gu_IN.list -n myspell-gujarati - %files -f ht_HT.list -n myspell-haitian - %files -f he_IL.list -n myspell-hebrew - %files -f hi_IN.list -n myspell-hindi - %files -f hu_HU.list -n myspell-hungarian - %files -f is_IS.list -n myspell-icelandic - %files -f id_ID.list -n myspell-indonese - %files -f ga_IE.list -n myspell-irish - %files -f it_IT.list -n myspell-italian - %files -f kk_KZ.list -n myspell-kazakh - %files -f km_KH.list -n myspell-khmer - %files -f qu_EC.list -n myspell-kichwa - %files -f kik_KE.list -n myspell-kikuyu - %files -f rw_RW.list -n myspell-kinyarwanda - %files -f sw_KE.list -n myspell-kiswahili - %files -f ko_KR.list -n myspell-korean - %files -f ku_TR.list -n myspell-kurdish - %files -f la_LA.list -n myspell-latin - %files -f lv_LV.list -n myspell-latvian - %files -f lt_LT.list -n myspell-lithuanian - %files -f dsb_DE.list -n myspell-lower-sorbian - %files -f mk_MK.list -n myspell-macedonian - %files -f mai_IN.list -n myspell-maithili - %files -f mg_MG.list -n myspell-malagasy - %files -f ms_MY.list -n myspell-malay - %files -f ml_IN.list -n myspell-malayalam - %files -f mi_NZ.list -n myspell-maory - %files -f mr_IN.list -n myspell-marathi - %files -f es_MX.list -n myspell-mexican - %files -f nr_ZA.list -n myspell-ndebele - %files -f en_NZ.list -n myspell-new-zealand - %files -f nb_NO.list -n myspell-norsk-bokmaal - %files -f nn_NO.list -n myspell-norsk-nynorsk %if %suse_version <= 1120 - %files -f de_CH.list -n myspell-nswiss %endif - %files -f oc_FR.list -n myspell-occitan-lengadocian - %files -f fa_IR.list -n myspell-persian - %files -f pl_PL.list -n myspell-polish - %files -f pt_PT.list -n myspell-portuguese - %files -f ro_RO.list -n myspell-romanian - %files -f ru_RU.list -n myspell-russian - %files -f sr_RS.list -n myspell-serbian-cyrillic - %files -f sh_RS.list -n myspell-serbian-latin - %files -f tn_ZA.list -n myspell-setswana - %files -f si_LK.list -n myspell-sinhala - %files -f sk_SK.list -n myspell-slovak - %files -f sl_SI.list -n myspell-slovene - %files -f st_ZA.list -n myspell-sotho-northern - %files -f en_ZA.list -n myspell-south-african-english - %files -f es_ES.list -n myspell-spanish - %files -f es_AR.list -n myspell-spanish-argentine - %files -f es_BO.list -n myspell-spanish-bolivian - %files -f es_CL.list -n myspell-spanish-chilean - %files -f es_CO.list -n myspell-spanish-colombian - %files -f es_CR.list -n myspell-spanish-costa-rican - %files -f es_DO.list -n myspell-spanish-dominican - %files -f es_EC.list -n myspell-spanish-ecuadorian - %files -f es_GT.list -n myspell-spanish-guatemalan - %files -f es_HN.list -n myspell-spanish-honduran - %files -f es_NI.list -n myspell-spanish-nicaraguan - %files -f es_PA.list -n myspell-spanish-panamanian - %files -f es_PY.list -n myspell-spanish-paraguayan - %files -f es_PE.list -n myspell-spanish-peruvian - %files -f es_PR.list -n myspell-spanish-puerto-rican - %files -f es_SV.list -n myspell-spanish-salvadorean - %files -f es_UY.list -n myspell-spanish-uruguayan - %files -f es_VE.list -n myspell-spanish-venezuelan - %files -f ss_ZA.list -n myspell-swati - %files -f sv_SE.list -n myspell-swedish - %files -f sv_FI.list -n myspell-swedish-finland - %files -f tl_PH.list -n myspell-tagalog - %files -f th_TH.list -n myspell-thai - %files -f ts_ZA.list -n myspell-tsonga - %files -f uk_UA.list -n myspell-ukrainian - %files -f ca_XV.list -n myspell-valencian - %files -f ve_ZA.list -n myspell-venda - %files -f vi_VN.list -n myspell-vietnamese - %files -f cy_GB.list -n myspell-welsh - %files -f xh_ZA.list -n myspell-xhosa - %files -f yi_IL.list -n myspell-yiddish - %files -f zu_ZA.list -n myspell-zulu - - %changelog diff --git a/myspell-dictionaries.spec.in b/myspell-dictionaries.spec.in index aa2308e..c88c9d5 100644 --- a/myspell-dictionaries.spec.in +++ b/myspell-dictionaries.spec.in @@ -1,7 +1,7 @@ # # spec file for package myspell-dictionaries # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - -Name: myspell-dictionaries @DO_NOT_EDIT_COMMENT@ -BuildRequires: dos2unix recode unzip +Name: myspell-dictionaries +Version: 20090731 +Release: 0 +Summary: A Source Package for Dictionaries Used by MySpell License: @ALL_LICENSES@ Group: Productivity/Text/Spell -AutoReqProv: on -Version: 20090731 -Release: 1 -Summary: A Source Package for Dictionaries Used by MySpell -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch Url: http://lingucomponent.openoffice.org/download_dictionary.html # Novell jargon bnc#306333 Source0: Nwordlist.tgz @@ -37,6 +30,11 @@ Source2: myspell-dictionaries.spec.in Source3: myspell-dictionaries.data # dictionaries @SOURCES@ +BuildRequires: dos2unix +BuildRequires: recode +BuildRequires: unzip +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description This source package contains dictionaries for MySpell. @@ -44,12 +42,10 @@ This source package contains dictionaries for MySpell. The MySpell spell-checker is used by the OpenOffice.org office suite, the Mozilla Composer, and the Mozilla Mail message composition window. - - @METADATA@ %prep %setup -c -install -m 644 %{S:1} . +install -m 644 %{SOURCE1} . # unpack sources for archive in \ @SOURCES_UNPACK@ ; do @@ -90,7 +86,7 @@ done %install rm -f filelist.template -install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/myspell/ +install -m 755 -d %{buildroot}%{_datadir}/myspell/ for lang_dir in * ; do test -d $lang_dir || continue # support locales with 2 and 3 letters in the language code: ll_CC.aff and lll_CC.aff @@ -106,18 +102,18 @@ for lang_dir in * ; do # both .dic and .aff files exists => valid dictionary # initialize file list filelist=`mktemp /tmp/myspell-dictionaries-XXXXXX` - echo "%%defattr(-,root,root)" >$filelist + echo "%%defattr(-,root,root,-)" >$filelist echo "%%dir %{_datadir}/myspell/" >>$filelist # install the dictionary for f in $aff $dic ; do fname=$(basename $f) - if test -f $RPM_BUILD_ROOT%{_datadir}/myspell/$fname ; then + if test -f %{buildroot}%{_datadir}/myspell/$fname ; then echo "Error: file already installed: $f" echo " Probably is provided by two source tarballs" exit 1; fi - install -m 644 $f $RPM_BUILD_ROOT%{_datadir}/myspell/ + install -m 644 $f %{buildroot}%{_datadir}/myspell/ echo %{_datadir}/myspell/$fname >>$filelist done @@ -134,7 +130,7 @@ for lang_dir in * ; do locale="${lang}_${country}" # detect long language name - case "$locale" in + case "$locale" in @LANG_NAME@ *) echo "Error: do not know language name for the locale $locale" exit 1 ;; @@ -143,12 +139,12 @@ for lang_dir in * ; do # detect README encoding coding=`LC_CTYPE="$locale" locale -k LC_CTYPE | grep charmap | sed "s|charmap=\"\(.*\)\"\$|\1|"` # special hack for some locales - case "$locale" in + case "$locale" in @ENCODING@ esac # install documentation docdir=%{_docdir}/myspell-$lang_name - mkdir -p $RPM_BUILD_ROOT$docdir + mkdir -p %{buildroot}$docdir echo "%%doc $docdir" >>$filelist for doc in `find $lang_dir -type f -printf "%%P\n" | \ grep -v -e ".aff$" -e ".dic$" -e ".dat$" -e ".idx$" \ @@ -161,8 +157,8 @@ for lang_dir in * ; do recode utf8..utf16 <$lang_dir/$doc >/dev/null 2>&1 || recode $coding..utf8 $lang_dir/$doc dos2unix $lang_dir/$doc dname=$(dirname $doc) - install -m 755 -d $RPM_BUILD_ROOT$docdir/$dname - install -m 644 $lang_dir/$doc $RPM_BUILD_ROOT$docdir/$dname + install -m 755 -d %{buildroot}$docdir/$dname + install -m 644 $lang_dir/$doc %{buildroot}$docdir/$dname done # rename the file list according to the detacted lang and country mv $filelist $locale.list @@ -174,8 +170,5 @@ done echo "******" -%clean -rm -rf $RPM_BUILD_ROOT - @FILES@ %changelog diff --git a/vero_pt_br_v210aoc.oxt b/vero_pt_br_v210aoc.oxt new file mode 100644 index 0000000..8b80146 --- /dev/null +++ b/vero_pt_br_v210aoc.oxt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343a8e3b9a8daf3bc431c4618e12371ba74191de29aadff56ef13fbc92ccfaca +size 1355584