Name: godots Version: 1.4 Release: 1%{?dist} Summary: Godot version and project manager License: MIT URL: https://github.com/MakovWait/godots Source0: https://github.com/MakovWait/godots/releases/download/v%{version}.stable/LinuxX11.zip Source1: https://raw.githubusercontent.com/MakovWait/godots/72d4df0c668689086236b70996090588df21cfd7/icon.svg ExclusiveArch: x86_64 %global debug_package %{nil} %define _missing_build_ids_terminate_build 0 Requires: libX11 Requires: libXcursor Requires: libXinerama Requires: libXext Requires: libXrandr Requires: libXrender Requires: libXi Requires: alsa-lib Requires: pulseaudio-libs %description Godots is a lightweight desktop application for managing Godot Engine versions and projects. Download editors, keep multiple versions side-by-side, and organize your projects — all in one place. %prep %setup -q -c %build # Nothing to build - binary package %check # Nothing to check - binary package %install install -Dm755 Godots.x86_64 %{buildroot}%{_bindir}/godots install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/godots.svg install -Dm644 /dev/stdin %{buildroot}%{_datadir}/applications/godots.desktop << 'EOF' [Desktop Entry] Name=Godots Comment=Godot version and project manager Exec=godots Icon=godots Terminal=false Type=Application Categories=Development; EOF %files %{_bindir}/godots %{_datadir}/icons/hicolor/scalable/apps/godots.svg %{_datadir}/applications/godots.desktop %changelog * Wed Apr 29 2026 Ismail Ivanov - 1.4-1 - Initial packaging