## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec Name: opengamepadui Version: 0.42.3 Release: 3%{?dist} Summary: A free and open source game launcher and overlay written using the Godot Game Engine 4 designed with a gamepad native experience in mind License: GPL-3.0-only URL: https://github.com/ShadowBlip/OpenGamepadUI Patch0: fedora.patch Patch1: 0001-Rename-Logger-class-to-OGUILogger-for-compatibility-.patch Patch2: 496.patch ExcludeArch: %{ix86} Requires: gamescope BuildRequires: make BuildRequires: cargo BuildRequires: git BuildRequires: godot BuildRequires: wget BuildRequires: systemd-rpm-macros %description A free and open source game launcher and overlay written using the Godot Game Engine 4 designed with a gamepad native experience in mind %define debug_package %{nil} %define _build_id_links none %prep git clone %{URL} cd OpenGamepadUI git checkout v%{version} patch -Np1 < %{PATCH0} patch -Np1 < %{PATCH1} patch -Np1 < %{PATCH2} %build cd OpenGamepadUI make install PREFIX=%{buildroot}%{_prefix} INSTALL_PREFIX=%{_prefix} %files %{_bindir}/%{name} %{_datadir}/%{name}/*.so %{_datadir}/%{name}/reaper %{_datadir}/%{name}/scripts/* %{_datadir}/%{name}/opengamepad-ui.x86_64 %{_datadir}/%{name}/opengamepad-ui.pck %{_datadir}/applications/%{name}.desktop %{_datadir}/polkit-1/actions/* %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_userunitdir}/* %changelog ## START: Generated by rpmautospec * Fri Jan 02 2026 John Doe - 0.42.3-1 - Uncommitted changes ## END: Generated by rpmautospec