Compare commits
No commits in common. "ece8ccc42150a572d367acb83094cd8f5eb885d4" and "e3afd65ed5b518664f96691f7eb6250dc3523f71" have entirely different histories.
ece8ccc421
...
e3afd65ed5
BIN
libevdev-1.10.1.tar.xz
Normal file
BIN
libevdev-1.10.1.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
Name: libevdev
|
||||
Version: 1.13.0
|
||||
Version: 1.10.1
|
||||
Release: 1
|
||||
Summary: Library for handling evdev kernel devices
|
||||
License: MIT
|
||||
License: GPLv2
|
||||
URL: http://www.freedesktop.org/wiki/Software/libevdev
|
||||
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: libtool make gcc python3-devel check-devel
|
||||
BuildRequires: git-core automake libtool gcc python3 python3-devel
|
||||
|
||||
%description
|
||||
Library for handling evdev kernel devices. It abstracts the ioctls
|
||||
@ -30,7 +30,9 @@ Utilities to handle and/or debug evdev devices for %{name}.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
||||
|
||||
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python.*')
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
@ -43,9 +45,6 @@ make %{?_smp_mflags}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%{_libdir}/libevdev.so.*
|
||||
@ -66,26 +65,13 @@ make check
|
||||
%files help
|
||||
%{_mandir}/man3/libevdev.3*
|
||||
%{_mandir}/man1/libevdev-tweak-device.1*
|
||||
%{_mandir}/man1/mouse-dpi-tool.1.gz
|
||||
%{_mandir}/man1/touchpad-edge-detector.1*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Liu Zixian <liuzixian4@huawei.com> - 1.13.0-1
|
||||
- Update to 1.13.0
|
||||
|
||||
* Sun Oct 16 2022 Liu Zixian <liuzixian4@huawei.com> - 1.11.0-3
|
||||
- sync openEuler kernel 22.03 and enable regression test
|
||||
|
||||
* Wed Dec 1 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.11.0-2
|
||||
- fix license in src and in spec are not same
|
||||
|
||||
* Tue Nov 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.11.0-1
|
||||
- update to 1.11.0
|
||||
|
||||
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.10.1-1
|
||||
- update to 1.10.1
|
||||
- update to 1.10.0
|
||||
|
||||
* Thu Jul 23 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
|
||||
* Thu Jul 22 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
|
||||
- delete old tar file
|
||||
|
||||
* Thu Jul 16 2020 dingyue <dingyue5@openeuler.org> - 1.8.0-1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user