Remove the dependency of the main package and pprof
(cherry picked from commit 9c5d22cc0f60f0b3ab941491e4d67f91b66068b4)
This commit is contained in:
parent
28d9a431d0
commit
fbbed847c2
@ -1,6 +1,6 @@
|
|||||||
Name: gperftools
|
Name: gperftools
|
||||||
Version: 2.9.1
|
Version: 2.9.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: high-performance malloc and performance analysis tools
|
Summary: high-performance malloc and performance analysis tools
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -18,8 +18,7 @@ Patch9005: Continue-to-release-span-until-the-end-of-one-round.patch
|
|||||||
|
|
||||||
BuildRequires: autoconf automake gcc-c++
|
BuildRequires: autoconf automake gcc-c++
|
||||||
BuildRequires: libtool libunwind-devel perl-generators
|
BuildRequires: libtool libunwind-devel perl-generators
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: pprof = %{version}-%{release}
|
|
||||||
|
|
||||||
ExcludeArch: s390
|
ExcludeArch: s390
|
||||||
|
|
||||||
@ -52,6 +51,7 @@ thread-caching malloc() which provides by google and gperftools.
|
|||||||
%package -n pprof
|
%package -n pprof
|
||||||
Summary: Analyzes CPU and heap profiles tools
|
Summary: Analyzes CPU and heap profiles tools
|
||||||
Requires: gv graphviz perl
|
Requires: gv graphviz perl
|
||||||
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: pprof = %{version}-%{release}
|
Provides: pprof = %{version}-%{release}
|
||||||
Provides: google-perftools = %{version}-%{release}
|
Provides: google-perftools = %{version}-%{release}
|
||||||
@ -109,6 +109,9 @@ LD_LIBRARY_PATH=./.libs make check
|
|||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 28 2022 liusirui <liusirui@huawei.com> - 2.9.1-4
|
||||||
|
- remove the dependency of the main package and pprof
|
||||||
|
|
||||||
* Tue Jan 11 2021 QingqingLi <liqingqing3@huawei.com> - 2.9.1-3
|
* Tue Jan 11 2021 QingqingLi <liqingqing3@huawei.com> - 2.9.1-3
|
||||||
- continue to release span until the end of one round
|
- continue to release span until the end of one round
|
||||||
- use %{?_smp_mflags} to build
|
- use %{?_smp_mflags} to build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user