spec: Use make macros
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
This commit is contained in:
parent
04373e9a42
commit
1a1f716e8a
@ -21,10 +21,10 @@ the file system is full, then scrubbed as in 2).
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
%{make_install}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc DISCLAIMER COPYING
|
%doc DISCLAIMER COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user