Accepting request 110348 from home:jengelh:branches:X11:XOrg
Grammar/ortho fixes, and desc update (libraries gone in 0.3.8) OBS-URL: https://build.opensuse.org/request/show/110348 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util?expand=0&rev=6
This commit is contained in:
parent
b7f02e741b
commit
b6a14fab34
@ -14,9 +14,6 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: xcb-util
|
||||
%define lname libxcb-util0
|
||||
Version: 0.3.8
|
||||
@ -32,39 +29,41 @@ Source: %name-%version.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.62, automake, libtool
|
||||
BuildRequires: gperf
|
||||
BuildRequires: pkgconfig pkgconfig(xproto) >= 7.0.8
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.8
|
||||
|
||||
%description
|
||||
The XCB util modules provides a number of libraries which sit on top
|
||||
The XCB util modules provide a number of libraries which sit on top
|
||||
of libxcb, the core X protocol library, and some of the extension
|
||||
libraries. These experimental libraries provide convenience functions
|
||||
and interfaces which make the raw X protocol more usable. Some of the
|
||||
libraries also provide client-side code which is not strictly part of
|
||||
the X protocol but which have traditionally been provided by Xlib.
|
||||
|
||||
Included in this package are:
|
||||
|
||||
- atom: Standard core X atom constants and atom caching.
|
||||
- aux: Convenient access to connection setup and some core requests.
|
||||
- event: Callback X event handling.
|
||||
|
||||
%package -n %lname
|
||||
Summary: XCB utility modules
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
The XCB util modules provides a number of libraries which sit on top
|
||||
The XCB util modules provide a number of libraries which sit on top
|
||||
of libxcb, the core X protocol library, and some of the extension
|
||||
libraries. These experimental libraries provide convenience functions
|
||||
and interfaces which make the raw X protocol more usable. Some of the
|
||||
libraries also provide client-side code which is not strictly part of
|
||||
the X protocol but which have traditionally been provided by Xlib.
|
||||
|
||||
These libraries are currently included:
|
||||
Included in this package are:
|
||||
|
||||
- atom: Standard core X atom constants and atom caching.
|
||||
- aux: Convenient access to connection setup and some core requests.
|
||||
- event: Callback X event handling.
|
||||
- icccm: Both client and window-manager helpers for ICCCM.
|
||||
- image: Port of Xlib's XImage and XShmImage functions.
|
||||
- keysyms: Standard X key constants and conversion to/from keycodes.
|
||||
- property: Callback X property-change handling.
|
||||
- render-util: Convenience functions for the Render extension.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the XCB utility modules
|
||||
@ -72,7 +71,7 @@ Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
The XCB util modules provides a number of libraries which sit on top
|
||||
The XCB util modules provide a number of libraries which sit on top
|
||||
of libxcb, the core X protocol library, and some of the extension
|
||||
libraries. These experimental libraries provide convenience functions
|
||||
and interfaces which make the raw X protocol more usable. Some of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user