spec: Use make macros
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
This commit is contained in:
parent
11b54ced0e
commit
ac59e05733
@ -40,11 +40,11 @@ on POWER PC based systems.
|
|||||||
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
|
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%make_install
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{_sbindir}/vpdupdate &
|
%{_sbindir}/vpdupdate &
|
||||||
|
Loading…
Reference in New Issue
Block a user