rpms/enchant/devel enchant.spec,1.16,1.17

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sat Jan 26 19:57:34 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/enchant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17867

Modified Files:
	enchant.spec 
Log Message:
See: rhbz#430354 hspell backend disabled until pic issue fixed


Index: enchant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enchant/devel/enchant.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- enchant.spec	26 Jan 2008 18:20:43 -0000	1.16
+++ enchant.spec	26 Jan 2008 19:57:00 -0000	1.17
@@ -9,7 +9,7 @@
 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 @@
 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 @@
 %{_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 @@
 * Sat Jan 26 2008 Caolan McNamara <caolanm at redhat.com> 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 <caolanm at redhat.com> 1:1.3.0-2.fc9
 - tell enchant where the myspell dictionaries are




More information about the fedora-extras-commits mailing list