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://github.com/Xarianne Source0: fedora-update-helper.tar.gz 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 %setup -q -n fedora-update-helper %build # Nothing to build for a simple script. %install rm -rf %{buildroot} install -D -m 0755 fedora-update-helper.sh \ %{buildroot}%{_bindir}/fedora-update-helper install -D -m 0644 fedora-update-helper.desktop \ %{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.1-1 - Initial package