wayland-1.3.91
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=38
This commit is contained in:
parent
d5dff480fa
commit
822ba1e020
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e817685f68a26acd19964d69ddbc4549ba5412114ad95e1a9f5934cce470d6e
|
||||
size 412480
|
3
wayland-1.3.91.tar.xz
Normal file
3
wayland-1.3.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:209800291d73c607baacd398b16c1d9f8e0090514e3f64718a6b420d640ce7c7
|
||||
size 421068
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 24 21:15:33 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.3.91
|
||||
* protocol: add sub-surfaces to the core
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 22:10:02 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
14
wayland.spec
14
wayland.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: wayland
|
||||
%define lname libwayland0
|
||||
Version: 1.3.0
|
||||
Version: 1.3.91
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: HPND
|
||||
@ -117,9 +117,15 @@ 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};
|
||||
%if !0%{?qemu_user_space_build}
|
||||
mkdir -m go-rwx xdg
|
||||
export XDG_RUNTIME_DIR="$PWD/xdg"
|
||||
if ! make check %{?_smp_mflags}; then
|
||||
cat tests/test-suite.log
|
||||
prj="%_project"
|
||||
# Ignore testsuite errors in the develprj
|
||||
if [ "${prj:0:8}" = "openSUSE" ]; then exit 1; fi
|
||||
fi
|
||||
%endif
|
||||
|
||||
%post -n libwayland-client0 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user