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
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
%{make_install}
|
||||
|
||||
%files
|
||||
%doc DISCLAIMER COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user