wayland-1.5.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=45
This commit is contained in:
parent
ba3888e021
commit
b18c90717c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18f33b9f15b4c8b662fb1968e7636e7926b419dfc48de8a164b3a3d7095c5a58
|
||||
size 421564
|
3
wayland-1.5.0.tar.xz
Normal file
3
wayland-1.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5
|
||||
size 404644
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 10:19:01 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.5.0
|
||||
* Use an internal event queue for wl_display events. This allows
|
||||
the client library to dispatch delete_id and error events
|
||||
immediately, even if the default queue is not dispatched.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 11:59:47 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
13
wayland.spec
13
wayland.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libwayland0
|
||||
Name: wayland
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: HPND
|
||||
@ -111,8 +111,8 @@ fi;
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=%buildroot install %{?_smp_mflags}
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
make DESTDIR="%buildroot" install %{?_smp_mflags}
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%check
|
||||
@ -124,15 +124,10 @@ make check %{?_smp_mflags} V=1
|
||||
%endif
|
||||
|
||||
%post -n libwayland-client0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libwayland-client0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libwayland-cursor0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libwayland-cursor0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libwayland-server0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libwayland-server0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libwayland-client0
|
||||
@ -154,7 +149,7 @@ make check %{?_smp_mflags} V=1
|
||||
%_libdir/libwayland-*.so
|
||||
%_libdir/pkgconfig/wayland-*.pc
|
||||
%_datadir/aclocal/
|
||||
%_datadir/pkgconfig/wayland-*.pc
|
||||
#%_datadir/pkgconfig/wayland-*.pc
|
||||
%_datadir/wayland/
|
||||
%_mandir/man3/wl_*.3*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user