update to 1.4.1

This commit is contained in:
jinzhimin369 2020-07-23 04:54:18 +00:00
parent aaee58f7dd
commit 39b992c907
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
libwacom-1.4.1.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libwacom
Version: 0.31
Release: 2
Version: 1.4.1
Release: 1
Summary: Wacom Tablets Library
Requires: %{name}-data
License: MIT
@ -39,7 +39,7 @@ autoreconf --force -v --install || exit 1
%install
%make_install INSTALL="install -p"
install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
./tools/generate-udev-rules > ${RPM_BUILD_ROOT}/%{_udevrulesdir}/65-libwacom.rules
./tools/generate-hwdb > ${RPM_BUILD_ROOT}/%{_udevrulesdir}/65-libwacom.rules
%check
@ -49,11 +49,12 @@ make %{?_smp_mflags} check
%files
%{_libdir}/libwacom.so.*
%{_udevrulesdir}/65-libwacom.rules
%{_libdir}/udev/hwdb.d/*
%{_libdir}/udev/rules.d/*
%{_bindir}/libwacom-list-local-devices
%{_mandir}/man1/libwacom-list-local-devices.1*
%license COPYING
%doc README
%doc README.md
%exclude %{_libdir}/*.la
%files devel
@ -68,5 +69,8 @@ make %{?_smp_mflags} check
%{_datadir}/libwacom/layouts/*.svg
%changelog
* Thu Jul 23 2020 jinzhimin <jinzhimin2@openeuler.org> - 1.4.1-1
- Package update
* Tue Aug 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.31-2
- Package init