Erico Mendonca 2025-03-08 19:27:59 +00:00 committed by Git OBS Bridge
parent e026e94ae2
commit c8ced5a3f9

View File

@ -63,6 +63,10 @@ tar -C src -xvzf %{SOURCE0}
%build
cd build
# reproducible builds: https://sourceforge.net/p/oorexx/bugs/1712/
setarch -R
# FIXME: you should use the %%cmake macros
cmake -S ../src -DORX_REXXPATH=%{_rexxpath} -DORX_SHEBANG=%{_bindir}/rexx -DBUILD_RPM=1 -DCMAKE_INSTALL_PREFIX=%{_prefix}
%make_build -O -j 2