hunspell#1616353 simple c api for hunspell
This commit is contained in:
parent
3e5b8c604b
commit
c7f444a2c4
@ -1,7 +1,7 @@
|
|||||||
Name: hunspell
|
Name: hunspell
|
||||||
Summary: Hunspell is a spell checker and morphological analyzer library
|
Summary: Hunspell is a spell checker and morphological analyzer library
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://hunspell.sourceforge.net/
|
URL: http://hunspell.sourceforge.net/
|
||||||
@ -10,6 +10,7 @@ License: LGPL
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Patch0: hunspell-1.1.4-sharedlibs.patch
|
Patch0: hunspell-1.1.4-sharedlibs.patch
|
||||||
Patch1: hunspell-1.1.4-defaultdictfromlang.patch
|
Patch1: hunspell-1.1.4-defaultdictfromlang.patch
|
||||||
|
Patch2: hunspell-1.1.4-capi.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
|
||||||
@ -29,6 +30,7 @@ Includes and definitions for developing with hunspell
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .sharedlibs.patch
|
%patch0 -p1 -b .sharedlibs.patch
|
||||||
%patch1 -p1 -b .defaultdictfromlang.patch
|
%patch1 -p1 -b .defaultdictfromlang.patch
|
||||||
|
%patch2 -p1 -b .capi.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
libtoolize --automake --force
|
libtoolize --automake --force
|
||||||
@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/unmunch
|
%{_bindir}/unmunch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 15 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.4-3
|
||||||
|
- hunspell#1616353 simple c api for hunspell
|
||||||
|
|
||||||
* Wed Nov 29 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.4-2
|
* Wed Nov 29 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.4-2
|
||||||
- add hunspell-1.1.4-defaultdictfromlang.patch to take locale as default
|
- add hunspell-1.1.4-defaultdictfromlang.patch to take locale as default
|
||||||
dictionary
|
dictionary
|
||||||
|
Loading…
Reference in New Issue
Block a user