See: rhbz#430354 hspell backend disabled until pic issue fixed

This commit is contained in:
Caolan McNamara 2008-01-26 19:57:00 +00:00
parent 8ded1bb23e
commit 518152f443
1 changed files with 4 additions and 3 deletions

View File

@ -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 <caolanm@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@redhat.com> 1:1.3.0-2.fc9
- tell enchant where the myspell dictionaries are