SHA256
1
0
forked from pool/hunspell
OBS User unknown 2008-04-25 14:05:27 +00:00 committed by Git OBS Bridge
parent f6817aa38e
commit 86c4be70a1
3 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- hunspell.pc.in
+++ hunspell.pc.in
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include
+libdir=@libdir@
+includedir=@includedir@
Name: hunspell
Description: Hunpell spellchecking library

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 23 11:57:28 CEST 2008 - lmichnovic@suse.cz
- fixed libdir and includedir in pkg-config file [bnc#382638]
(hunspell-pkgconfig_libdir.patch)
-------------------------------------------------------------------
Tue Apr 15 10:50:31 CEST 2008 - schwab@suse.de

View File

@ -13,13 +13,14 @@ Summary: Hunspell - a spell checker and morphological analyzer library
Name: hunspell
Version: 1.2.2
Release: 3
Release: 5
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
Url: http://hunspell.sourceforge.net/
BuildRequires: autoconf >= 2.59
BuildRequires: ncurses-devel >= 5.0
@ -91,6 +92,7 @@ Authors:
%patch1
%patch2
%patch3
%patch4
%build
cp /usr/share/gettext/config.rpath .
@ -152,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libhunspell-*.a
%changelog
* Wed Apr 23 2008 lmichnovic@suse.cz
- fixed libdir and includedir in pkg-config file [bnc#382638]
(hunspell-pkgconfig_libdir.patch)
* Tue Apr 15 2008 schwab@suse.de
- Avoid libtool namespace clash.
* Sun Apr 13 2008 lmichnovic@suse.cz