Compare commits
4 Commits
2.7-1mamba
...
2.10-1mamb
Author | SHA1 | Date | |
---|---|---|---|
b34eec147e | |||
9c35096415 | |||
2e9f938b0c | |||
4b09e5f62f |
@ -1,27 +1,26 @@
|
||||
Name: gperftools
|
||||
Version: 2.7
|
||||
Version: 2.10
|
||||
Release: 1mamba
|
||||
Summary: A collection of a high-performance multi-threaded malloc() implementation
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/gperftools/gperftools.git
|
||||
URL: https://github.com/gperftools/gperftools
|
||||
## GITSOURCE https://github.com/gperftools/gperftools.git gperftools-2.7
|
||||
Source: https://github.com/gperftools/gperftools.git/gperftools-%{version}/gperftools-%{version}.tar.bz2
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.
|
||||
@ -66,6 +65,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pprof
|
||||
%{_bindir}/pprof-symbolize
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -98,5 +98,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc ChangeLog ChangeLog.old NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Wed Jun 01 2022 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 11 2020 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Reference in New Issue
Block a user