rpms/webkitgtk/devel webkitgtk.spec,1.8,1.9

Peter Gordon pgordon at fedoraproject.org
Sat Jul 4 20:04:04 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/webkitgtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21869

Modified Files:
	webkitgtk.spec 
Log Message:
Remove the GtkLauncher RPATH (using chrpath); remove libtool BR (no longer needed).


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/webkitgtk.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- webkitgtk.spec	17 Jun 2009 02:50:27 -0000	1.8
+++ webkitgtk.spec	4 Jul 2009 20:03:34 -0000	1.9
@@ -35,7 +35,7 @@
 
 Name:		webkitgtk
 Version:	1.1.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -51,6 +51,7 @@ Patch0:         webkit-1.1.8-atomic-word
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	bison
+BuildRequires:	chrpath
 BuildRequires:	enchant-devel
 BuildRequires:	flex
 BuildRequires:	geoclue-devel
@@ -63,7 +64,6 @@ BuildRequires:	gtk2-devel
 BuildRequires:	libsoup-devel >= 2.25.91
 BuildRequires:	libicu-devel
 BuildRequires:	libjpeg-devel
-BuildRequires:	libtool
 BuildRequires:	libxslt-devel
 BuildRequires:	libXt-devel
 BuildRequires:	pcre-devel
@@ -127,7 +127,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
+
 make install DESTDIR=%{buildroot}
+
+chrpath --delete Programs/GtkLauncher
 install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
 install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 %find_lang webkit
@@ -182,6 +185,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul 04 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.10-2
+- Invoke chrpath to remove the hardcoded RPATH in GtkLauncher.
+- Remove unnecessary libtool build dependency.
+
 * Tue Jun 16 2009 Matthias Clasen <mclasen at redhat.com> - 1.1.10-1
 - Update to 1.1.10
 




More information about the fedora-extras-commits mailing list