forked from pool/elfutils
This commit is contained in:
parent
78153ce6bd
commit
9f4dc51876
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
||||
libasm1
|
||||
libebl1
|
||||
libelf1
|
||||
libdw1
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 20:33:17 CET 2008 - tiwai@suse.de
|
||||
|
||||
- added baselibs.conf for 32bit libs (bnc#439582)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 15:07:28 CEST 2008 - tiwai@suse.de
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
Name: elfutils
|
||||
License: GPL v2 or later
|
||||
Version: 0.137
|
||||
Release: 1
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
Group: Development/Tools/Other
|
||||
Release: 2
|
||||
Summary: Higher-level library to access ELF
|
||||
Group: System/Libraries
|
||||
Url: http://elfutils.fedorahosted.org
|
||||
Source: elfutils-%{version}-no-osl.tar.bz2
|
||||
Patch: elfutils-portability.patch
|
||||
@ -38,20 +38,14 @@ Patch20: elfutils-0.137-fixes.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Elfutils is a collection of utilities, including ld (a linker), nm (for
|
||||
listing symbols from object files), size (for listing the section sizes
|
||||
of an object or archive file), strip (for discarding symbols), readline
|
||||
(the see the raw ELF file structures), and elflint (to check for
|
||||
well-formed ELF files). Also included are numerous helper libraries
|
||||
which implement DWARF, ELF, and machine-specific ELF handling.
|
||||
This package provides a higher-level library to access ELF files. This
|
||||
is a part of elfutils package.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Johnson <jbj@redhat.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
Ulrich Drepper <drepper@redhat.com>
|
||||
Ulrich Drepper
|
||||
|
||||
%package -n libasm1
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
@ -289,6 +283,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/elfutils/libdwfl.h
|
||||
|
||||
%changelog
|
||||
* Tue Oct 28 2008 tiwai@suse.de
|
||||
- added baselibs.conf for 32bit libs (bnc#439582)
|
||||
* Tue Oct 07 2008 tiwai@suse.de
|
||||
- renamed to libebl1
|
||||
- provides libasm1 package
|
||||
|
Loading…
Reference in New Issue
Block a user