[google-perftools] switch to ExclusiveArch

Dan Horák sharkcz at fedoraproject.org
Fri Mar 11 14:14:55 UTC 2011


commit 578482c7d9a2a3133c97c12174feef53aba6febf
Author: Dan Horák <dan at danny.cz>
Date:   Fri Mar 11 15:14:48 2011 +0100

    switch to ExclusiveArch

 google-perftools.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/google-perftools.spec b/google-perftools.spec
index 95c797d..9ce49ed 100644
--- a/google-perftools.spec
+++ b/google-perftools.spec
@@ -1,6 +1,6 @@
 Name:		google-perftools
 Version:	1.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Very fast malloc and performance analysis tools
@@ -9,8 +9,8 @@ Source0:	http://google-perftools.googlecode.com/files/google-perftools-%{version
 # http://code.google.com/p/google-perftools/issues/detail?id=309
 Patch0:		google-perftools-1.7-broken-comment-style.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# Still broken, bz 238390
-ExcludeArch:	ppc64
+# ppc64 still broken, bz 238390
+ExclusiveArch:	%{ix86} x86_64 ppc
 %ifnarch ppc ppc64
 BuildRequires:	libunwind-devel
 %endif
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Mar 11 2011 Dan Horák <dan[at]danny.cz> - 1.7-2
+- switch to ExclusiveArch
+
 * Fri Feb 18 2011 Tom Callaway <spot at fedoraproject.org> - 1.7-1
 - update to 1.7
 


More information about the scm-commits mailing list