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