Name: bdu Version: 0.0.1 Release: 1%{?dist} Summary: Multithreaded disk usage analyzer inspired by the classic "du" command, written from scratch. License: GPL-2.0 URL: https://github.com/raczzoli/bdu Source0: https://github.com/raczzoli/bdu/releases/download/0.01/%{name}-%{version}.tar.gz BuildRequires: gcc make %description Multithreaded disk usage analyzer inspired by the classic "du" command, written from scratch. %prep %autosetup %build %make_build %install %make_install %files %{_bindir}/%{name} %changelog * Wed Apr 16 2025 David Horvath - 0.0.1 - First version