This commit is contained in:
Tom Callaway 2016-02-22 10:59:53 -05:00
parent 1a1ebda756
commit bdcfdc5e8e
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/gperftools-2.2.tar.gz
/gperftools-2.2.1.tar.gz
/gperftools-2.4.tar.gz
/gperftools-2.4.90.tar.gz

View File

@ -3,15 +3,13 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: gperftools
Version: 2.4
Release: 5%{?dist}
Version: 2.4.90
Release: 1%{?dist}
License: BSD
Group: Development/Tools
Summary: Very fast malloc and performance analysis tools
URL: http://code.google.com/p/gperftools/
Source0: https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/%{name}-%{version}.tar.gz
# https://code.google.com/p/gperftools/issues/detail?id=693
Patch0: gperftools-arm-has-futex.patch
ExcludeArch: s390 s390x
%ifnarch ppc %{power64}
BuildRequires: libunwind-devel
@ -58,7 +56,6 @@ Pprof is a heap and CPU profiler tool, part of the gperftools suite.
%prep
%setup -q
%patch0 -p1 -b .armfutex
# Fix end-of-line encoding
sed -i 's/\r//' README_windows.txt
@ -111,6 +108,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL
%{_libdir}/*.so.*
%changelog
* Mon Feb 22 2016 Tom Callaway <spot@fedoraproject.org> - 2.4.90-1
- update to 2.4.90
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
2171cea3bbe053036fb5d5d25176a160 gperftools-2.4.tar.gz
3d6e472cf0e51d3d12a5b1d24f856af0 gperftools-2.4.90.tar.gz