minor cockup

This commit is contained in:
Caolan McNamara 2008-02-08 20:47:34 +00:00
parent 518152f443
commit 17b89af1e9
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: An Enchanting Spell Checking Library
Name: enchant
Version: 1.3.0
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Group: System Environment/Libraries
License: LGPLv2+
@ -42,6 +42,7 @@ Libraries, headers, and support files necessary to compile applications using li
aclocal
autoconf
automake --foreign
rm -f ./src/myspell/hunspell.hxx
%build
%configure --disable-ispell --with-myspell-dir=/usr/share/myspell --disable-hspell
@ -83,6 +84,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
rm -r $RPM_BUILD_ROOT
%changelog
* Fri Feb 08 2008 Caolan McNamara <caolanm@redhat.com> 1:1.3.0-4.fc9
- minor cockup
* 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.