jreznik pushed to arts (epel7). "- multilib (sparc) fixes"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:11:18 UTC 2015


>From 5ea0ae7f7216a681345a4a60a8f41baef3b07d5c Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Mon, 29 Sep 2008 16:39:24 +0000
Subject: - multilib (sparc) fixes


diff --git a/arts.spec b/arts.spec
index 6e2ba2d..29cc25c 100644
--- a/arts.spec
+++ b/arts.spec
@@ -1,7 +1,7 @@
 
 %define _default_patch_fuzz 2
 
-%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparc sparc64
+%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
 
 %define final 1 
 %define make_cvs 1
@@ -27,7 +27,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.10
-Release: 1%{?dist}.1
+Release: 2%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -207,6 +207,9 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Mon Sep 29 2008 Rex Dieter <rdieter at fedoraproject.org> 8:1.5.10-2
+- multilib (sparc) fixes
+
 * Tue Sep 02 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 8:1.5.10-1.1
 - fix qt-devel dependency on F8
 
diff --git a/gslconfig-wrapper.h b/gslconfig-wrapper.h
index b20ee53..68af041 100644
--- a/gslconfig-wrapper.h
+++ b/gslconfig-wrapper.h
@@ -15,7 +15,7 @@
 #include "gslconfig-s390x.h"
 #elif defined(__s390__)
 #include "gslconfig-s390.h"
-#elif defined(__sparc64__)
+#elif defined(__sparc__) && defined (__arch64__)
 #include "gslconfig-sparc64.h"
 #elif defined(__sparc__)
 #include "gslconfig-sparc.h"
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=5ea0ae7f7216a681345a4a60a8f41baef3b07d5c


More information about the scm-commits mailing list