Jan Engelhardt 2012-07-09 00:10:15 +00:00 committed by Git OBS Bridge
parent e602e09b4b
commit 2623a4366b
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e3d4579916e963a77a59c90b4524c1d28aca2654ec76907c7cd58cf4c5cbc30
size 224496

3
wayland-0.94.90.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdf6c8d986088f6ec216d4a00f2d32166ead723b2d98e613b23c1e89f19d3e54
size 358332

View File

@ -1,4 +1,4 @@
-------------------------------------------------------------------
Sat Feb 11 15:55:16 UTC 2012 - jengelh@medozas.de
Sat Feb 11 15:55:16 UTC 2012 - jengelh@inai.de
- Initial package for build.opensuse.org

View File

@ -16,7 +16,7 @@
#
Name: wayland
%define lname libwayland0
Version: 0.85.0
Version: 0.94.90
Release: 0
Summary: Wayland Compositor Infrastructure
License: MIT
@ -51,6 +51,16 @@ evdev input devices, an X application, or a wayland client itself.
The clients can be traditional applications, X servers (rootless or
fullscreen) or other display servers.
%package -n libwayland-cursor0
Group: System/Libraries
Summary: Wayland cursor library
%description -n libwayland-cursor0
The purpose of this library is to be the equivalent of libXcursor in
the X world. This library is compatible with X cursor themes and
loads them directly into an shm pool making it easy for the clients
to get buffer for each cursor image.
%package -n libwayland-server0
Group: System/Libraries
Summary: Wayland core server library
@ -67,6 +77,7 @@ fullscreen) or other display servers.
Summary: Development files for the Wayland Compositor Infrastructure
Group: Development/Libraries/C and C++
Requires: libwayland-client0 = %version
Requires: libwayland-cursor0 = %version
Requires: libwayland-server0 = %version
%description devel
@ -93,6 +104,8 @@ rm -f "%buildroot/%_libdir"/*.la
%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
@ -100,6 +113,10 @@ rm -f "%buildroot/%_libdir"/*.la
%defattr(-,root,root)
%_libdir/libwayland-client.so.0*
%files -n libwayland-cursor0
%defattr(-,root,root)
%_libdir/libwayland-cursor.so.0*
%files -n libwayland-server0
%defattr(-,root,root)
%_libdir/libwayland-server.so.0*