forked from pool/dwarves
Autobuild autoformatter for 79444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=2
This commit is contained in:
parent
eeceb1fe57
commit
c74f3c667d
26
dwarves.spec
26
dwarves.spec
@ -1,20 +1,28 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dwarves (Version 1.8)
|
# spec file for package dwarves
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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 http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
URL: http://acmel.wordpress.com/
|
Url: http://acmel.wordpress.com/
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
Version: 1.9
|
Version: 1.9
|
||||||
Release: 0
|
Release: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
|
|
||||||
@ -25,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: cmake libdw-devel libdwarf-devel libebl-devel libelf-devel
|
BuildRequires: cmake libdw-devel libdwarf-devel libebl-devel libelf-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
# Also known by its most prominent tool
|
# Also known by its most prominent tool
|
||||||
Provides: pahole = %version-%release
|
Provides: pahole = %version-%release
|
||||||
|
|
||||||
%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
|
||||||
@ -51,6 +59,8 @@ developments: it now generates systemtap scripts, stay tuned for
|
|||||||
improvements in this area!
|
improvements in this area!
|
||||||
|
|
||||||
%package -n libdwarves1
|
%package -n libdwarves1
|
||||||
|
|
||||||
|
|
||||||
Summary: DWARF processing libraries of dwarves tools
|
Summary: DWARF processing libraries of dwarves tools
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -64,6 +74,8 @@ inserted in ELF binaries by compilers such as GCC, used by well known
|
|||||||
debuggers such as GDB, and more recent ones such as systemtap.
|
debuggers such as GDB, and more recent ones such as systemtap.
|
||||||
|
|
||||||
%package -n libdwarves-devel
|
%package -n libdwarves-devel
|
||||||
|
|
||||||
|
|
||||||
Summary: DWARF processing library development files
|
Summary: DWARF processing library development files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libdwarves1 = %{version}-%{release}
|
Requires: libdwarves1 = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user