SHA256
3
0
forked from pool/elfutils

Accepting request 43689 from Base:System

Copy from Base:System/elfutils based on submit request 43689 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=18
This commit is contained in:
OBS User autobuild 2010-07-23 14:54:33 +00:00 committed by Git OBS Bridge
commit dfa5c482b1
2 changed files with 7 additions and 58 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 11 20:01:23 UTC 2010 - tonyj@novell.com Tue May 11 20:01:23 UTC 2010 - tonyj@novell.com

View File

@ -21,7 +21,7 @@
Name: elfutils Name: elfutils
License: GPLv2 ; GPLv2+ ; LGPLv2.1+ License: GPLv2 ; GPLv2+ ; LGPLv2.1+
Version: 0.147 Version: 0.147
Release: 1 Release: 2
Summary: Higher-level library to access ELF Summary: Higher-level library to access ELF
Group: System/Libraries Group: System/Libraries
Url: http://elfutils.fedorahosted.org Url: http://elfutils.fedorahosted.org
@ -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 %{?jobs:-j%jobs}; make %{?_smp_mflags}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install