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