From feb204fe915f3ef906f65b1aec5988d6a5084219 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Mon, 5 Jul 2010 10:27:09 +0000 Subject: [PATCH] enable make check now that hunspell hangul sullables are supported --- hunspell-ko.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hunspell-ko.spec b/hunspell-ko.spec index a659d31..c177f7d 100644 --- a/hunspell-ko.spec +++ b/hunspell-ko.spec @@ -1,7 +1,7 @@ Name: hunspell-ko Summary: Korean hunspell dictionaries Version: 0.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz Group: Applications/Text URL: http://code.google.com/p/spellcheck-ko/ @@ -27,9 +27,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p ko.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic -#tests busted upstream -#%check -#make test +%check +make test %clean rm -rf $RPM_BUILD_ROOT @@ -40,6 +39,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Mon Jul 05 2010 Caolán McNamara - 0.4.2-2 +- enable make check now that hunspell is fixed to know about + hangul syllables + * Mon Jul 05 2010 Caolán McNamara - 0.4.2-1 - latest version