forked from pool/dwarves
download required libbpf
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=29
This commit is contained in:
parent
bc2db24a70
commit
1f6a18bce7
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/libbpf/libbpf</param>
|
||||
<param name="revision">816253000e918f22e3b395d1bf743503d3508b41</param>
|
||||
<param name="versionformat">0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
@ -26,7 +26,8 @@ Url: http://acmel.wordpress.com/
|
||||
#Git-Clone: git://git.kernel.org/pub/scm/devel/pahole/pahole
|
||||
#Git-Web: http://git.kernel.org/cgit/devel/pahole/pahole.git
|
||||
Source: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-%version.tar.gz
|
||||
Source2: baselibs.conf
|
||||
Source2: libbpf-0.tar.xz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libdw-devel >= 0.142
|
||||
BuildRequires: libebl-devel
|
||||
@ -79,7 +80,8 @@ This package contains the development files for libdwarves, a library
|
||||
for processing DWARF, a debugging data format for ELF files.
|
||||
|
||||
%prep
|
||||
%setup -qn pahole-%version
|
||||
%setup -qn pahole-%version -a2
|
||||
mv libbpf-0/* lib/bpf/
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
3
libbpf-0.tar.xz
Normal file
3
libbpf-0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8919e310ea250466c3ea1a33c6cb77df1ee983770a6e4aa8b70ba25db8ebb5c
|
||||
size 104312
|
Loading…
Reference in New Issue
Block a user