diff --git a/sbt.spec b/sbt.spec index 41a4c7ab7264785e8ede052257d4d1bae04ac25a..f19a41274e0ee6bf0c511e08594b6f5d6906e9c4 100644 --- a/sbt.spec +++ b/sbt.spec @@ -45,7 +45,7 @@ Name: sbt Version: %{sbt_version} -Release: 3 +Release: 4 Summary: The simple build tool for Scala and Java projects BuildArch: noarch @@ -366,7 +366,10 @@ sed -i -e 's/"-dontnote",/"-dontnote", "-dontshrink", "-dontoptimize",/g' projec sed -i -e 's/mapLibraryJars.all filterNot in[.]toSet./mapLibraryJars(all.map {f => new java.io.File(f.getCanonicalPath())} filterNot in.map {f => new java.io.File(f.getCanonicalPath())}.toSet)/g' project/Proguard.scala %build - +%if "%{_arch}" == "riscv64" +function keepalive() { while true; do sleep 3500; date; done } +keepalive & +%endif export SBT_IVY_DIR=$PWD/ivy-local export SBT_BOOT_DIR=$PWD/sbt-boot-dir export SBT_BOOT_PROPERTIES=rpmbuild-sbt.boot.properties @@ -477,6 +480,9 @@ done %doc README.md LICENSE NOTICE %changelog +* Fri Mar 1 2024 liyanan zke_012020 - 0.13.1-4 +- Update spec for riscv64 + * Tue May 10 2022 liyanan - 0.13.1-3 - License compliance rectification