This commit is contained in:
committed by
Git OBS Bridge
parent
c8b8b680eb
commit
f6817aa38e
@@ -13,12 +13,13 @@ Summary: Hunspell - a spell checker and morphological analyzer library
|
||||
|
||||
Name: hunspell
|
||||
Version: 1.2.2
|
||||
Release: 1
|
||||
Release: 3
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Group: System/Libraries
|
||||
Source0: %{name}-1.2.2.tar.bz2
|
||||
Patch1: %{name}-uninitialised.patch
|
||||
Patch2: %{name}-function_address.patch
|
||||
Patch3: %{name}-ac.patch
|
||||
Url: http://hunspell.sourceforge.net/
|
||||
BuildRequires: autoconf >= 2.59
|
||||
BuildRequires: ncurses-devel >= 5.0
|
||||
@@ -89,12 +90,11 @@ Authors:
|
||||
%setup -q -n %{name}-1.2.2
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
|
||||
%build
|
||||
%{__libtoolize}
|
||||
%{__aclocal} -I m4
|
||||
%{__autoconf}
|
||||
%{__automake}
|
||||
cp /usr/share/gettext/config.rpath .
|
||||
AUTOPOINT=true autoreconf -fi
|
||||
export CPPFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses"
|
||||
%configure \
|
||||
--with-ui \
|
||||
@@ -152,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libhunspell-*.a
|
||||
|
||||
%changelog
|
||||
* Tue Apr 15 2008 schwab@suse.de
|
||||
- Avoid libtool namespace clash.
|
||||
* Sun Apr 13 2008 lmichnovic@suse.cz
|
||||
- update to 1.2.2 final
|
||||
* extended dictionary (dic file) support to use multiple base and
|
||||
|
Reference in New Issue
Block a user