bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 15:22:37 +03:00
parent c0ab5f388f
commit 6e89611fb0

View file

@ -240,8 +240,8 @@ export CXXFLAGS='%{optflags} -fno-strict-aliasing'
%if %{with crosscompile}
unset TARGET
%endif
%make_build
%make_build doc
%make
%make doc
popd
@ -249,7 +249,7 @@ popd
%if %{with crosscompile}
unset TARGET
%endif
%make_install -C source
%makeinstall_std -C source
%if %{with tests}