Compare commits
10 Commits
e3afd65ed5
...
ece8ccc421
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ece8ccc421 | ||
|
|
f4302f2eab | ||
|
|
47591fd4d4 | ||
|
|
5758fe2188 | ||
|
|
0981b1d876 | ||
|
|
767d1911cd | ||
|
|
c511bd82f8 | ||
|
|
aca647c7df | ||
|
|
ecde06ed2e | ||
|
|
23592efb2d |
Binary file not shown.
BIN
libevdev-1.11.0.tar.xz
Normal file
BIN
libevdev-1.11.0.tar.xz
Normal file
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.10.1
|
Version: 1.13.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library for handling evdev kernel devices
|
Summary: Library for handling evdev kernel devices
|
||||||
License: GPLv2
|
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.*
|
||||||
@ -65,13 +66,26 @@ make %{?_smp_mflags}
|
|||||||
%files help
|
%files help
|
||||||
%{_mandir}/man3/libevdev.3*
|
%{_mandir}/man3/libevdev.3*
|
||||||
%{_mandir}/man1/libevdev-tweak-device.1*
|
%{_mandir}/man1/libevdev-tweak-device.1*
|
||||||
|
%{_mandir}/man1/mouse-dpi-tool.1.gz
|
||||||
%{_mandir}/man1/touchpad-edge-detector.1*
|
%{_mandir}/man1/touchpad-edge-detector.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.10.1-1
|
* Fri Oct 28 2022 Liu Zixian <liuzixian4@huawei.com> - 1.13.0-1
|
||||||
- update to 1.10.0
|
- Update to 1.13.0
|
||||||
|
|
||||||
* Thu Jul 22 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
|
* 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
|
||||||
|
|
||||||
|
* Thu Jul 23 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
|
||||||
- delete old tar file
|
- delete old tar file
|
||||||
|
|
||||||
* Thu Jul 16 2020 dingyue <dingyue5@openeuler.org> - 1.8.0-1
|
* Thu Jul 16 2020 dingyue <dingyue5@openeuler.org> - 1.8.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user