SHA256
1
0
forked from pool/wayland

Accepting request 203429 from home:dirkmueller:branches:X11:Wayland

- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build)

OBS-URL: https://build.opensuse.org/request/show/203429
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=34
This commit is contained in:
Torsten Duwe 2013-10-16 14:01:15 +00:00 committed by Git OBS Bridge
parent 93c5ab4166
commit 72267841c2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 15 20:29:24 UTC 2013 - dmueller@suse.com
- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build)
-------------------------------------------------------------------
Thu Sep 19 21:58:52 UTC 2013 - hrvoje.senjan@gmail.com

View File

@ -117,8 +117,10 @@ rm -f "$b/%_libdir"/*.la;
%fdupes %buildroot/%_prefix
%check
%if ! 0%{?qemu_user_space_build}
mkdir -m go-rwx xdg;
XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
%endif
%post -n libwayland-client0 -p /sbin/ldconfig
%postun -n libwayland-client0 -p /sbin/ldconfig