From 57acafc65cf0639631799e9e58a3e3f8f3f8508b Mon Sep 17 00:00:00 2001 From: zke <19966422680@163.com> Date: Fri, 23 Feb 2024 23:14:03 +0800 Subject: [PATCH] update spec for riscv64 --- apache-mime4j.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apache-mime4j.spec b/apache-mime4j.spec index a4b0ebd..ad0281f 100644 --- a/apache-mime4j.spec +++ b/apache-mime4j.spec @@ -1,6 +1,6 @@ Name: apache-mime4j Version: 0.8.7 -Release: 1 +Release: 2 Summary: Apache JAMES Mime4j License: ASL 2.0 and Artistic URL: http://james.apache.org/mime4j @@ -36,6 +36,9 @@ for p in core dom storage; do done %build +%ifarch riscv64 +export JAVA_TOOL_OPTIONS="-Xmx4096m" +%endif %mvn_build %install @@ -49,6 +52,9 @@ done %license LICENSE NOTICE %changelog +* Fri Feb 23 2024 zke_012020 - 0.8.7-2 +- Update spec for riscv64 + * Wed Dec 13 2023 Ge Wang - 0.8.7-1 - Upgrade to version 0.8.7 -- Gitee