Name: fedora-update-helper Version: 0.2 Release: 1%{?dist} Summary: Interactive DNF update and cleanup helper License: GPL-3.0-or-later URL: https://gitlab.com/Xariann/fedora-tools Source0: fedora-update-helper.sh Source1: fedora-update-helper.desktop BuildArch: noarch Requires: dnf %description Interactive helper that checks for updates, runs dnf upgrade, autoremove and cache cleanup, and is accessible from the desktop menu. %prep # Nothing to unpack; sources are just copied in. %build # Nothing to build for a simple script. %install rm -rf %{buildroot} install -D -m 0755 %{SOURCE0} \ %{buildroot}%{_bindir}/fedora-update-helper install -D -m 0644 %{SOURCE1} \ %{buildroot}%{_datadir}/applications/fedora-update-helper.desktop %files %{_bindir}/fedora-update-helper %{_datadir}/applications/fedora-update-helper.desktop %changelog * Tue Dec 23 2025 Xariann - 0.2-1 - Build directly from git checkout, list script and desktop as sources