%define long_commit 8550ab26a712b7f5f6d0947070181446b9de61fd %define short_commit 8550ab2 Name: steamtinkerlaunch Version: 12.12^20250714g%{short_commit} 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/%{long_commit}.zip 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}-%{long_commit} sed -i 's/.*sed.*//g' Makefile sed -i 's/.*doc.*//g' Makefile %build # Nothing to build %install %make_install PREFIX=%{buildroot}%{_prefix} %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %changelog %autochangelog