Compare commits
10 Commits
5bb5c8a478
...
53f70c04a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53f70c04a6 | ||
|
|
6abb8e2699 | ||
|
|
2a03b37af2 | ||
|
|
6f3dce6755 | ||
|
|
e9b34006af | ||
|
|
08e0b8514f | ||
|
|
12df0c6ddc | ||
|
|
ff6b69c897 | ||
|
|
65131c43c5 | ||
|
|
55bac54fc4 |
Binary file not shown.
BIN
libevdev-1.13.1.tar.xz
Normal file
BIN
libevdev-1.13.1.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
Name: libevdev
|
||||
Version: 1.11.0
|
||||
Release: 2
|
||||
Version: 1.13.1
|
||||
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
|
||||
@ -27,12 +27,14 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description utils
|
||||
Utilities to handle and/or debug evdev devices for %{name}.
|
||||
|
||||
%package_help
|
||||
%package help
|
||||
Summary: help file
|
||||
|
||||
%description help
|
||||
#%%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 +47,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%{_libdir}/libevdev.so.*
|
||||
@ -65,9 +70,22 @@ make %{?_smp_mflags}
|
||||
%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
|
||||
* Wed Nov 01 2023 haomimi <haomimi@uniontech.com> - 1.13.1-1
|
||||
- Update to 1.13.1
|
||||
|
||||
* 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
|
||||
|
||||
* Sun Apr 17 2022 Liu Zixian <liuzixian4@huawei.com> - 1.12.1-1
|
||||
- Update to 1.12.1
|
||||
|
||||
* Wed Dec 1 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.11.0-2
|
||||
- fix license in src and in spec are not same
|
||||
|
||||
@ -77,7 +95,7 @@ make %{?_smp_mflags}
|
||||
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.10.1-1
|
||||
- update to 1.10.1
|
||||
|
||||
* Thu Jul 22 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
|
||||
* Thu Jul 23 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