Split the w8001 serial support bits out so we can install them independent
of this driver.
This commit is contained in:
parent
205133bb0e
commit
e331dfc64f
@ -9,7 +9,7 @@
|
||||
Summary: Xorg X11 wacom input driver
|
||||
Name: xorg-x11-drv-wacom
|
||||
Version: 0.35.99.1
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: GPLv2+
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -32,6 +32,7 @@ BuildRequires: systemd systemd-devel
|
||||
|
||||
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
||||
Requires: Xorg %(xserver-sdk-abi-requires xinput)
|
||||
Requires: xorg-x11-drv-wacom-serial-support
|
||||
|
||||
Provides: linuxwacom = %{version}-%{release}
|
||||
Obsoletes: linuxwacom <= 0.8.4.3
|
||||
@ -69,9 +70,6 @@ mv $RPM_BUILD_ROOT/%{_prefix}/lib/udev/rules.d/wacom.rules $RPM_BUILD_ROOT/%{_pr
|
||||
%{_mandir}/man1/xsetwacom.1*
|
||||
%{_datadir}/X11/xorg.conf.d/70-wacom.conf
|
||||
%{_bindir}/xsetwacom
|
||||
%{_prefix}/lib/udev/rules.d/70-wacom.rules
|
||||
%{_bindir}/isdv4-serial-inputattach
|
||||
%{_unitdir}/wacom-inputattach@.service
|
||||
|
||||
%package devel
|
||||
Summary: Xorg X11 wacom input driver development package
|
||||
@ -92,7 +90,26 @@ X.Org X11 wacom input driver development files.
|
||||
%{_includedir}/xorg/isdv4.h
|
||||
%{_bindir}/isdv4-serial-debugger
|
||||
|
||||
%package serial-support
|
||||
Summary: Files for enabling the wacom_w8001 kernel driver
|
||||
Group: User Interface/X Hardware Support
|
||||
|
||||
%description serial-support
|
||||
Files for enabling the wacom_w8001 kernel driver on Wacom
|
||||
ISDv4-compatible serial tablets. If enabled, the serial tablet's device node
|
||||
will be available as normal evdev node.
|
||||
|
||||
%files serial-support
|
||||
%license GPL
|
||||
%{_prefix}/lib/udev/rules.d/70-wacom.rules
|
||||
%{_bindir}/isdv4-serial-inputattach
|
||||
%{_unitdir}/wacom-inputattach@.service
|
||||
|
||||
%changelog
|
||||
* Tue Jan 16 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.35.99.1-2
|
||||
- Split the w8001 serial support bits out so we can install them independent
|
||||
of this driver.
|
||||
|
||||
* Wed Jan 10 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.35.99.1-1
|
||||
- wacom 0.35.99.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user