[webkitgtk3] Remove lib64 rpaths with chrpath

Kalev Lember kalev at fedoraproject.org
Tue Apr 24 21:25:00 UTC 2012


commit 74802c2970915b367763701c7f22e28ce1fc0c99
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 24 20:51:33 2012 +0300

    Remove lib64 rpaths with chrpath

 webkitgtk3.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 82ce7fc..f39f32b 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -112,10 +112,14 @@ make V=1
 %install
 make install DESTDIR=%{buildroot}
 
-chrpath --delete Programs/GtkLauncher
 install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
 install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 
+# Remove lib64 rpaths
+chrpath --delete %{buildroot}%{_bindir}/jsc-3
+chrpath --delete %{buildroot}%{_libdir}/libwebkitgtk-3.0.so
+chrpath --delete %{buildroot}%{_libexecdir}/%{name}/GtkLauncher
+
 # for some reason translations don't get installed in 1.3.7
 %find_lang webkit-3.0
 
@@ -175,6 +179,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 * Tue Apr 24 2012 Kalev Lember <kalevlember at gmail.com> - 1.8.1-1
 - Update to 1.8.1
 - Dropped the backported patches
+- Remove lib64 rpaths with chrpath
 
 * Wed Apr 18 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8.0-3
 - Add upstream patch to fix crash when SSE2 isn't present


More information about the scm-commits mailing list