%global desc %{expand: \ The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom tablets under the Linux operating system. The project consist of this driver (input-wacom), xf86-input-wacom and libwacom. Our drivers are included in most major Linux distributions and provide out-of-the box support for a wide variety of Wacom tablets and component devices. } Name: input-wacom Version: 0.45.0 Release: 1%{?dist} Summary: Linux kernel driver for Wacom devices License: GPLV3 URL: https://github.com/linuxwacom/%{name} Source0: https://github.com/linuxwacom/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 BuildRequires: kernel-devel-uname-r BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake Requires: rcs Requires: byacc Requires: cscope Requires: indent Requires: intltool %description %{desc} %prep %autosetup %build %configure %make_build %install if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && make install || echo "Build Failed" %clean rm -rf $RPM_BUILD_ROOT %make_install %files %license %doc inputattach/README %changelog * Mon May 4 2020 Victor Tejada Yau -