bot: rpm5 -> rpm4 (1)

This commit is contained in:
NixTux Commit Bot 2020-01-04 03:53:26 +03:00
parent d56a00cfc8
commit 24b47eb6d2

View file

@ -228,7 +228,7 @@ export CXXFLAGS='%{optflags} -fno-strict-aliasing'
# and add --with-cross-build=/path/to/icu
# disable bits and do unset TARGET twice, after configure
# and before makeinstall
%configure2_5x \
%configure \
%if !%{with crosscompile}
--with-library-bits=64else32 \
%endif
@ -241,7 +241,7 @@ export CXXFLAGS='%{optflags} -fno-strict-aliasing'
unset TARGET
%endif
%make
%make doc
%make_build doc
popd
@ -249,7 +249,7 @@ popd
%if %{with crosscompile}
unset TARGET
%endif
%makeinstall_std -C source
%make_install -C source
%if %{with tests}