rpms/wv/F-8 wv-1.2.4-pkgconfig.patch,NONE,1.1 wv.spec,1.22,1.23

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


Author: salimma

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

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/F-8/wv.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- wv.spec	26 Aug 2007 10:17:03 -0000	1.22
+++ wv.spec	30 Mar 2008 22:32:07 -0000	1.23
@@ -1,15 +1,16 @@
 Name:       wv
 Summary:    MSWord 6/7/8/9 binary file format to HTML converter
 Version:    1.2.4
-Release:    2%{?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,12 @@
 
 
 %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
+
 * Sun Aug 26 2007 Aurelien Bompard <abompard at fedoraproject.org> 1.2.4-2
 - fix license tag
 - rebuild for BuildID




More information about the fedora-extras-commits mailing list