From 39c85d70166b0ec24e193fb0d016ecddbfd7296a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 20 Jun 2018 11:51:58 +0200 Subject: [PATCH] Add support for RISC-V (riscv64) Signed-off-by: David Abdurachmanov --- octave.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/octave.spec b/octave.spec index 720322f..ff2512b 100644 --- a/octave.spec +++ b/octave.spec @@ -21,7 +21,7 @@ Name: octave Epoch: 6 Version: 4.2.2 -Release: 3%{?rcver:.rc%{rcver}}%{?dist} +Release: 3%{?rcver:.rc%{rcver}}.0.riscv64%{?dist} Summary: A high-level language for numerical computations License: GPLv3+ URL: http://www.octave.org @@ -334,7 +334,7 @@ do ARCH=\$(uname -m) case \$ARCH in -x86_64 | ia64 | s390x | aarch64 | ppc64 | ppc64le) LIB_DIR=/usr/lib64 +x86_64 | ia64 | s390x | aarch64 | ppc64 | ppc64le | riscv64) LIB_DIR=/usr/lib64 SECONDARY_LIB_DIR=/usr/lib ;; * ) @@ -441,6 +441,9 @@ fi %{_pkgdocdir}/refcard*.pdf %changelog +* Wed Jun 20 2018 David Abdurachmanov - 6:4.2.2-3.0.riscv64 +- Add support for RISC-V (riscv64) + * Sun Jun 17 2018 Orion Poplawski - 6:4.2.2-3 - Add requires hicolor-icon-theme - Use make macros