Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
53f70c04a6
!28 Update to 1.13.1
From: @haomi0602 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-11-01 08:48:37 +00:00
haomimi
6abb8e2699 Update to 1.13.1 2023-11-01 15:36:55 +08:00
openeuler-ci-bot
2a03b37af2
!25 升级到1.13.0并打开回归测试
From: @sdlzx 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-10-17 01:01:24 +00:00
liqingqing_1229
6f3dce6755 Update to 1.13.0 and enbale regression test 2022-10-16 12:57:57 +08:00
openeuler-ci-bot
e9b34006af
!22 【轻量级 PR】:fix bogus date in %changelog
From: @leeffo 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2022-09-01 08:38:46 +00:00
loong-C
08e0b8514f
fix bogus date in %changelog 2022-06-14 08:59:41 +00:00
openeuler-ci-bot
12df0c6ddc
!21 Fix rpm build
From: @sdlzx 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-04-18 06:20:55 +00:00
Liu Zixian
ff6b69c897 fix rpm build 2022-04-18 11:29:13 +08:00
openeuler-ci-bot
65131c43c5
!20 Update to 1.12.1
From: @sdlzx 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-04-18 01:23:44 +00:00
Liu Zixian
55bac54fc4 Update to 1.12.1 2022-04-17 00:11:05 +08:00
3 changed files with 26 additions and 8 deletions

Binary file not shown.

BIN
libevdev-1.13.1.tar.xz Normal file

Binary file not shown.

View File

@ -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