From 74b45df6337b3f583187e86e7d8005c1a93fb923 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:12:30 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.0-1mamba;Wed Sep 09 2020] --- libxkbcommon.spec | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 3ee5610..dfd25b9 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,5 +1,5 @@ Name: libxkbcommon -Version: 0.10.0 +Version: 1.0.0 Release: 1mamba Summary: Keyboard handling library using XKB data Group: System/Libraries @@ -33,6 +33,14 @@ Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. +%package tools +Group: System/Tools +Summary: Tools provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +This package contains tools provided by %{name}. + %debug_package %prep @@ -60,21 +68,41 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %{_libdir}/libxkbcommon.so.* %{_libdir}/libxkbcommon-x11.so.* +%{_libdir}/libxkbregistry.so.* +%dir %{_libexecdir}/xkbcommon +%{_libexecdir}/xkbcommon/xkbcli-* %doc LICENSE %files devel %defattr(-,root,root) %dir %{_includedir}/xkbcommon -%{_includedir}/xkbcommon/xkbcommon*.h +%{_includedir}/xkbcommon/*.h %{_libdir}/libxkbcommon.so %{_libdir}/libxkbcommon-x11.so +%{_libdir}/libxkbregistry.so %{_libdir}/pkgconfig/xkbcommon.pc %{_libdir}/pkgconfig/xkbcommon-x11.pc +%{_libdir}/pkgconfig/xkbregistry.pc %dir %{_datadir}/doc/libxkbcommon %dir %{_datadir}/doc/libxkbcommon/html %{_datadir}/doc/libxkbcommon/html/* +%files tools +%defattr(-,root,root) +%{_bindir}/xkbcli +%{_mandir}/man1/xkbcli-compile-keymap.1* +%{_mandir}/man1/xkbcli-how-to-type.1* +%{_mandir}/man1/xkbcli-interactive-evdev.1* +%{_mandir}/man1/xkbcli-interactive-wayland.1* +%{_mandir}/man1/xkbcli-interactive-x11.1* +%{_mandir}/man1/xkbcli-list.1* +%{_mandir}/man1/xkbcli.1* + + %changelog +* Wed Sep 09 2020 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + * Sun Jan 19 2020 Automatic Build System 0.10.0-1mamba - automatic version update by autodist