SHA256
3
0
forked from pool/elfutils
Stephan Kulow 2010-07-22 09:19:45 +00:00 committed by Git OBS Bridge
parent 537ea286e2
commit 2cf39d8d3a

View File

@ -40,12 +40,6 @@ BuildRequires: bison flex
This package provides a higher-level library to access ELF files. This This package provides a higher-level library to access ELF files. This
is a part of elfutils package. is a part of elfutils package.
Authors:
--------
Ulrich Drepper
%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
Group: Development/Tools/Other Group: Development/Tools/Other
@ -59,14 +53,6 @@ of an object or archive file), strip (for discarding symbols), readline
well-formed ELF files). Also included are numerous helper libraries well-formed ELF files). Also included are numerous helper libraries
which implement DWARF, ELF, and machine-specific ELF handling. which implement DWARF, ELF, and machine-specific ELF handling.
Authors:
--------
Jeff Johnson <jbj@redhat.com>
Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper <drepper@redhat.com>
%package -n libasm-devel %package -n libasm-devel
Summary: A collection of utilities and DSOs to handle compiled objects Summary: A collection of utilities and DSOs to handle compiled objects
Group: Development/Tools/Other Group: Development/Tools/Other
@ -81,14 +67,6 @@ of an object or archive file), strip (for discarding symbols), readline
well-formed ELF files). Also included are numerous helper libraries well-formed ELF files). Also included are numerous helper libraries
which implement DWARF, ELF, and machine-specific ELF handling. which implement DWARF, ELF, and machine-specific ELF handling.
Authors:
--------
Jeff Johnson <jbj@redhat.com>
Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper <drepper@redhat.com>
%package -n libebl1 %package -n libebl1
Summary: A collection of utilities and DSOs to handle compiled objects Summary: A collection of utilities and DSOs to handle compiled objects
Group: Development/Tools/Other Group: Development/Tools/Other
@ -104,14 +82,6 @@ of an object or archive file), strip (for discarding symbols), readline
well-formed ELF files). Also included are numerous helper libraries well-formed ELF files). Also included are numerous helper libraries
which implement DWARF, ELF, and machine-specific ELF handling. which implement DWARF, ELF, and machine-specific ELF handling.
Authors:
--------
Jeff Johnson <jbj@redhat.com>
Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper <drepper@redhat.com>
%package -n libebl-devel %package -n libebl-devel
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -122,12 +92,6 @@ Requires: glibc-devel, libebl1 = %{version}, libdw-devel = %{version}
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require these.
Authors:
--------
Ulrich Drepper
%package -n libelf1 %package -n libelf1
Summary: Library to read and write ELF files Summary: Library to read and write ELF files
Group: System/Libraries Group: System/Libraries
@ -137,12 +101,6 @@ License: GPLv2+
This package provide a high-level library to read and write ELF files. This package provide a high-level library to read and write ELF files.
This is a part of elfutils package. This is a part of elfutils package.
Authors:
--------
Ulrich Drepper
%package -n libelf-devel %package -n libelf-devel
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -154,8 +112,6 @@ Conflicts: libelf0-devel
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require these.
%package -n libdw1 %package -n libdw1
Summary: Library to access DWARF debugging information Summary: Library to access DWARF debugging information
Group: System/Libraries Group: System/Libraries
@ -165,12 +121,6 @@ License: GPLv2+
This package provide a high-level library to access the DWARF debugging This package provide a high-level library to access the DWARF debugging
information. This is a part of elfutils package. information. This is a part of elfutils package.
Authors:
--------
Ulrich Drepper
%package -n libdw-devel %package -n libdw-devel
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -182,12 +132,6 @@ Requires: libelf-devel = %{version}
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require these.
Authors:
--------
Ulrich Drepper
%prep %prep
%setup -q -n elfutils-%{version} %setup -q -n elfutils-%{version}
%patch1 -p1 %patch1 -p1
@ -200,7 +144,7 @@ Authors:
%build %build
autoreconf -fi autoreconf -fi
%configure --program-prefix=eu- %configure --program-prefix=eu-
make %{?_smp_mflags}; make %{?_smp_mflags}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install