update to 0.4.1 [release 0.4.1-1mamba;Sun Nov 27 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:10:54 +01:00
parent fe8464878d
commit b4e8ed884c

View File

@ -1,22 +1,19 @@
Name: libxcb-keysyms
Version: 0.4.0
Version: 0.4.1
Release: 1mamba
Summary: XCB keysyms support library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org
Source: http://xcb.freedesktop.org/dist/xcb-util-keysyms-%{version}.tar.bz2
URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-keysyms-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
## AUTOBUILDREQ-END
BuildRequires: gperf
BuildRequires: libxcb-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
@ -39,7 +36,9 @@ Some of the libraries also provide client-side code which is not strictly part o
These libraries are currently included, roughly ordered by maturity:
* keysyms: Standard X key constants and conversion to/from keycodes.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n xcb-util-keysyms-%{version}
@ -61,17 +60,19 @@ This package contains static libraries and header files need for development.
%files
%defattr(-,root,root)
%{_libdir}/libxcb-keysyms.so.*
%doc README
%doc COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/xcb
%{_libdir}/libxcb-keysyms.a
%{_libdir}/libxcb-keysyms.la
%{_libdir}/libxcb-keysyms.so
%{_libdir}/pkgconfig/xcb-keysyms.pc
%changelog
* Sun Nov 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- update to 0.4.1
* Tue Oct 28 2014 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
- automatic update by autodist