Remove lib64 rpath from gssdp-device-sniffer
This commit is contained in:
parent
8c05ddeb6f
commit
3cc469dad8
@ -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 <klember@redhat.com> - 0.99.0-1
|
||||
- Update to 0.99.0
|
||||
- Remove lib64 rpath from gssdp-device-sniffer
|
||||
|
||||
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.14.16-1
|
||||
- Update to 0.14.16
|
||||
|
Loading…
Reference in New Issue
Block a user