add korean Hangul syllable support
This commit is contained in:
parent
926a65e81f
commit
f4eabb9336
@ -1,7 +1,7 @@
|
|||||||
Name: hunspell
|
Name: hunspell
|
||||||
Summary: A spell checker and morphological analyzer library
|
Summary: A spell checker and morphological analyzer library
|
||||||
Version: 1.2.11
|
Version: 1.2.11
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://hunspell.sourceforge.net/
|
URL: http://hunspell.sourceforge.net/
|
||||||
@ -12,6 +12,7 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
%endif
|
||||||
Patch0: hunspell-1.2.11-valgrind.patch
|
Patch0: hunspell-1.2.11-valgrind.patch
|
||||||
|
Patch1: hunspell-1.2.11-koreansupport.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hunspell is a spell checker and morphological analyzer library and program
|
Hunspell is a spell checker and morphological analyzer library and program
|
||||||
@ -30,6 +31,7 @@ Includes and definitions for developing with hunspell
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .valgrind
|
%patch0 -p1 -b .valgrind
|
||||||
|
%patch1 -p0 -b .koreansupport
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-rpath --disable-static --with-ui --with-readline
|
%configure --disable-rpath --disable-static --with-ui --with-readline
|
||||||
@ -89,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/hunspell.3.gz
|
%{_mandir}/man3/hunspell.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 05 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.11-3
|
||||||
|
- add korean Hangul syllable support
|
||||||
|
|
||||||
* Tue Jun 22 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.11-2
|
* Tue Jun 22 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.11-2
|
||||||
- use valgrind in make check
|
- use valgrind in make check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user