enable make check now that hunspell hangul sullables are supported
This commit is contained in:
parent
1b79d9cd27
commit
feb204fe91
@ -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 <caolanm@redhat.com> - 0.4.2-2
|
||||
- enable make check now that hunspell is fixed to know about
|
||||
hangul syllables
|
||||
|
||||
* Mon Jul 05 2010 Caolán McNamara <caolanm@redhat.com> - 0.4.2-1
|
||||
- latest version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user