automatic version update by autodist [release 2.2.2-1mamba;Sun Mar 19 2023]
This commit is contained in:
parent
7ec94dc339
commit
e03cf644e8
11
ncdu.spec
11
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 <autodist@mambasoft.it> 2.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 03 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user