rpms/hunspell/devel hunspell-pkgconfig.patch, NONE, 1.1 hunspell.spec, 1.30, 1.31

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Nov 9 14:27:36 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22483

Modified Files:
	hunspell.spec 
Added Files:
	hunspell-pkgconfig.patch 
Log Message:
pkg-config cockup

hunspell-pkgconfig.patch:

--- NEW FILE hunspell-pkgconfig.patch ---
--- 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- at HUNSPELL_VERSION_MAJOR@. at HUNSPELL_VERSION_MINOR@
+Libs: -L${libdir} -lhunspell
 Cflags: -I${includedir}/hunspell


Index: hunspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell/devel/hunspell.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hunspell.spec	5 Nov 2007 14:36:04 -0000	1.30
+++ hunspell.spec	9 Nov 2007 14:26:47 -0000	1.31
@@ -1,15 +1,16 @@
 Name:      hunspell
 Summary:   Hunspell is a spell checker and morphological analyzer library
 Version:   1.2.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 Source:    http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sourceforge.net/
 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 
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .pkgconfig.patch
 
 %build
 libtoolize --automake --force
@@ -78,6 +80,9 @@
 %{_libdir}/pkgconfig/hunspell.pc
 
 %changelog
+* Fri Nov 09 2007 Caolan McNamara <caolanm at redhat.com> - 1.2.1-2
+- pkg-config cockup
+
 * Mon Nov 05 2007 Caolan McNamara <caolanm at redhat.com> - 1.2.1-1
 - latest version
 




More information about the fedora-extras-commits mailing list