Update to 1.13.0 and enbale regression test

This commit is contained in:
liqingqing_1229 2022-10-16 12:57:57 +08:00
parent e9b34006af
commit 6f3dce6755
3 changed files with 10 additions and 6 deletions

Binary file not shown.

BIN
libevdev-1.13.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libevdev
Version: 1.12.1
Release: 2
Version: 1.13.0
Release: 1
Summary: Library for handling evdev kernel devices
License: MIT
URL: http://www.freedesktop.org/wiki/Software/libevdev
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
BuildRequires: git-core automake libtool gcc python3 python3-devel
BuildRequires: libtool make gcc python3-devel check-devel
%description
Library for handling evdev kernel devices. It abstracts the ioctls
@ -30,9 +30,7 @@ Utilities to handle and/or debug evdev devices for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python.*')
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
@ -45,6 +43,9 @@ make %{?_smp_mflags}
%ldconfig_scriptlets
%check
make check
%files
%doc COPYING
%{_libdir}/libevdev.so.*
@ -69,6 +70,9 @@ make %{?_smp_mflags}
%{_mandir}/man1/touchpad-edge-detector.1*
%changelog
* Fri Oct 14 2022 Liu Zixian <liuzixian4@huawei.com> - 1.13.0-1
- Update to 1.13.0 and enable regression check
* Mon Apr 18 2022 Liu Zixian <liuzixian4@huawei.com> - 1.12.1-2
- fix rpm build