rpms/wv/devel wv-1.2.4-pkgconfig.patch,NONE,1.1 wv.spec,1.23,1.24

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sun Mar 30 22:33:12 UTC 2008


Author: salimma

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

Modified Files:
	wv.spec 
Added Files:
	wv-1.2.4-pkgconfig.patch 
Log Message:
Fix libdir in wv's pkgconfig entry


wv-1.2.4-pkgconfig.patch:

--- NEW FILE wv-1.2.4-pkgconfig.patch ---
--- wv-1.2.4/wv-1.0.pc.in.pkgconfig	2005-04-18 17:14:48.000000000 -0400
+++ wv-1.2.4/wv-1.0.pc.in	2008-03-30 17:42:15.000000000 -0400
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
 includedir=${prefix}/include
 
 Name: wvWare


Index: wv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wv/devel/wv.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- wv.spec	18 Feb 2008 18:35:44 -0000	1.23
+++ wv.spec	30 Mar 2008 22:32:22 -0000	1.24
@@ -1,15 +1,16 @@
 Name:       wv
 Summary:    MSWord 6/7/8/9 binary file format to HTML converter
 Version:    1.2.4
-Release:    3%{?dist}
+Release:    4%{?dist}
 License:    GPLv2+
 Group:      Applications/Text
 URL:        http://wvware.sourceforge.net
-Source:     http://dl.sf.net/wvware/wv-%{version}.tar.gz
+Source:     http://dl.sourceforge.net/wvware/wv-%{version}.tar.gz
 #Patch0:     wv-wvtext-tmp.patch
 #Patch1:     wv-1.0.3-oledecod.patch
 #Patch2:     wv-1.0.3-gcc4.patch
 Patch5:     wv-1.0.0-rhbug150461.patch
+Patch6:     wv-1.2.4-pkgconfig.patch
 
 BuildRequires: glib2-devel
 BuildRequires: libjpeg-devel
@@ -45,6 +46,7 @@
 #%patch1 -p1 -b .oledecod
 #%patch2 -p1 -b .gcc4
 %patch5 -p1 -b .printf-rhbug150461
+%patch6 -p1 -b .pkgconfig
 
 
 %build
@@ -85,6 +87,9 @@
 
 
 %changelog
+* Sun Mar 30 2008 Michel Salim <michel.sylvan at gmail.com> - 1.2.4-4
+- fix libdir in wv's pkgconfig entry
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.4-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list