import libwacom-1.12.1-2.el9

This commit is contained in:
CentOS Sources 2022-03-01 06:57:59 -05:00 committed by Stepan Oksanichenko
parent c1600713de
commit 062068b8d9
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libwacom-1.11.tar.bz2
SOURCES/libwacom-1.12.1.tar.bz2

View File

@ -1 +1 @@
07ace02e44acc641fbe6c3e26a0898c664e07cae SOURCES/libwacom-1.11.tar.bz2
9783ccc5d64a40dfcb2b17bf48b8d01b45422c64 SOURCES/libwacom-1.12.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: libwacom
Version: 1.11
Version: 1.12.1
Release: 2%{?dist}
Summary: Tablet Information Client Library
Requires: %{name}-data
@ -48,6 +48,12 @@ Tablet information client library data files.
%meson_install
install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
# libwacom-show-stylus is an interactive debugging tool to find the stylus ID.
# It's has extra dependencies we don't want to force onto every machine
# libwacom is on and it's only used where we need to write new tablet files
# for unknown stylus. Let's skip it.
rm ${RPM_BUILD_ROOT}/%{_bindir}/libwacom-show-stylus
%check
%meson_test
@ -59,7 +65,6 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_libdir}/libwacom.so.*
%{_bindir}/libwacom-list-devices
%{_bindir}/libwacom-list-local-devices
%{_bindir}/libwacom-show-stylus
%{_bindir}/libwacom-update-db
%{_mandir}/man1/libwacom-list-devices.1*
@ -83,6 +88,13 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_datadir}/libwacom/layouts/*.svg
%changelog
* Mon Jan 31 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.12.1-2
- Drop libwacom-show-stylus, it's a debugging tool that requires extra
dependencies that we shouldn't pull in everywhere (#2044710)
* Thu Jan 27 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.12.1-1
- libwacom 1.12.1 (#2044710)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688