diff --git a/ncdu.spec b/ncdu.spec index dfb882d..3ca4c60 100644 --- a/ncdu.spec +++ b/ncdu.spec @@ -1,5 +1,5 @@ Name: ncdu -Version: 1.16 +Version: 2.2.2 Release: 1mamba Summary: A disk usage analyzer with an ncurses interface, aimed to be run on a remote server Group: System/Tools @@ -13,6 +13,7 @@ License: MIT BuildRequires: glibc-devel BuildRequires: libncurses-devel ## AUTOBUILDREQ-END +BuildRequires: zig %description A disk usage analyzer with an ncurses interface, aimed to be run on a remote server where you don't have an entire gaphical setup, but have to do with a simple SSH connection. ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed. @@ -23,12 +24,11 @@ A disk usage analyzer with an ncurses interface, aimed to be run on a remote ser %setup -q %build -%configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%makeinstall PREFIX=%{buildroot}%{_prefix} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -37,9 +37,12 @@ A disk usage analyzer with an ncurses interface, aimed to be run on a remote ser %defattr(-,root,root) %{_bindir}/ncdu %{_mandir}/man1/ncdu.1* -%doc COPYING +%doc LICENSES %changelog +* Sun Mar 19 2023 Automatic Build System 2.2.2-1mamba +- automatic version update by autodist + * Sat Jul 03 2021 Automatic Build System 1.16-1mamba - automatic version update by autodist