[flickrnet] Replaced ppc64 arch with power64 macro

Brent Baude baude at fedoraproject.org
Sat May 24 01:08:43 UTC 2014


commit 00dd4cf9ca22cde468e29b13221352fac460c592
Author: Brent Baude <baude at us.ibm.com>
Date:   Fri May 23 20:08:32 2014 -0500

    Replaced ppc64 arch with power64 macro

 flickrnet.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/flickrnet.spec b/flickrnet.spec
index 1a4b882..3dfd8b6 100644
--- a/flickrnet.spec
+++ b/flickrnet.spec
@@ -2,7 +2,7 @@
 
 Name:           flickrnet
 Version:        2.2
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        .NET library to interact with the Flickr API
 Group:          Development/Libraries
 License:        LGPLv2
@@ -13,7 +13,7 @@ Source1:        flickrnet.pc
 Patch0:         assemblyinfo.patch
 BuildRequires:  mono-devel
 
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
+ExclusiveArch: %ix86 x86_64 ppc %{power64} ia64 %{arm} sparcv9 alpha s390x
 
 %description
 The Flickr.Net API is a .NET Library for interacting with the Flickr API. It 
@@ -56,6 +56,9 @@ install -m 0644 -p %{SOURCE1} %{buildroot}%{_libdir}/pkgconfig/
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat May 24 2014 Brent Baude <baude at us.ibm.com> - 2.2-14
+- Replaced ppc64 arch with power64 macro 
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list