Enable ARM as a supported arch

This commit is contained in:
Peter Robinson 2012-02-20 15:14:33 +00:00
parent 17578e4d23
commit 92db1ce8ca
1 changed files with 5 additions and 2 deletions

View File

@ -2,14 +2,14 @@
Name: gperftools Name: gperftools
Version: 2.0 Version: 2.0
Release: 4%{?dist} Release: 5%{?dist}
License: BSD License: BSD
Group: Development/Tools Group: Development/Tools
Summary: Very fast malloc and performance analysis tools Summary: Very fast malloc and performance analysis tools
URL: http://code.google.com/p/gperftools/ URL: http://code.google.com/p/gperftools/
Source0: http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz Source0: http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz
# ppc64 still broken, bz 238390 # ppc64 still broken, bz 238390
ExclusiveArch: %{ix86} x86_64 ppc ExclusiveArch: %{ix86} x86_64 ppc %{arm}
%ifnarch ppc ppc64 %ifnarch ppc ppc64
BuildRequires: libunwind-devel BuildRequires: libunwind-devel
%endif %endif
@ -102,6 +102,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
%{_libdir}/*.so.* %{_libdir}/*.so.*
%changelog %changelog
* Mon Feb 20 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0-5
- Enable ARM as a supported arch
* Thu Feb 16 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-4 * Thu Feb 16 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-4
- fix bug in -devel Requires - fix bug in -devel Requires