From 518152f443344cb0d9a7fb0f173aa4ec563bb117 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Jan 26 2008 19:57:00 +0000 Subject: See: rhbz#430354 hspell backend disabled until pic issue fixed --- diff --git a/enchant.spec b/enchant.spec index 8a9c9d0..43e6126 100644 --- a/enchant.spec +++ b/enchant.spec @@ -9,7 +9,7 @@ Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version} URL: http://www.abisource.com/ BuildRequires: glib2-devel >= 2.0.0 BuildRequires: aspell-devel -BuildRequires: hspell-devel +# BuildRequires: hspell-devel BuildRequires: hunspell-devel BuildRequires: automake, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -44,7 +44,7 @@ autoconf automake --foreign %build -%configure --disable-ispell --with-myspell-dir=/usr/share/myspell +%configure --disable-ispell --with-myspell-dir=/usr/share/myspell --disable-hspell make %{?_smp_mflags} %install @@ -59,7 +59,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la %{_bindir}/* %{_libdir}/lib*.so.* %dir %{_libdir}/enchant -%{_libdir}/enchant/lib*hspell.so* +# %{_libdir}/enchant/lib*hspell.so* %{_libdir}/enchant/lib*myspell.so* %{_mandir}/man1/enchant.1.gz %{_datadir}/enchant @@ -86,6 +86,7 @@ rm -r $RPM_BUILD_ROOT * Sat Jan 26 2008 Caolan McNamara 1:1.3.0-3.fc9 - Resolves: rhbz#426402 use system hunspell not internal one and split out aspell backend. +- See: rhbz#430354 hspell backend disabled until pic issue fixed * Wed Dec 19 2007 Caolan McNamara 1:1.3.0-2.fc9 - tell enchant where the myspell dictionaries are