Remove lib64 rpaths
This commit is contained in:
parent
9eeef9fc4f
commit
974c9219db
@ -16,6 +16,7 @@ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x
|
|||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -95,6 +96,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||||
|
|
||||||
|
# Remove lib64 rpaths
|
||||||
|
chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so
|
||||||
|
|
||||||
%check
|
%check
|
||||||
mkdir -m 700 tests/run
|
mkdir -m 700 tests/run
|
||||||
# known failure in i686 koji (not always, but sometimes?):
|
# known failure in i686 koji (not always, but sometimes?):
|
||||||
@ -167,6 +171,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
|
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
|
||||||
- Update to 1.6.0
|
- Update to 1.6.0
|
||||||
|
- Remove lib64 rpaths
|
||||||
|
|
||||||
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
|
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
|
||||||
- Update to 1.5.90
|
- Update to 1.5.90
|
||||||
|
Loading…
Reference in New Issue
Block a user