sync pkgconfig

This commit is contained in:
Caolan McNamara 2008-04-17 08:41:46 +00:00
parent 7d7f6c677e
commit 9b640b9aa9
2 changed files with 4 additions and 13 deletions

View File

@ -1,9 +0,0 @@
--- hunspell-1.2.1.orig/hunspell.pc.in 2007-04-06 09:05:34.000000000 +0100
+++ hunspell-1.2.1/hunspell.pc.in 2007-11-09 14:21:26.000000000 +0000
@@ -6,5 +6,5 @@
Name: hunspell
Description: Hunpell spellchecking library
Version: @VERSION@
-Libs: -L${libdir} -lhunspell-@HUNSPELL_VERSION_MAJOR@.@HUNSPELL_VERSION_MINOR@
+Libs: -L${libdir} -lhunspell
Cflags: -I${includedir}/hunspell

View File

@ -1,7 +1,7 @@
Name: hunspell
Summary: Hunspell is a spell checker and morphological analyzer library
Version: 1.2.2
Release: 1%{?dist}
Release: 2%{?dist}
Source0: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
Source1: http://people.debian.org/~agmartin/misc/ispellaff2myspell
Group: System Environment/Libraries
@ -10,8 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+ or GPLv2+ or MPLv1.1
BuildRequires: libtool, ncurses-devel
Patch1: hunspell-pkgconfig.patch
%description
Hunspell is a spell checker and morphological analyzer library and program
designed for languages with rich morphology and complex word compounding or
@ -28,7 +26,6 @@ Includes and definitions for developing with hunspell
%prep
%setup -q
%patch1 -p1 -b .pkgconfig.patch
# Filter unwanted Requires for the use explicitely string in ispellaff2myspell
cat << \EOF > %{name}-req
#!/bin/sh
@ -94,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/hunspell.pc
%changelog
* Thu Apr 17 2008 Caolan McNamara <caolanm@redhat.com> - 1.2.2-2
- sync pkgconfig
* Tue Apr 15 2008 Caolan McNamara <caolanm@redhat.com> - 1.2.2-1
- latest version
- drop integrated hunspell-1.2.1-1863239.badstructs.patch