Accepting request 110564 from X11:XOrg

- Grammar/ortho fixes, and desc update (libraries gone in 0.3.8)

OBS-URL: https://build.opensuse.org/request/show/110564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcb-util?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-03-23 11:11:39 +00:00 committed by Git OBS Bridge
commit 1e0a4a3922
2 changed files with 25 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 22 11:01:16 UTC 2012 - sndirsch@suse.com
- Grammar/ortho fixes, and desc update (libraries gone in 0.3.8)
-------------------------------------------------------------------
Mon Feb 13 04:08:48 UTC 2012 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libxcb-util
# spec file for package xcb-util
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -14,6 +14,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xcb-util
%define lname libxcb-util0
Version: 0.3.8
@ -21,47 +24,49 @@ Release: 0
Summary: XCB utility modules
License: MIT
Group: Development/Libraries/C and C++
URL: http://xcb.freedesktop.org/
Url: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xcb/util
#Git-Web: http://cgit.freedesktop.org/xcb/util/
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-%version-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.62, automake, libtool
BuildRequires: gperf
BuildRequires: pkgconfig, pkgconfig(xproto) >= 7.0.8
BuildRequires: pkgconfig(xcb) >= 1.4
BuildRequires: gperf
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
@ -69,7 +74,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