rpms/wxGTK/devel wxGTK.spec,1.12,1.13

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sun May 8 10:39:36 UTC 2005


Author: thl

Update of /cvs/extras/rpms/wxGTK/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22764

Modified Files:
	wxGTK.spec 
Log Message:
fix x86_64 by "sed -i -e s|/usr/lib\b|%%{_libdir}| configure"


Index: wxGTK.spec
===================================================================
RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wxGTK.spec	7 May 2005 00:34:47 -0000	1.12
+++ wxGTK.spec	8 May 2005 10:39:34 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:           wxGTK
 Version:        2.4.2
-Release:        11
+Release:        12
 Summary:        GTK+ port of the wxWidgets GUI library
 License:        BSD
 Group:          System Environment/Libraries
@@ -138,7 +138,7 @@
 %patch1 -b .aclocal18
 %patch2 -p1 -b .gcc4
 
-sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in
+sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
 
 
 %build
@@ -296,6 +296,10 @@
 
 
 %changelog
+* Sun May  8 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.4.2-12
+- sed -i -e 's|/usr/lib\b|%%{_libdir}|' in configure also to fix
+  x86_64
+
 * Sat May  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.2-11
 - Add BR libGL and libGLU to fix FC4 build failure
   (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).




More information about the fedora-extras-commits mailing list