From c8ced5a3f9cd79e35f8cf60f312870993080d2acbd832bf3f0aee7ee55d9d5e9 Mon Sep 17 00:00:00 2001 From: Erico Mendonca Date: Sat, 8 Mar 2025 19:27:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/ooRexx?expand=0&rev=192 --- ooRexx.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ooRexx.spec b/ooRexx.spec index b017a76..da3c235 100644 --- a/ooRexx.spec +++ b/ooRexx.spec @@ -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