Update to 1.13.0 and enbale regression test
This commit is contained in:
parent
e9b34006af
commit
6f3dce6755
Binary file not shown.
BIN
libevdev-1.13.0.tar.xz
Normal file
BIN
libevdev-1.13.0.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: libevdev
|
Name: libevdev
|
||||||
Version: 1.12.1
|
Version: 1.13.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Library for handling evdev kernel devices
|
Summary: Library for handling evdev kernel devices
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.freedesktop.org/wiki/Software/libevdev
|
URL: http://www.freedesktop.org/wiki/Software/libevdev
|
||||||
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
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
|
%description
|
||||||
Library for handling evdev kernel devices. It abstracts the ioctls
|
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
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python.*')
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
@ -45,6 +43,9 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libevdev.so.*
|
%{_libdir}/libevdev.so.*
|
||||||
@ -69,6 +70,9 @@ make %{?_smp_mflags}
|
|||||||
%{_mandir}/man1/touchpad-edge-detector.1*
|
%{_mandir}/man1/touchpad-edge-detector.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 18 2022 Liu Zixian <liuzixian4@huawei.com> - 1.12.1-2
|
||||||
- fix rpm build
|
- fix rpm build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user