From e94a0d3de3e54cd85dc9771d050c77f7f9eb4e8a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 22 Aug 2014 20:24:27 +0200 Subject: [PATCH] Remove lib64 rpaths --- devhelp.spec | 4 ++++ 1 file changed, 4 insertions(+) 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 - 1:3.13.4-3 - Switch to webkitgtk4 +- Remove lib64 rpaths * Sat Aug 16 2014 Fedora Release Engineering - 1:3.13.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild