update to 0.4.1 [release 0.4.1-1mamba;Wed Jan 25 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 06:11:04 +01:00
parent 5da143e7d5
commit e5511ff17d
2 changed files with 20 additions and 53 deletions

View File

@ -1,17 +1,4 @@
# libxcb-util
The xcb-util module provides 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, roughly ordered by maturity:
* render-util: Convenience functions for the Render extension.
* aux: Convenient access to connection setup and some core requests.
* atom: Standard core X atom constants and atom caching.
* property: Callback X property-change handling.
* icccm: Both client and window-manager helpers for ICCCM.
* keysyms: Standard X key constants and conversion to/from keycodes.
* event: Callback X event handling.
* image: Port of Xlib's XImage and XShmImage functions.
* wm: Framework for window manager implementation.

View File

@ -1,33 +1,22 @@
Name: libxcb-util
Version: 0.4.0
Version: 0.4.1
Release: 1mamba
Summary: XCB support libraries
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://xcb.freedesktop.org
Source: http://xcb.freedesktop.org/dist/xcb-util-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-%{version}.tar.xz
License: MIT
BuildRequires: gperf
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libxcb-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-END
BuildRequires: gperf
%description
The xcb-util module provides 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, roughly ordered by maturity:
* render-util: Convenience functions for the Render extension.
* aux: Convenient access to connection setup and some core requests.
* atom: Standard core X atom constants and atom caching.
* property: Callback X property-change handling.
* icccm: Both client and window-manager helpers for ICCCM.
* keysyms: Standard X key constants and conversion to/from keycodes.
* event: Callback X event handling.
* image: Port of Xlib's XImage and XShmImage functions.
* wm: Framework for window manager implementation.
%package devel
Group: Development/Libraries
@ -36,21 +25,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The xcb-util module provides 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.
This package contains static libraries and header files needed for development.
These libraries are currently included, roughly ordered by maturity:
* render-util: Convenience functions for the Render extension.
* aux: Convenient access to connection setup and some core requests.
* atom: Standard core X atom constants and atom caching.
* property: Callback X property-change handling.
* icccm: Both client and window-manager helpers for ICCCM.
* keysyms: Standard X key constants and conversion to/from keycodes.
* event: Callback X event handling.
* image: Port of Xlib's XImage and XShmImage functions.
* wm: Framework for window manager implementation.
This package contains static libraries and header files need for development.
%debug_package
%prep
%setup -q -n xcb-util-%{version}
@ -71,18 +48,21 @@ This package contains static libraries and header files need for development.
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc README
%{_libdir}/libxcb-util.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/xcb
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xcb/*
%{_libdir}/libxcb-util.a
%{_libdir}/libxcb-util.so
%{_libdir}/pkgconfig/xcb-*.pc
%doc README.md
%changelog
* Wed Jan 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- update to 0.4.1
* Fri Oct 17 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
- automatic version update by autodist