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:
Stefan Dirsch 2012-03-21 10:46:23 +00:00 committed by Git OBS Bridge
parent b7f02e741b
commit b6a14fab34

View File

@ -14,9 +14,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: xcb-util Name: xcb-util
%define lname libxcb-util0 %define lname libxcb-util0
Version: 0.3.8 Version: 0.3.8
@ -32,39 +29,41 @@ Source: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.62, automake, libtool #git#BuildRequires: autoconf >= 2.62, automake, libtool
BuildRequires: gperf BuildRequires: gperf
BuildRequires: pkgconfig pkgconfig(xproto) >= 7.0.8 BuildRequires: pkgconfig
BuildRequires: pkgconfig(xcb) >= 1.4 BuildRequires: pkgconfig(xcb) >= 1.4
BuildRequires: pkgconfig(xproto) >= 7.0.8
%description %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 of libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the 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 libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib. 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 %package -n %lname
Summary: XCB utility modules Summary: XCB utility modules
Group: System/Libraries Group: System/Libraries
%description -n %lname %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 of libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the 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 libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib. 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. - atom: Standard core X atom constants and atom caching.
- aux: Convenient access to connection setup and some core requests. - aux: Convenient access to connection setup and some core requests.
- event: Callback X event handling. - 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 %package devel
Summary: Development files for the XCB utility modules Summary: Development files for the XCB utility modules
@ -72,7 +71,7 @@ Group: Development/Libraries/C and C++
Requires: %lname = %version Requires: %lname = %version
%description devel %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 of libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the and interfaces which make the raw X protocol more usable. Some of the