This commit is contained in:
committed by
Git OBS Bridge
parent
e12321378b
commit
be60a55553
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hunspell (Version 1.2.2)
|
||||
# spec file for package hunspell (Version 1.2.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,15 +12,11 @@
|
||||
Summary: Hunspell - a spell checker and morphological analyzer library
|
||||
|
||||
Name: hunspell
|
||||
Version: 1.2.2
|
||||
Release: 11
|
||||
Version: 1.2.4
|
||||
Release: 1
|
||||
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
|
||||
Patch4: %{name}-pkgconfig_libdir.patch
|
||||
Source0: %{name}-%{version}-2.tar.bz2
|
||||
Url: http://hunspell.sourceforge.net/
|
||||
BuildRequires: autoconf >= 2.59
|
||||
BuildRequires: ncurses-devel >= 5.0
|
||||
@@ -88,11 +84,8 @@ Authors:
|
||||
N<EFBFBD>meth L<EFBFBD>szl<EFBFBD> nemeth (at) OpenOffice.org
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-1.2.2
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
%setup -q -n %{name}-%{version}
|
||||
#%patch1
|
||||
|
||||
%build
|
||||
cp /usr/share/gettext/config.rpath .
|
||||
@@ -126,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_mandir}/hu/man4
|
||||
%{_mandir}/man1/hunspell.1*
|
||||
%{_mandir}/man4/hunspell.4*
|
||||
%{_mandir}/man1/hunzip.1*
|
||||
%{_mandir}/man1/hzip.1*
|
||||
%{_mandir}/man3/hunspell.3*
|
||||
%lang(hu) %{_mandir}/hu/man1/hunspell.1*
|
||||
%lang(hu) %{_mandir}/hu/man4/hunspell.4*
|
||||
|
||||
@@ -154,6 +150,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libhunspell-*.a
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 lmichnovic@suse.cz
|
||||
- update to version 1.2.4-2
|
||||
with fixed comparison of char* pointer with a string literal
|
||||
* Tue Jun 17 2008 lmichnovic@suse.cz
|
||||
- version update Hunspell 1.2.4
|
||||
* add free_list() for C, C++ interfaces to deallocate suggestion
|
||||
lists
|
||||
- Hunspell 1.2.3
|
||||
* extended XML interface to use morphological functions by
|
||||
standard spell checking interface, spell() and suggest().
|
||||
See hunspell.3 manual page.
|
||||
* default dash suggestions for compound words: newword-> new word and new-word
|
||||
* new manual pages: hunspell.3, hzip.1, hunzip.1.
|
||||
* bug fixes
|
||||
- obsoletes all previous patches
|
||||
* Fri May 09 2008 aj@suse.de
|
||||
- Add baselibs.conf.
|
||||
* Tue May 06 2008 coolo@suse.de
|
||||
|
Reference in New Issue
Block a user