!29 Remove the dependency of the main package and pprof
From: @liusirui91 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
This commit is contained in:
commit
8dba75199a
@ -1,6 +1,6 @@
|
|||||||
Name: gperftools
|
Name: gperftools
|
||||||
Version: 2.9.1
|
Version: 2.9.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: high-performance malloc and performance analysis tools
|
Summary: high-performance malloc and performance analysis tools
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -16,8 +16,7 @@ Patch9002: avoid-exceed-int-range.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
|
||||||
|
|
||||||
@ -50,6 +49,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}
|
||||||
@ -107,6 +107,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-3
|
||||||
|
- remove the dependency of the main package and pprof
|
||||||
|
|
||||||
* Fri Dec 3 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.9.1-2
|
* Fri Dec 3 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.9.1-2
|
||||||
- rebuild package
|
- rebuild package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user