rpms/hunspell-ko/devel hunspell-ko.spec,1.12,1.13

Caolan McNamara caolanm at fedoraproject.org
Mon Jul 5 10:27:09 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-ko/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25243

Modified Files:
	hunspell-ko.spec 
Log Message:
enable make check now that hunspell hangul sullables are supported


Index: hunspell-ko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ko/devel/hunspell-ko.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- hunspell-ko.spec	5 Jul 2010 07:43:35 -0000	1.12
+++ hunspell-ko.spec	5 Jul 2010 10:27:09 -0000	1.13
@@ -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}/mys
 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 at 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 at redhat.com> - 0.4.2-1
 - latest version
 



More information about the scm-commits mailing list