[gtk-sharp2] Changing ppc64 to power64 macro

Brent Baude baude at fedoraproject.org
Sat May 24 01:23:12 UTC 2014


commit 8074f343aab2e61b50ecc98306dfa6b7cb9a605a
Author: Brent Baude <baude at us.ibm.com>
Date:   Fri May 23 20:23:02 2014 -0500

    Changing ppc64 to power64 macro

 gtk-sharp2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gtk-sharp2.spec b/gtk-sharp2.spec
index 51e661f..43a1a86 100644
--- a/gtk-sharp2.spec
+++ b/gtk-sharp2.spec
@@ -1,6 +1,6 @@
 Name:           gtk-sharp2
 Version:        2.12.11
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        GTK+ and GNOME bindings for Mono
 
 Group:          System Environment/Libraries
@@ -13,7 +13,7 @@ BuildRequires:  mono-devel gtk2-devel libglade2-devel monodoc
 BuildRequires:  automake, libtool
 
 # Mono only available on these:
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
+ExclusiveArch: %ix86 x86_64 ppc %{power64} ia64 %{arm} sparcv9 alpha s390x
 
 %description
 This package provides a library that allows you to build
@@ -105,6 +105,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_prefix}/lib/monodoc/sources/*
 
 %changelog
+* Sat May 24 2014 Brent Baude <baude at us.ibm.com> - 2.12.11-10
+- Changing ppc64 to power64 macro
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.12.11-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list