rpms/webkitgtk/F-11 webkitgtk.spec,1.3,1.4

Peter Gordon pgordon at fedoraproject.org
Fri May 29 04:08:19 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/webkitgtk/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31159

Modified Files:
	webkitgtk.spec 
Log Message:
Proper fix for the GtkLauncher installation.


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/F-11/webkitgtk.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- webkitgtk.spec	28 May 2009 18:02:54 -0000	1.3
+++ webkitgtk.spec	29 May 2009 04:07:48 -0000	1.4
@@ -127,8 +127,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-libtool --mode=install install -m 755 Programs/GtkLauncher \
-	%{buildroot}%{_libexecdir}/%{name}  
+install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
+install -m 755 Programs/.libs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 %find_lang webkit
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
@@ -185,7 +185,7 @@ rm -rf %{buildroot}
 - Update to new upstream release (1.1.7)
 - Remove jit build conditional. (JIT is now enabled by default on platforms
   which support it: currently 32- and 64-bit x86.)
-- Force libtool-based installation of the GtkLauncher demo program so that it
+- Fix installation of the GtkLauncher demo program so that it
   is a binary and not a script. (Fixes bug #443048.)
 
 * Sat May 09 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.6-1




More information about the fedora-extras-commits mailing list