Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2014-05-01 07:51:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/igerman98 (Old)
 and      /work/SRC/openSUSE:Factory/.igerman98.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "igerman98"

Changes:
--------
--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes      2013-12-09 
16:54:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2014-05-01 
07:51:14.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 28 13:06:12 UTC 2014 - [email protected]
+
+- myspell-* is now provided by myspell-de (subpackage of 
+  myspell-dictionaries)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ igerman98.spec ++++++
--- /var/tmp/diff_new_pack.R6P1mz/_old  2014-05-01 07:51:15.000000000 +0200
+++ /var/tmp/diff_new_pack.R6P1mz/_new  2014-05-01 07:51:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package igerman98
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -121,63 +121,6 @@
 description is given in /usr/share/doc/packages/ispell/README of the
 package ispell. 
 
-%package -n myspell-nswiss
-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(OpenOffice_org:de_CH)
-Provides:       locale(libreoffice:de_CH)
-Provides:       locale(seamonkey-spellchecker:de_CH)
-%if 0%{?suse_version} >= 1120
-BuildArch:      noarch
-%endif
-
-%description -n myspell-nswiss
-MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
-They are used by various desktop applications, for example, LibreOffice,
-Mozilla Thunderbird, and Mozilla Firefox.
-
-%package -n myspell-german
-Summary:        German Dictionary for MySpell
-License:        GPL-2.0+
-Group:          Productivity/Text/Spell
-Provides:       myspell-dictionary
-Provides:       myspell-german-dictionary
-Provides:       ooo-dictionaries:/usr/lib/ooo-1.1/share/dict/ooo/de_DE.dic
-Conflicts:      myspell-german-old
-Provides:       locale(OpenOffice_org:de)
-Provides:       locale(libreoffice:de)
-Provides:       locale(seamonkey-spellchecker:de)
-%if 0%{?suse_version} >= 1120
-BuildArch:      noarch
-%endif
-
-%description -n myspell-german
-MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
-They are used by various desktop applications, for example, LibreOffice,
-Mozilla Thunderbird, and Mozilla Firefox.
-
-%package -n myspell-austrian
-Summary:        Austrian Dictionary for MySpell
-License:        GPL-2.0+
-Group:          Productivity/Text/Spell
-Provides:       myspell-dictionary
-Provides:       ooo:/usr/lib/ooo-1.1/share/dict/ooo/de_AT.dic
-Provides:       locale(OpenOffice_org:de_AT)
-Provides:       locale(libreoffice:de_AT)
-Provides:       locale(seamonkey-spellchecker:de_AT)
-%if 0%{?suse_version} >= 1120
-BuildArch:      noarch
-%endif
-
-%description -n myspell-austrian
-MySpell dictionaries are compatible with MySpell and Hunspell spell-checker.
-They are used by various desktop applications, for example, LibreOffice,
-Mozilla Thunderbird, and Mozilla Firefox.
-
-
 %prep
 %setup -q -a1
 %patch0 -p1
@@ -194,7 +137,6 @@
   make ispell/de_$l.{aff,hash}
   make aspell/de_$l.rws
   make hunspell/de_$l.{dic,aff}
-  make myspell/de_$l.{dic,aff}
 done
 
 make ligature/rmligs
@@ -204,15 +146,6 @@
 /usr/bin/word-list-compress d < Nwordlist.cwl | aspell --lang=de_DE 
--local-data-dir=./aspell/ create master ./deNovellwords
 for i in aspell/*.multi; do echo "add deNovellwords" >> $i; done
 
-# hunspell -- add the Novell jargon into all dictionaries bnc#306333
-pushd hunspell
-for l in DE AT CH; do
-    cat ../Nwordlist >> de_$l.dic
-    # delete empty lines if they were created in some cases
-    grep -v "^$" de_$l.dic > de_$l.no_space && mv de_$l.no_space de_$l.dic
-done
-popd
-
 %install
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
 
@@ -240,10 +173,6 @@
   ln -s %{ispell_dict_dir}/de_AT.$ext 
$RPM_BUILD_ROOT%{ispell_dict_dir}/austrian.$ext
 done
 
-# myspell
-mkdir -p $RPM_BUILD_ROOT%{hunspell_dict_dir}
-install -m 644 hunspell/de_??.{aff,dic} $RPM_BUILD_ROOT%{hunspell_dict_dir}
-
 %files doc
 %defattr(-,root,root)
 %doc Documentation/* 
@@ -282,22 +211,4 @@
 %{ispell_dict_dir}/austrian.hash
 %{ispell_emacs_lib_dir}/austrian.el
 
-%files -n myspell-german
-%defattr(-,root,root)
-%dir %{hunspell_dict_dir}
-%{hunspell_dict_dir}/de_DE.aff
-%{hunspell_dict_dir}/de_DE.dic
-
-%files -n myspell-nswiss
-%defattr(-,root,root)
-%dir %{hunspell_dict_dir}
-%{hunspell_dict_dir}/de_CH.aff
-%{hunspell_dict_dir}/de_CH.dic
-
-%files -n myspell-austrian
-%defattr(-,root,root)
-%dir %{hunspell_dict_dir}
-%{hunspell_dict_dir}/de_AT.aff
-%{hunspell_dict_dir}/de_AT.dic
-
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to