wayland-1.0.1
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=13
This commit is contained in:
parent
a6d1aaa4c0
commit
d54ea7c606
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:833634b3bf8a079beb8652a0b52a0a2d135266cc74922dce993342c300a374a0
|
||||
size 390124
|
3
wayland-1.0.1.tar.xz
Normal file
3
wayland-1.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99c99dc640dd0e84673f713852cbfc93acb243f03abae9cf0c162078a5404ac6
|
||||
size 390784
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 10:28:39 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.1
|
||||
* Supply a fix for out-of-order delete_id events, which allows
|
||||
to fix a crash that happens during EGLSurface destruction.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 11:08:51 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
49
wayland.spec
49
wayland.spec
@ -14,24 +14,29 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
Name: wayland
|
||||
|
||||
|
||||
Name: wayland
|
||||
%define lname libwayland0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: HPND
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://wayland.freedesktop.org/
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: HPND
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://wayland.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/wayland/wayland
|
||||
#Git-Web: http://cgit.freedesktop.org/wayland/wayland/
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.64
|
||||
#git#BuildRequires: automake >= 1.11
|
||||
#git#BuildRequires: libtool >= 2.2
|
||||
BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
|
||||
%description
|
||||
Wayland is a protocol for a compositor to talk to its clients as well
|
||||
@ -42,8 +47,8 @@ The clients can be traditional applications, X servers (rootless or
|
||||
fullscreen) or other display servers.
|
||||
|
||||
%package -n libwayland-client0
|
||||
Group: System/Libraries
|
||||
Summary: Wayland core client library
|
||||
Summary: Wayland core client library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwayland-client0
|
||||
Wayland is a protocol for a compositor to talk to its clients as well
|
||||
@ -54,8 +59,8 @@ 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
|
||||
Summary: Wayland cursor library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwayland-cursor0
|
||||
The purpose of this library is to be the equivalent of libXcursor in
|
||||
@ -64,8 +69,8 @@ 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
|
||||
Summary: Wayland core server library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwayland-server0
|
||||
Wayland is a protocol for a compositor to talk to its clients as well
|
||||
@ -76,11 +81,11 @@ The clients can be traditional applications, X servers (rootless or
|
||||
fullscreen) or other display servers.
|
||||
|
||||
%package devel
|
||||
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
|
||||
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
|
||||
Wayland is a protocol for a compositor to talk to its clients as well
|
||||
|
Loading…
Reference in New Issue
Block a user