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:
commit
dfa5c482b1
@ -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
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: elfutils
|
||||
License: GPLv2 ; GPLv2+ ; LGPLv2.1+
|
||||
Version: 0.147
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Higher-level library to access ELF
|
||||
Group: System/Libraries
|
||||
Url: http://elfutils.fedorahosted.org
|
||||
@ -40,12 +40,6 @@ BuildRequires: bison flex
|
||||
This package provides a higher-level library to access ELF files. This
|
||||
is a part of elfutils package.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ulrich Drepper
|
||||
|
||||
%package -n libasm1
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
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
|
||||
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
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
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
|
||||
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
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
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
|
||||
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
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
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
|
||||
to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ulrich Drepper
|
||||
|
||||
%package -n libelf1
|
||||
Summary: Library to read and write ELF files
|
||||
Group: System/Libraries
|
||||
@ -137,12 +101,6 @@ License: GPLv2+
|
||||
This package provide a high-level library to read and write ELF files.
|
||||
This is a part of elfutils package.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ulrich Drepper
|
||||
|
||||
%package -n libelf-devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -154,8 +112,6 @@ Conflicts: libelf0-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
%package -n libdw1
|
||||
Summary: Library to access DWARF debugging information
|
||||
Group: System/Libraries
|
||||
@ -165,12 +121,6 @@ License: GPLv2+
|
||||
This package provide a high-level library to access the DWARF debugging
|
||||
information. This is a part of elfutils package.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ulrich Drepper
|
||||
|
||||
%package -n libdw-devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -182,12 +132,6 @@ Requires: libelf-devel = %{version}
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ulrich Drepper
|
||||
|
||||
%prep
|
||||
%setup -q -n elfutils-%{version}
|
||||
%patch1 -p1
|
||||
@ -200,7 +144,7 @@ Authors:
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure --program-prefix=eu-
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
Loading…
Reference in New Issue
Block a user