From 17b89af1e9038446d2a6c152e4c76ce7f7636b0d Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Feb 08 2008 20:47:34 +0000 Subject: minor cockup --- diff --git a/enchant.spec b/enchant.spec index 43e6126..c6046d2 100644 --- a/enchant.spec +++ b/enchant.spec @@ -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 1:1.3.0-4.fc9 +- minor cockup + * 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.