Name: joystickwake Version: 0.0.git.69.8bec3a5e Release: 1%{?dist} Summary: A joystick-aware screen waker License: MIT URL: https://github.com/KyleGospo/joystickwake Source: joystickwake-8bec3a5e.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description A joystick-aware screen waker # Disable debug packages %define debug_package %{nil} %prep %setup -T -b 0 -q -n joystickwake %build %py3_build %install %py3_install mkdir -p %{buildroot}%{_mandir}/man1/ %files %license LICENSE %{python3_sitelib}/%{name}-*.egg-info/ %{_bindir}/%{name} %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog