-
Notifications
You must be signed in to change notification settings - Fork 2
PF8
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ edited this page Jun 23, 2024
·
5 revisions
Checks build
, install
and check
scriptlets for using make
which can be simplified.
%build
make -j2
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%build
%{__make} %{?_smp_mflags}
%install
rm -rf %{buildroot}
%{make_install}