SHA256
1
0
forked from pool/elfutils
OBS User unknown 2008-11-03 00:01:23 +00:00 committed by Git OBS Bridge
parent 78153ce6bd
commit 9f4dc51876
3 changed files with 17 additions and 12 deletions

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
libasm1
libebl1
libelf1
libdw1

View File

@ -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 Tue Oct 7 15:07:28 CEST 2008 - tiwai@suse.de

View File

@ -21,9 +21,9 @@
Name: elfutils Name: elfutils
License: GPL v2 or later License: GPL v2 or later
Version: 0.137 Version: 0.137
Release: 1 Release: 2
Summary: A collection of utilities and DSOs to handle compiled objects Summary: Higher-level library to access ELF
Group: Development/Tools/Other Group: System/Libraries
Url: http://elfutils.fedorahosted.org Url: http://elfutils.fedorahosted.org
Source: elfutils-%{version}-no-osl.tar.bz2 Source: elfutils-%{version}-no-osl.tar.bz2
Patch: elfutils-portability.patch Patch: elfutils-portability.patch
@ -38,20 +38,14 @@ Patch20: elfutils-0.137-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Elfutils is a collection of utilities, including ld (a linker), nm (for This package provides a higher-level library to access ELF files. This
listing symbols from object files), size (for listing the section sizes is a part of elfutils package.
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.
Authors: Authors:
-------- --------
Jeff Johnson <jbj@redhat.com> Ulrich Drepper
Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper <drepper@redhat.com>
%package -n libasm1 %package -n libasm1
Summary: A collection of utilities and DSOs to handle compiled objects Summary: A collection of utilities and DSOs to handle compiled objects
@ -289,6 +283,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/elfutils/libdwfl.h %{_includedir}/elfutils/libdwfl.h
%changelog %changelog
* Tue Oct 28 2008 tiwai@suse.de
- added baselibs.conf for 32bit libs (bnc#439582)
* Tue Oct 07 2008 tiwai@suse.de * Tue Oct 07 2008 tiwai@suse.de
- renamed to libebl1 - renamed to libebl1
- provides libasm1 package - provides libasm1 package