From 4098211d5e468698afff2e352bdf3c25db494bb71f41e54e4e5bea6304085f62 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Thu, 6 Oct 2011 09:34:16 +0000 Subject: [PATCH] change to hunspell as default spellchecker OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=43 --- lyx.changes | 6 ++++++ lyx.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lyx.changes b/lyx.changes index c5f189a..3f1c9fc 100644 --- a/lyx.changes +++ b/lyx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 6 09:18:47 UTC 2011 - cornelis@solcon.nl + +- Make hunspell default spellchecker and remove aspell (seems reasonable to have the same spellchecker as libreoffice, thunderbird, firefox, and hunspell seems future for system default, as fedora already has, see also FATE #305688) +- Add enchant support (usefull for a few languages) + ------------------------------------------------------------------- Mon Sep 19 11:02:08 UTC 2011 - cornelis@solcon.nl diff --git a/lyx.spec b/lyx.spec index f20a03f..e58a3ec 100644 --- a/lyx.spec +++ b/lyx.spec @@ -19,7 +19,7 @@ Name: lyx #!BuildIgnore: lyx -BuildRequires: aspell-devel boost-devel fdupes hunspell-devel libqt4-devel python update-desktop-files +BuildRequires: boost-devel enchant-devel fdupes hunspell-devel libqt4-devel python update-desktop-files License: LGPLv2.1+ Group: Productivity/Publishing/TeX/Frontends Version: 2.0.1 @@ -59,7 +59,9 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/LyX.cpp TEXMF=%{_datadir}/texmf %configure \ --without-included-boost \ - --with-aspell --with-hunspell \ + --without-aspell \ + --with-hunspell \ + --with-enchant \ --with-frontend=qt4 make %{?_smp_mflags}