From 8084b5371f68524020d2dde0687c4419f391e389 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 20 May 2015 06:02:36 -0500 Subject: [PATCH] 1.11-5 - fix rpath harder (#1136546) - %build: --disable-silent-rules --- libxcb.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/libxcb.spec b/libxcb.spec index 92a8a13..f311895 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -2,7 +2,7 @@ Name: libxcb Version: 1.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A C binding to the X11 protocol License: MIT URL: http://xcb.freedesktop.org/ @@ -58,7 +58,13 @@ autoreconf -v -f --install --enable-selinux \ --enable-xkb \ --enable-xinput \ - --disable-xprint + --disable-xprint \ + --disable-silent-rules + +# Remove rpath from libtool (extra insurance if autoreconf is ever dropped) +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make %{?_smp_mflags} %install @@ -111,8 +117,12 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_pkgdocdir} %changelog +* Wed May 20 2015 Rex Dieter - 1.11-5 +- fix rpath harder (#1136546) +- %%build: --disable-silent-rules + * Tue May 19 2015 Rex Dieter - 1.11-4 -- fix path (use autoreconf -f) +- fix fpath (use autoreconf -f) - -devel: tighten deps via %%{?_isa}, drop Requires: pkgconfig (add explicit BR: pkgconfig) * Thu Jan 08 2015 Simone Caronni - 1.11-3