diff --git a/wayland.spec b/wayland.spec index 4668e5c..b87b2ea 100644 --- a/wayland.spec +++ b/wayland.spec @@ -16,6 +16,7 @@ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x Source1: make-git-snapshot.sh BuildRequires: autoconf automake libtool +BuildRequires: chrpath BuildRequires: doxygen BuildRequires: pkgconfig(libffi) BuildRequires: expat-devel @@ -95,6 +96,9 @@ make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name \*.la | xargs rm -f +# Remove lib64 rpaths +chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so + %check mkdir -m 700 tests/run # known failure in i686 koji (not always, but sometimes?): @@ -167,6 +171,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Sep 19 2014 Kalev Lember - 1.6.0-1 - Update to 1.6.0 +- Remove lib64 rpaths * Fri Aug 22 2014 Kevin Fenzi 1.5.91-1 - Update to 1.5.90