forked from pool/dwarves
- use https for url (and more beautification changes from spec-cleaner)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=66
This commit is contained in:
parent
9aca74399e
commit
092421e0ff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 14:05:24 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use https for url (and more beautification changes from spec-cleaner)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 10:28:25 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: DWARF utilities
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Debuggers
|
||||
URL: http://acmel.wordpress.com/
|
||||
URL: https://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://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.xz
|
||||
@ -32,13 +32,14 @@ Patch0: remove-ftrace-filter.patch
|
||||
Patch1: btf_encoder-fix-and-complete-filtering-out-zero-sized-per-CPU-variables.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libdw-devel >= 0.171
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: libebl-devel
|
||||
%endif
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
# Also known by its most prominent tool
|
||||
Provides: pahole = %version-%release
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: libebl-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
dwarves is a set of tools that use the DWARF debugging information
|
||||
|
Loading…
Reference in New Issue
Block a user