disable libunwind BR on EPEL

This commit is contained in:
Tom Callaway 2012-02-14 15:27:45 -05:00
parent 81455006fa
commit 6d58adf5aa
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: gperftools
Version: 2.0
Release: 3%{?dist}
Release: 3%{?dist}.1
License: BSD
Group: Development/Tools
Summary: Very fast malloc and performance analysis tools
@ -11,7 +11,7 @@ Source0: http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz
# ppc64 still broken, bz 238390
ExclusiveArch: %{ix86} x86_64 ppc
%ifnarch ppc ppc64
BuildRequires: libunwind-devel
# BuildRequires: libunwind-devel
%endif
%description
@ -102,6 +102,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
%{_libdir}/*.so.*
%changelog
* Tue Feb 14 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-3.1
- disable libunwind-devel BR on EPEL
* Tue Feb 14 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-3
- pprof doesn't actually need gperftools-libs