[rcssmonitor/f21] fix libdir on ppc64le

Karsten Hopp karsten at fedoraproject.org
Tue Sep 9 15:45:49 UTC 2014


commit c4f2044b5c89db9fcaf468d5a0bdc0af5b3a60ca
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Sep 9 17:46:33 2014 +0200

    fix libdir on ppc64le

 rcssmonitor.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rcssmonitor.spec b/rcssmonitor.spec
index b775c51..9432f31 100644
--- a/rcssmonitor.spec
+++ b/rcssmonitor.spec
@@ -1,6 +1,6 @@
 Name:           rcssmonitor
 Version:        15.1.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        RoboCup 2D Soccer Simulator Monitor
 
 Group:          Applications/System
@@ -31,8 +31,8 @@ sed -i.lib \
     -e 's|\$ac_boost_path/lib|\$libdir|' \
     -e 's|$ac_boost_path_tmp/lib|\$libdir|' \
     m4/ax_boost_base.m4
-sed -i.aarch64 \
-    "s|-o \$ax_arch = ppc64|-o \$ax_arch = aarch64 -o \$ax_arch = ppc64|" \
+sed -i.newarchs \
+    "s|-o \$ax_arch = ppc64|-o \$ax_arch = aarch64 -o \$ax_arch = ppc64 -o \$ax_arch = ppc64le|" \
     m4/ax_boost_base.m4
 sed -i.nostatic \
     -e 's|--static||g' m4/qt.m4
@@ -64,6 +64,9 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
+* Tue Sep 09 2014 Karsten Hopp <karsten at redhat.com> 15.1.1-6
+- fix libdir on ppc64le
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 15.1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list