From b6a14fab345d5e4a41a0d29e2cc38383f951691058c6a09d176de711c7418cea Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 21 Mar 2012 10:46:23 +0000 Subject: [PATCH] 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 --- xcb-util.spec | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/xcb-util.spec b/xcb-util.spec index 7983447..9e3f110 100644 --- a/xcb-util.spec +++ b/xcb-util.spec @@ -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