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>
|
Tue Jun 1 10:28:25 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Development/Tools/Debuggers
|
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-Clone: git://git.kernel.org/pub/scm/devel/pahole/pahole
|
||||||
#Git-Web: http://git.kernel.org/cgit/devel/pahole/pahole.git
|
#Git-Web: http://git.kernel.org/cgit/devel/pahole/pahole.git
|
||||||
Source: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.xz
|
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
|
Patch1: btf_encoder-fix-and-complete-filtering-out-zero-sized-per-CPU-variables.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libdw-devel >= 0.171
|
BuildRequires: libdw-devel >= 0.171
|
||||||
%if 0%{?suse_version} < 1550
|
|
||||||
BuildRequires: libebl-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
# Also known by its most prominent tool
|
# Also known by its most prominent tool
|
||||||
Provides: pahole = %version-%release
|
Provides: pahole = %version-%release
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
BuildRequires: libebl-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
dwarves is a set of tools that use the DWARF debugging information
|
dwarves is a set of tools that use the DWARF debugging information
|
||||||
|
Loading…
Reference in New Issue
Block a user