[webkitgtk] Remove lib64 rpaths with chrpath

Kalev Lember kalev at fedoraproject.org
Wed Apr 25 00:21:15 UTC 2012


commit 62db7c139c33c18a2fa9ac84b528dfd24561ed5c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 25 03:17:26 2012 +0300

    Remove lib64 rpaths with chrpath

 webkitgtk.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk.spec b/webkitgtk.spec
index 8a9192f..da7c203 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -141,9 +141,14 @@ 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}
+
+# Remove lib64 rpaths
+chrpath --delete %{buildroot}%{_bindir}/jsc-3
+chrpath --delete %{buildroot}%{_libdir}/libwebkitgtk-3.0.so
+chrpath --delete %{buildroot}%{_libexecdir}/%{name}/GtkLauncher
+
 %find_lang webkit-2.0
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
@@ -205,6 +210,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 * Wed Apr 25 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
 
 * Fri Apr 20 2012 Orion Poplwski <orion at cora.nwra.com> - 1.8.0-5
 - Rebuild for icu 49


More information about the scm-commits mailing list