|
|
@ -24,10 +24,10 @@ and provides a fast way to see what directories are using your disk space.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_mandir}/man1/ncdu.1*
|
|
|
|
%{_mandir}/man1/ncdu.1*
|
|
|
@ -38,6 +38,7 @@ make install DESTDIR=%{buildroot}
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Dec 30 2022 Todd Zullinger <tmz@pobox.com> - 1.18-3
|
|
|
|
* Fri Dec 30 2022 Todd Zullinger <tmz@pobox.com> - 1.18-3
|
|
|
|
- verify upstream signatures in %%prep
|
|
|
|
- verify upstream signatures in %%prep
|
|
|
|
|
|
|
|
- use %%make_build and %%make_install macros
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 27 2022 Richard Fearn <richardfearn@gmail.com> - 1.18-2
|
|
|
|
* Tue Dec 27 2022 Richard Fearn <richardfearn@gmail.com> - 1.18-2
|
|
|
|
- Use SPDX license identifier
|
|
|
|
- Use SPDX license identifier
|
|
|
|