From 9b640b9aa98d5fe8ca87bc2c83d2d77ca8295523 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 17 Apr 2008 08:41:46 +0000 Subject: [PATCH] sync pkgconfig --- hunspell-pkgconfig.patch | 9 --------- hunspell.spec | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 hunspell-pkgconfig.patch diff --git a/hunspell-pkgconfig.patch b/hunspell-pkgconfig.patch deleted file mode 100644 index 0677532..0000000 --- a/hunspell-pkgconfig.patch +++ /dev/null @@ -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 diff --git a/hunspell.spec b/hunspell.spec index a12d879..7cb92d8 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -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 - 1.2.2-2 +- sync pkgconfig + * Tue Apr 15 2008 Caolan McNamara - 1.2.2-1 - latest version - drop integrated hunspell-1.2.1-1863239.badstructs.patch