update to svn r190
This commit is contained in:
parent
01e2931b27
commit
2328b87956
8016
gperftools-svn-r190.patch
Normal file
8016
gperftools-svn-r190.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,12 +2,14 @@
|
||||
|
||||
Name: gperftools
|
||||
Version: 2.0
|
||||
Release: 5%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Tools
|
||||
Summary: Very fast malloc and performance analysis tools
|
||||
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}
|
||||
%ifnarch ppc ppc64
|
||||
@ -50,6 +52,7 @@ Pprof is a heap and CPU profiler tool, part of the gperftools suite.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .svn-r190
|
||||
|
||||
# Fix end-of-line encoding
|
||||
sed -i 's/\r//' README_windows.txt
|
||||
@ -102,6 +105,18 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 1 2013 Tom Callaway <spot@fedoraproject.org> - 2.0-9
|
||||
- update to svn r190 (because google can't make releases)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Aug 3 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-7
|
||||
- fix compile with glibc 2.16
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Feb 20 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0-5
|
||||
- Enable ARM as a supported arch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user