From a5de140a3cc199ceb0b745a910713db3656a8bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 14 Mar 2013 18:49:48 +0100 Subject: [PATCH] build on ppc64 as well --- gperftools.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gperftools.spec b/gperftools.spec index e969411..7046ecb 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -2,7 +2,7 @@ Name: gperftools Version: 2.0 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Development/Tools Summary: Very fast malloc and performance analysis tools @@ -10,8 +10,7 @@ URL: http://code.google.com/p/gperftools/ Source0: http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz # Update to latest svn, since google forgets how to make releases Patch0: gperftools-svn-r190.patch -# ppc64 still broken, bz 238390 -ExclusiveArch: %{ix86} x86_64 ppc %{arm} +ExclusiveArch: %{ix86} x86_64 ppc ppc64 %{arm} %ifnarch ppc ppc64 BuildRequires: libunwind-devel %endif @@ -105,6 +104,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL %{_libdir}/*.so.* %changelog +* Thu Mar 14 2013 Dan HorĂ¡k - 2.0-10 +- build on ppc64 as well + * Fri Mar 1 2013 Tom Callaway - 2.0-9 - update to svn r190 (because google can't make releases)