Name: steamtinkerlaunch Version: 12.12 Release: 1%{?dist} Summary: Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs. License: GPL-3.0 URL: https://github.com/sonic2kk/steamtinkerlaunch Source: %{url}/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: sed Requires: gawk Requires: bash Requires: git Requires: make Requires: ripgrep Requires: unzip Requires: wget Requires: xdotool Requires: xprop Requires: xrandr Requires: xxd Requires: xwininfo Requires: yad >= 7.2 %description Steam Tinker Launch is a versatile Linux wrapper tool for use with the Steam client which allows for easy graphical configuration of game tools, such as GameScope, MangoHud, modding tools and a bunch more. It supports both games using Proton and native Linux games, and works on both X11 and Wayland. %prep %autosetup -n %{name}-%{version} # Let RPM handle the doc files sed -i 's/.*doc.*//g' Makefile %build # Nothing to build %install %make_install %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %changelog %autochangelog