[gperftools] Replacing ppc64 with the power64 macro (#1077632)

Jaromír Cápík jcapik at fedoraproject.org
Tue May 13 18:36:20 UTC 2014


commit fd279e35f67ca4973c248d130041c8f9e36d96fd
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue May 13 20:35:04 2014 +0200

    Replacing ppc64 with the power64 macro (#1077632)

 gperftools.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gperftools.spec b/gperftools.spec
index 7a11b84..d875384 100644
--- a/gperftools.spec
+++ b/gperftools.spec
@@ -4,14 +4,14 @@
 
 Name:		gperftools
 Version:	2.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Very fast malloc and performance analysis tools
 URL:		http://code.google.com/p/gperftools/
 Source0:	http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz
-ExclusiveArch:	%{ix86} x86_64 ppc ppc64 %{arm}
-%ifnarch ppc ppc64
+ExclusiveArch:	%{ix86} x86_64 ppc %{power64} %{arm}
+%ifnarch ppc %{power64}
 BuildRequires:	libunwind-devel
 %endif
 BuildRequires:	autoconf, automake, libtool
@@ -111,6 +111,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL
 %{_libdir}/*.so.*
 
 %changelog
+* Tue May 13 2014 Jaromir Capik <jcapik at redhat.com> - 2.1-5
+- Replacing ppc64 with the power64 macro (#1077632)
+
 * Sat Jan  4 2014 Tom Callaway <spot at fedoraproject.org> - 2.1-4
 - re-enable FORTIFY_SOURCE
 


More information about the scm-commits mailing list