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 # 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. 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 Name: libxcb-util
Version: 0.4.0 Version: 0.4.1
Release: 1mamba Release: 1mamba
Summary: XCB support libraries Summary: XCB support libraries
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-%{version}.tar.bz2 Source: http://xcb.freedesktop.org/dist/xcb-util-%{version}.tar.xz
License: MIT License: MIT
BuildRequires: gperf ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libxcb-devel BuildRequires: libxcb-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-END
BuildRequires: gperf
%description %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. 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 %package devel
Group: Development/Libraries Group: Development/Libraries
@ -36,21 +25,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %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. 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. This package contains static libraries and header files needed for development.
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: %debug_package
* 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.
%prep %prep
%setup -q -n xcb-util-%{version} %setup -q -n xcb-util-%{version}
@ -71,18 +48,21 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libxcb-util.so.*
%doc README %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/xcb %{_includedir}/xcb/*
%{_libdir}/*.a %{_libdir}/libxcb-util.a
%{_libdir}/*.la %{_libdir}/libxcb-util.so
%{_libdir}/*.so %{_libdir}/pkgconfig/xcb-*.pc
%{_libdir}/pkgconfig/*.pc %doc README.md
%changelog %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 * Fri Oct 17 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
- automatic version update by autodist - automatic version update by autodist