Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8ddadd308a
!15 [sync] PR-14: [libwacom] increase release number
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-10-27 06:25:31 +00:00
Liu Yuntao
6308c847b8 increase release number to make sure this package can be updated in next version of openEuler
(cherry picked from commit 7a9d714173cbabec57674b4e21e3ae3644b2da77)
2022-10-27 14:22:51 +08:00
openeuler-ci-bot
d198a62750 !13 [sync] PR-11: update verion to 1.12
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:19:47 +00:00
zhouwenpei
f304e6cdc7 update verion to 1.12
(cherry picked from commit 60ceab9fe27c73bdf19d9101136a292354ccf5c5)
2021-11-30 19:14:41 +08:00
openeuler-ci-bot
f9dd44b067 !12 [sync] PR-10: libwacom delete -Sgit from %autosetup, and delete BuildRequires git
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:11:37 +00:00
chenyanpanHW
7e0faa0918 delete -Sgit from %autosetup, and delete BuildRequires git
(cherry picked from commit a8ee9c2d25dcf529ca21d691b29fb2ef933ab0a3)
2021-11-30 19:11:12 +08:00
openeuler-ci-bot
8dcb28cc0a !9 add buildrequire git
From: @zhouwenpei
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-06-30 06:19:51 +00:00
zhouwenpei
c20492babe add buildrequire git 2021-06-30 11:32:10 +08:00
openeuler-ci-bot
1bdcb39222 !8 update to 1.7
From: @xinghe_1
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
2021-02-01 17:29:10 +08:00
renmingshuai
db266c64e9 update version 2021-02-01 11:01:41 +08:00
3 changed files with 22 additions and 3 deletions

BIN
libwacom-1.12.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: libwacom
Version: 1.4.1
Version: 1.12
Release: 2
Summary: Wacom Tablets Library
Requires: %{name}-data
@ -7,7 +7,7 @@ License: MIT
URL: https://github.com/linuxwacom/libwacom
Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires: meson gcc glib2-devel libgudev1-devel
BuildRequires: meson gcc glib2-devel libgudev1-devel
BuildRequires: systemd systemd-devel libxml2-devel
%description
@ -29,7 +29,7 @@ BuildArch: noarch
Tablet information client library library data files.
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{version} -p1
%build
%meson -Dtests=disabled -Ddocumentation=disabled
@ -47,9 +47,13 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%files
%{_libdir}/libwacom.so.*
%{_bindir}/libwacom-list-devices
%{_udevrulesdir}/65-libwacom.rules
%{_udevhwdbdir}/65-libwacom.hwdb
%{_bindir}/libwacom-list-local-devices
%{_bindir}/libwacom-show-stylus
%{_bindir}/libwacom-update-db
%{_mandir}/man1/libwacom-list-devices.1*
%{_mandir}/man1/libwacom-list-local-devices.1*
%license COPYING
%doc README.md
@ -66,6 +70,21 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_datadir}/libwacom/layouts/*.svg
%changelog
* Tue Oct 25 2022 Liu Yuntao <liuyuntao10@huawei.com> - 1.12-2
- rebuild package
* Tue Nov 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.12-1
- update to 1.12
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.7-3
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.7-2
- add buildrequire git
* Mon Feb 1 2021 xinghe <xinghe1@huawei.com> - 1.7-1
- update to 1.7
* Thu Jul 30 2020 jinzhimin<jinzhimin2@huawei.com> - 1.4.1-2
- fix build failed