From 25b25042b7b4284c31358cab837b899e0d8a5760 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 8 Feb 2014 11:07:17 +0000 Subject: [PATCH] Add PPC64 and aarch64 to the 64 bit architectures --- octave.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/octave.spec b/octave.spec index 5e07c4d..e1ec729 100644 --- a/octave.spec +++ b/octave.spec @@ -10,7 +10,7 @@ Name: octave Epoch: 6 Version: 3.8.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A high-level language for numerical computations Group: Applications/Engineering License: GPLv3+ @@ -209,7 +209,7 @@ do ARCH=\$(uname -m) case \$ARCH in -x86_64 | ia64 | s390x) LIB_DIR=/usr/lib64 +x86_64 | ia64 | s390x | aarch64 | ppc64) LIB_DIR=/usr/lib64 SECONDARY_LIB_DIR=/usr/lib ;; * ) @@ -291,6 +291,9 @@ fi %changelog +* Sat Feb 8 2014 Peter Robinson 6:3.8.0-6 +- Add PPC64 and aarch64 to the 64 bit architectures + * Sat Feb 1 2014 Orion Poplawski - 6:3.8.0-5 - Fix rpm macro install location