%global debug_package %{nil} Name: topgrade Version: 16.0.4 Release: %autorelease Summary: Upgrade all the things License: GPL-3.0-or-later URL: https://github.com/topgrade-rs/topgrade Source: https://github.com/topgrade-rs/topgrade/archive/refs/tags/v%{version}.tar.gz BuildRequires: rust BuildRequires: cargo %description Topgrade is a tool that keeps your system up to date by invoking multiple package managers. It detects which tools you use and runs the appropriate commands to update them. %prep %autosetup %build %cargo_build %install %cargo_install %check %{buildroot}%{_bindir}/topgrade --version %files %doc README.md %license LICENSE %cargo_license %{_bindir}/topgrade %changelog %autochangelog