[devhelp/f21] Remove lib64 rpaths

Kalev Lember kalev at fedoraproject.org
Fri Aug 22 18:27:34 UTC 2014


commit e94a0d3de3e54cd85dc9771d050c77f7f9eb4e8a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 22 20:24:27 2014 +0200

    Remove lib64 rpaths

 devhelp.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index c34fa87..9306df9 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -18,6 +18,7 @@ Requires(postun): /usr/bin/gtk-update-icon-cache
 
 ### Build Dependencies ###
 
+BuildRequires: chrpath
 BuildRequires: desktop-file-utils >= 0.3
 BuildRequires: gettext
 BuildRequires: intltool
@@ -56,6 +57,8 @@ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books
 
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/devhelp
+
 %find_lang devhelp
 
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/devhelp.desktop
@@ -106,6 +109,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %changelog
 * Fri Aug 22 2014 Kalev Lember <kalevlember at gmail.com> - 1:3.13.4-3
 - Switch to webkitgtk4
+- Remove lib64 rpaths
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.13.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list