File dwarfextract.spec of Package dwarfextract
#
# spec file for package dwarfextract (Version 20081128)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: dwarfextract
Url: http://lkcd.sourceforge.net
Summary: Extract and reduce DWARF debugging information
Version: 20081128
Release: 1
License: GPL v2 or later; LGPL v3 or later
Group: Development/Tools/Other
Source0: dwarfextract-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: binutils-devel libdwarf-devel libelf-devel
%description
Extract and reduce DWARF debugging information of binaries.
Authors:
--------
Silicon Graphics, Inc
%prep
%setup -q
%build
CFLAGS=$RPM_OPT_FLAGS make
%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 dwarfextract %{buildroot}%{_bindir}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/dwarfextract
%changelog
* Fri Nov 28 2008 dgollub@suse.de
- implement handling of unnamed const_types (bnc#446032)
* Fri Oct 31 2008 dgollub@suse.de
- Updated to dwarfextract 20081030:
* ignore stmt_list on purpose for conversion.
libdwarf producer API generates new stmt_list
* added support for DW_FORM_BLOCK*
* replace shell short with by quick sort implementation for
reference translation
* Wed Oct 08 2008 dgollub@suse.de
- Updated to dwarfextract 20081008:
* fix various compiler warnings
* add support for some DWARF DW_TAGs and DW_ATs
* Wed Sep 24 2008 dgollub@suse.de
- initial package of dwarfextract