diff --git a/README.md b/README.md index 19f9fe2..cb0a224 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/libxcb-util.spec b/libxcb-util.spec index 0b1d55c..2114eaa 100644 --- a/libxcb-util.spec +++ b/libxcb-util.spec @@ -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 -URL: http://xcb.freedesktop.org -Source: http://xcb.freedesktop.org/dist/xcb-util-%{version}.tar.bz2 +Packager: Silvan Calarco +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 0.4.1-1mamba +- update to 0.4.1 + * Fri Oct 17 2014 Automatic Build System 0.4.0-1mamba - automatic version update by autodist