latest version
This commit is contained in:
parent
4d37b89650
commit
3a4c9d622d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
hunspell-dict-ko-0.4.2.tar.gz
|
hunspell-dict-ko-0.4.3.tar.gz
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
--- tests/runtest.py 2010-07-05 12:55:25.000000000 +0100
|
|
||||||
+++ tests/runtest.py 2010-07-05 12:56:46.000000000 +0100
|
|
||||||
@@ -18,9 +18,9 @@
|
|
||||||
hunspell_cmd = './hunspell'
|
|
||||||
else:
|
|
||||||
hunspell_cmd = 'hunspell'
|
|
||||||
- hunspell = subprocess.Popen([hunspell_cmd, '-d', '../ko'],
|
|
||||||
+ hunspell = subprocess.Popen([hunspell_cmd, '-i', 'UTF-8', '-a', '-d', '../ko'],
|
|
||||||
stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
|
||||||
- hunspell.stdout.readline() # the first line "Husnpell 1.2.8 ..."
|
|
||||||
+ hunspell.stdout.readline() # the first line "Hunspell 1.2.8 ..."
|
|
||||||
lineno = 0
|
|
||||||
errmsg = sys.stderr.write
|
|
||||||
for l in lines:
|
|
@ -1,7 +1,7 @@
|
|||||||
Name: hunspell-ko
|
Name: hunspell-ko
|
||||||
Summary: Korean hunspell dictionaries
|
Summary: Korean hunspell dictionaries
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz
|
Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://code.google.com/p/spellcheck-ko/
|
URL: http://code.google.com/p/spellcheck-ko/
|
||||||
@ -11,14 +11,11 @@ BuildArch: noarch
|
|||||||
BuildRequires: python-lxml, hunspell
|
BuildRequires: python-lxml, hunspell
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
|
||||||
Patch0: hunspell-dict-ko-0.4.2-1278333282.fixtests.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Korean hunspell dictionaries.
|
Korean hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n hunspell-dict-ko-%{version}
|
%setup -q -n hunspell-dict-ko-%{version}
|
||||||
%patch0 -p0 -b .fixtests
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -41,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.4.3-1
|
||||||
|
- latest version
|
||||||
|
- drop integrated hunspell-dict-ko-0.4.2-1278333282.fixtests.patch
|
||||||
|
|
||||||
* Mon Jul 05 2010 Caolán McNamara <caolanm@redhat.com> - 0.4.2-2
|
* 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
|
- enable make check now that hunspell is fixed to know about
|
||||||
hangul syllables
|
hangul syllables
|
||||||
|
Loading…
Reference in New Issue
Block a user