- myspell-de provides myspell-austrian, myspell-german and

myspell-nswiss (removed subpackages from igerman98 source
  package)

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/myspell-dictionaries?expand=0&rev=11
This commit is contained in:
Petr Gajdos 2014-04-28 14:50:36 +00:00 committed by Git OBS Bridge
parent 7084a6ca77
commit c5b63ac854
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 28 14:48:48 UTC 2014 - pgajdos@suse.com
- myspell-de provides myspell-austrian, myspell-german and
myspell-nswiss (removed subpackages from igerman98 source
package)
-------------------------------------------------------------------
Thu Apr 24 11:38:16 UTC 2014 - pgajdos@suse.cz

View File

@ -367,7 +367,10 @@ Danish spelling dictionary, hyphenation rules, and thesaurus.
Summary: MySpell de Dictionary
Group: Productivity/Text/Spell
Requires: myspell-dictionaries
Provides: myspell-austrian
Provides: myspell-dictionary
Provides: myspell-german
Provides: myspell-nswiss
Provides: locale(libreoffice:de)
Provides: locale(libreoffice:de_AT)
Provides: locale(libreoffice:de_CH)

View File

@ -13,6 +13,7 @@ declare -A provides_map=(
["myspell-ca"]="myspell-catalan myspell-valencian libreoffice-thesaurus-ca"
["myspell-cs_CZ"]="myspell-czech libreoffice-thesaurus-cs"
["myspell-da_DK"]="myspell-danish libreoffice-thesaurus-da"
["myspell-de"]="myspell-german myspell-nswiss myspell-austrian"
["myspell-el_GR"]="myspell-greek libreoffice-thesaurus-el"
["myspell-en"]="myspell-american myspell-australian myspell-canadian myspell-british myspell-new-zaeland myspell-south-african-english libreoffice-thesaurus-en-AU libreoffice-thesaurus-en-GB libreoffice-thesaurus-US"
["myspell-es"]="myspell-spanish myspell-mexican myspell-spanish-argentine myspell-spanish-bolivian myspell-spanish-chilean myspell-spanish-colombian myspell-spanish-costa-rican myspell-spanish-dominican myspell-spanish-ecuadorian myspell-spanish-guatemalan myspell-spanish-honduran myspell-spanish-nicaraguan myspell-spanish-panamanian myspell-spanish-paraguayan myspell-spanish-peruvian myspell-spanish-puerto-rican myspell-spanish-salvadorean myspell-spanish-uruguayan myspell-spanish-venezuelan libreoffice-thesaurus-es libreoffice-thesaurus-es-AR libreoffice-thesaurus-VE"
@ -103,9 +104,12 @@ if [ $DOWNLOAD == "yes" ]; then
cp --force $GIT_DIR/$dir/dictionaries/* dictionaries/$dir
sed -i 's:dictionaries/::' dictionaries/$dir/dictionaries.xcu
done
date=`date +%Y%m%d`
elif [ ! -e $GIT_DIR ]; then
echo "ERROR: DOWNLOAD=$DOWNLOAD and $GIT_DIR doesn't exist"
exit 1
else
date=`rpmspec -q --qf "%{VERSION}\n" *.spec | head -n 1`
fi
#
@ -154,7 +158,6 @@ done
cp myspell-dictionaries.spec.in myspell-dictionaries.spec
sed -i "s:@DO_NOT_EDIT_COMMENT@:DO NOT EDIT THIS SPEC FILE:" myspell-dictionaries.spec
date=`date +%Y%m%d`
sed -i "s:@VERSION@:$date:" myspell-dictionaries.spec
for subpackage in $dirs; do