Hello community, here is the log from the commit of package igerman98 for openSUSE:Factory checked in at 2017-11-30 12:44:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/igerman98 (Old) and /work/SRC/openSUSE:Factory/.igerman98.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "igerman98" Thu Nov 30 12:44:30 2017 rev:29 rq:516073 version:20161207 Changes: -------- --- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes 2017-07-07 10:16:55.454945289 +0200 +++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2017-11-30 12:44:31.299815854 +0100 @@ -1,0 +2,5 @@ +Fri Aug 11 08:48:23 UTC 2017 - [email protected] + +- remove aspell dictionaries [bsc#1052951] + +------------------------------------------------------------------- Old: ---- Nwordlist.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ igerman98.spec ++++++ --- /var/tmp/diff_new_pack.9vtvSG/_old 2017-11-30 12:44:32.139785317 +0100 +++ /var/tmp/diff_new_pack.9vtvSG/_new 2017-11-30 12:44:32.147785026 +0100 @@ -16,7 +16,6 @@ # -%define aspell_dict_dir %(aspell dump config dict-dir) %define ispell_dict_dir %(ispell -vv|grep LIBDIR|sed \"s/.*\=//;s/^ //g\" |tr -d \\") %define ispell_emacs_lib_dir %{_prefix}/lib/ispell/emacs Name: igerman98 @@ -24,24 +23,21 @@ Release: 0 Summary: German Spell Check Dictionaries # According to Documentation/Copyright we can distribute program under GPL-2.0 -# or GPL-3.0. We have choosed GPL-2.0. More over, aspell/de_all_phonet.dat.in -# is LGPL-2.1, so adding it to license string. -License: GPL-2.0 AND LGPL-2.1 +# or GPL-3.0. We have choosed GPL-2.0. +License: GPL-2.0 Group: Productivity/Text/Spell Url: http://www.j3e.de/ispell/igerman98/dict/ Source0: https://www.j3e.de/ispell/igerman98/dict/%{name}-%{version}.tar.bz2 -Source1: Nwordlist.tgz Source2: fix8bit.c Source3: austrian.el Source4: german.el Source5: swiss.el Patch0: %{name}-ispell-sort.patch -BuildRequires: aspell BuildRequires: ispell %description -A meta package for German, Swiss, and Austrian dictionaries for the ispell, -aspell and myspell spell checkers. +A meta package for German, Swiss, and Austrian dictionaries for the ispell +and myspell spell checkers. %package doc Summary: Documentation for German dictionaries @@ -50,18 +46,8 @@ BuildArch: noarch %description doc -Documentation for German, Swiss, and Austrian dictionaries for the ispell, -aspell and myspell spell checkers. - -%package -n aspell-de -Summary: A German Dictionary for ASpell -License: GPL-2.0+ -Group: Productivity/Text/Spell -Requires: aspell >= 0.60 -Provides: locale(aspell:de) - -%description -n aspell-de -A German dictionary for the ASpell spell checker. +Documentation for German, Swiss, and Austrian dictionaries for the ispell +and myspell spell checkers. %package -n ispell-ngerman Summary: New German ispell dictionary @@ -104,7 +90,7 @@ package ispell. %prep -%setup -q -a1 +%setup -q %patch0 -p1 %build @@ -117,27 +103,13 @@ for l in DE AT CH; do make %{?_smp_mflags} ispell/de_$l.{aff,hash} - make %{?_smp_mflags} aspell/de_$l.rws done make %{?_smp_mflags} ligature/rmligs -# aspell -- creating extra dictionary with Novell jargon -%{_bindir}/word-list-compress c < Nwordlist > Nwordlist.cwl -%{_bindir}/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 - %install mkdir -p %{buildroot}%{_docdir}/%{name} -# aspell -mkdir -p %{buildroot}%{aspell_dict_dir} -install -m 644 aspell/*.{rws,dat,alias,multi} %{buildroot}%{aspell_dict_dir} -install -m 644 ./deNovellwords %{buildroot}%{aspell_dict_dir} -echo "add de_DE.multi" > %{buildroot}%{aspell_dict_dir}/deutsch.alias -echo "add de_DE.multi" > %{buildroot}%{aspell_dict_dir}/german.alias -echo "add de_CH.multi" > %{buildroot}%{aspell_dict_dir}/swiss.alias - # ispell mkdir -p %{buildroot}%{ispell_dict_dir} install -m 644 ispell/de_??.{aff,hash} %{buildroot}%{ispell_dict_dir} @@ -156,13 +128,6 @@ %files doc %doc Documentation/* -%files -n aspell-de -%{aspell_dict_dir}/*.rws -%{aspell_dict_dir}/*.multi -%{aspell_dict_dir}/*.alias -%{aspell_dict_dir}/*.dat -%{aspell_dict_dir}/deNovellwords - %files -n ispell-ngerman %{ispell_dict_dir}/de_DE.aff %{ispell_dict_dir}/de_DE.hash
