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
|
Name: ncdu
|
||||||
Version: 1.16
|
Version: 2.2.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A disk usage analyzer with an ncurses interface, aimed to be run on a remote server
|
Summary: A disk usage analyzer with an ncurses interface, aimed to be run on a remote server
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -13,6 +13,7 @@ License: MIT
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: zig
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall PREFIX=%{buildroot}%{_prefix}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ncdu
|
%{_bindir}/ncdu
|
||||||
%{_mandir}/man1/ncdu.1*
|
%{_mandir}/man1/ncdu.1*
|
||||||
%doc COPYING
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 03 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user