update to 1.4.1
This commit is contained in:
parent
aaee58f7dd
commit
39b992c907
Binary file not shown.
BIN
libwacom-1.4.1.tar.bz2
Normal file
BIN
libwacom-1.4.1.tar.bz2
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: libwacom
|
Name: libwacom
|
||||||
Version: 0.31
|
Version: 1.4.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Wacom Tablets Library
|
Summary: Wacom Tablets Library
|
||||||
Requires: %{name}-data
|
Requires: %{name}-data
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -39,7 +39,7 @@ autoreconf --force -v --install || exit 1
|
|||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%make_install INSTALL="install -p"
|
||||||
install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
|
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
|
%check
|
||||||
@ -49,11 +49,12 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libwacom.so.*
|
%{_libdir}/libwacom.so.*
|
||||||
%{_udevrulesdir}/65-libwacom.rules
|
%{_libdir}/udev/hwdb.d/*
|
||||||
|
%{_libdir}/udev/rules.d/*
|
||||||
%{_bindir}/libwacom-list-local-devices
|
%{_bindir}/libwacom-list-local-devices
|
||||||
%{_mandir}/man1/libwacom-list-local-devices.1*
|
%{_mandir}/man1/libwacom-list-local-devices.1*
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README.md
|
||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -68,5 +69,8 @@ make %{?_smp_mflags} check
|
|||||||
%{_datadir}/libwacom/layouts/*.svg
|
%{_datadir}/libwacom/layouts/*.svg
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.31-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user