forked from pool/hunspell
This commit is contained in:
parent
f6817aa38e
commit
86c4be70a1
12
hunspell-pkgconfig_libdir.patch
Normal file
12
hunspell-pkgconfig_libdir.patch
Normal 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
|
@ -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
|
Tue Apr 15 10:50:31 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -13,13 +13,14 @@ Summary: Hunspell - a spell checker and morphological analyzer library
|
|||||||
|
|
||||||
Name: hunspell
|
Name: hunspell
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 3
|
Release: 5
|
||||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source0: %{name}-1.2.2.tar.bz2
|
Source0: %{name}-1.2.2.tar.bz2
|
||||||
Patch1: %{name}-uninitialised.patch
|
Patch1: %{name}-uninitialised.patch
|
||||||
Patch2: %{name}-function_address.patch
|
Patch2: %{name}-function_address.patch
|
||||||
Patch3: %{name}-ac.patch
|
Patch3: %{name}-ac.patch
|
||||||
|
Patch4: %{name}-pkgconfig_libdir.patch
|
||||||
Url: http://hunspell.sourceforge.net/
|
Url: http://hunspell.sourceforge.net/
|
||||||
BuildRequires: autoconf >= 2.59
|
BuildRequires: autoconf >= 2.59
|
||||||
BuildRequires: ncurses-devel >= 5.0
|
BuildRequires: ncurses-devel >= 5.0
|
||||||
@ -91,6 +92,7 @@ Authors:
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
|
%patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp /usr/share/gettext/config.rpath .
|
cp /usr/share/gettext/config.rpath .
|
||||||
@ -152,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libhunspell-*.a
|
%{_libdir}/libhunspell-*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 15 2008 schwab@suse.de
|
||||||
- Avoid libtool namespace clash.
|
- Avoid libtool namespace clash.
|
||||||
* Sun Apr 13 2008 lmichnovic@suse.cz
|
* Sun Apr 13 2008 lmichnovic@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user