From 3cc469dad8c63ad5a0406399ec498559938dd545 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 18 Aug 2016 09:25:48 +0200 Subject: [PATCH] Remove lib64 rpath from gssdp-device-sniffer --- gssdp.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gssdp.spec b/gssdp.spec index 600e8f5..fa830cd 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -8,6 +8,7 @@ License: LGPLv2+ URL: http://www.gupnp.org/ Source0: http://download.gnome.org/sources/%{name}/0.99/%{name}-%{version}.tar.xz +BuildRequires: chrpath BuildRequires: dbus-glib-devel BuildRequires: GConf2-devel BuildRequires: glib2-devel @@ -70,6 +71,9 @@ make install DESTDIR=%{buildroot} #Remove libtool archives. find %{buildroot} -name '*.la' -delete +# Remove lib64 rpath +chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer + %check make check %{?_smp_mflags} V=1 @@ -102,6 +106,7 @@ make check %{?_smp_mflags} V=1 %changelog * Thu Aug 18 2016 Kalev Lember - 0.99.0-1 - Update to 0.99.0 +- Remove lib64 rpath from gssdp-device-sniffer * Wed Jun 22 2016 Richard Hughes - 0.14.16-1 - Update to 0.14.16