Add support for RISC-V (riscv64)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-06-20 11:51:58 +02:00
parent c1e8f566e9
commit 39c85d7016
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 5 additions and 2 deletions

View File

@ -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 <david.abdurachmanov@gmail.com> - 6:4.2.2-3.0.riscv64
- Add support for RISC-V (riscv64)
* Sun Jun 17 2018 Orion Poplawski <orion@nwra.com> - 6:4.2.2-3
- Add requires hicolor-icon-theme
- Use make macros