Name: purge-command Version: 1.4 Release: 1%{?dist} Summary: This is a plugin for DNF that is similar to the apt purge functionality License: GPLv3+ URL: https://github.com/acidburnmonkey/dnf-purge-command Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: bash python3 BuildRequires: bash python3 %description This is a plugin for DNF that aims to bring the apt purge functionality to fedora. It calls for uninstall normally , then checks for leftover files on user's home directory %prep %setup -c -T -q tar -xzf %{SOURCE0} %build %install mkdir -p %{buildroot}/usr/bin cp -a the-purge.py %{buildroot}/usr/bin/purge # Copy the script to the build root directory cp -a the-purge.py /usr/bin/purge %files /usr/bin/purge %changelog * Sat Dec 30 2024 acidburnmonkey acidburnmonkey@gmail.com - 1.0-2 - dnf5 hot fix