forked from pool/pprof
Accepting request 879978 from home:jfkw:branches:devel:languages:go
New package required by gperftools OBS-URL: https://build.opensuse.org/request/show/879978 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/pprof?expand=0&rev=1
This commit is contained in:
commit
e40e2b0486
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/google/pprof.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">0.0.0+git%cd.%h</param>
|
||||
<param name="filename">pprof</param>
|
||||
<param name="revision">HEAD</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/google/pprof.git</param>
|
||||
<param name="changesrevision">cbba55b83ad56c9286566b96b0c82cead332b729</param></service></servicedata>
|
3
pprof-0.0.0+git20210226.cbba55b.tar.gz
Normal file
3
pprof-0.0.0+git20210226.cbba55b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e614833ac1c33083b68f4bcb657796d89e852d87bc1ddc4477bb10ca4cb12ce2
|
||||
size 1733949
|
4
pprof.changes
Normal file
4
pprof.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 18:15:25 UTC 2021 - gmbr3@opensuse.org
|
||||
|
||||
- Initial packaging 0.0.20210226
|
57
pprof.spec
Normal file
57
pprof.spec
Normal file
@ -0,0 +1,57 @@
|
||||
#
|
||||
# spec file for package pprof
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: pprof
|
||||
Version: 0.0.0+git20210226.cbba55b
|
||||
Release: 0
|
||||
Summary: CLI tool for visualization and analysis of profiling data
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Other
|
||||
Url: https://github.com/google/pprof
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang(API) >= 1.14
|
||||
|
||||
%description
|
||||
pprof reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data.
|
||||
It can generate both text and graphical reports (through the use of the dot visualization package).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -T -D -a 1
|
||||
|
||||
%build
|
||||
go build
|
||||
|
||||
%install
|
||||
install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
|
||||
|
||||
%check
|
||||
go test github.com/google/pprof/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md
|
||||
%doc CONTRIBUTORS
|
||||
%if 0%{?suse_version} < 1500
|
||||
%doc LICENSE
|
||||
%else
|
||||
%license LICENSE
|
||||
%endif
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
3
vendor.tar.gz
Normal file
3
vendor.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce1f55b560f457eac6ed410c23bf1cc91d27e5c22005dd65a132a08becfe3820
|
||||
size 1286319
|
Loading…
x
Reference in New Issue
Block a user