Power64 has libunwind now
This commit is contained in:
parent
823a4bb53c
commit
2d12dacdc3
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1 @@
|
|||||||
/gperftools-2.0.tar.gz
|
/gperftools-*.tar.gz
|
||||||
/gperftools-2.2.tar.gz
|
|
||||||
/gperftools-2.2.1.tar.gz
|
|
||||||
/gperftools-2.4.tar.gz
|
|
||||||
/gperftools-2.4.90.tar.gz
|
|
||||||
/gperftools-2.4.91.tar.gz
|
|
||||||
/gperftools-2.5.tar.gz
|
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
|
|
||||||
Name: gperftools
|
Name: gperftools
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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: https://github.com/gperftools/gperftools
|
URL: https://github.com/gperftools/gperftools
|
||||||
Source0: https://github.com/gperftools/gperftools/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/gperftools/gperftools/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
%ifnarch ppc %{power64}
|
|
||||||
BuildRequires: libunwind-devel
|
BuildRequires: libunwind-devel
|
||||||
%endif
|
|
||||||
Requires: gperftools-devel = %{version}-%{release}
|
Requires: gperftools-devel = %{version}-%{release}
|
||||||
Requires: pprof = %{version}-%{release}
|
Requires: pprof = %{version}-%{release}
|
||||||
|
|
||||||
@ -108,6 +107,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.5-2
|
||||||
|
- Power64 has libunwind now
|
||||||
|
|
||||||
* Tue Apr 26 2016 Tom Callaway <spot@fedoraproject.org> - 2.5-1
|
* Tue Apr 26 2016 Tom Callaway <spot@fedoraproject.org> - 2.5-1
|
||||||
- update to 2.5
|
- update to 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user