forked from pool/elfutils
Accepting request 97072 from Base:System
OBS-URL: https://build.opensuse.org/request/show/97072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=29
This commit is contained in:
commit
476a4d25ae
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 08:59:33 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
- license update: GPL-2.0-with-osi-exception
|
||||||
|
elfutils is GPL-2.0 (only) with an exception for osi approved licenses.
|
||||||
|
Also, use SPDX format
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 1 11:22:12 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,12 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
License: GPLv2 ; GPLv2+ ; LGPLv2.1+
|
License: GPL-2.0-with-osi-exception
|
||||||
Version: 0.152
|
Version: 0.152
|
||||||
Release: 3
|
Release: 0
|
||||||
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
|
||||||
@ -35,7 +33,12 @@ Patch5: elfutils-uninitialized.diff
|
|||||||
Patch6: elfutils-0.137-dwarf-header-check-fix.diff
|
Patch6: elfutils-0.137-dwarf-header-check-fix.diff
|
||||||
Patch7: elfutils-0.148-dont-crash.diff
|
Patch7: elfutils-0.148-dont-crash.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison flex libbz2-devel xz-devel zlib-devel
|
BuildRequires: automake
|
||||||
|
BuildRequires: bison
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: libbz2-devel
|
||||||
|
BuildRequires: xz-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a higher-level library to access ELF files. This
|
This package provides a higher-level library to access ELF files. This
|
||||||
@ -44,7 +47,6 @@ is a part of elfutils package.
|
|||||||
%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
|
||||||
License: GPLv2 ; GPLv2+ ; LGPLv2.1+
|
|
||||||
|
|
||||||
%description -n libasm1
|
%description -n libasm1
|
||||||
Elfutils is a collection of utilities, including ld (a linker), nm (for
|
Elfutils is a collection of utilities, including ld (a linker), nm (for
|
||||||
@ -57,7 +59,7 @@ which implement DWARF, ELF, and machine-specific ELF handling.
|
|||||||
%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
|
||||||
License: GPLv2+
|
License: GPL-2.0-with-osi-exception
|
||||||
Requires: glibc-devel, libasm1 = %{version}
|
Requires: glibc-devel, libasm1 = %{version}
|
||||||
|
|
||||||
%description -n libasm-devel
|
%description -n libasm-devel
|
||||||
@ -71,7 +73,7 @@ which implement DWARF, ELF, and machine-specific ELF handling.
|
|||||||
%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
|
||||||
License: GPLv2+
|
License: GPL-2.0-with-osi-exception
|
||||||
Provides: libebl = %{version}
|
Provides: libebl = %{version}
|
||||||
Obsoletes: libebl < %{version}
|
Obsoletes: libebl < %{version}
|
||||||
|
|
||||||
@ -86,7 +88,7 @@ which implement DWARF, ELF, and machine-specific ELF handling.
|
|||||||
%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++
|
||||||
License: GPLv2+
|
License: GPL-2.0-with-osi-exception
|
||||||
Requires: glibc-devel, libebl1 = %{version}, libdw-devel = %{version}
|
Requires: glibc-devel, libebl1 = %{version}, libdw-devel = %{version}
|
||||||
|
|
||||||
%description -n libebl-devel
|
%description -n libebl-devel
|
||||||
@ -95,8 +97,7 @@ to develop applications that require these.
|
|||||||
|
|
||||||
%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
|
License: GPL-2.0-with-osi-exception
|
||||||
License: GPLv2+
|
|
||||||
|
|
||||||
%description -n libelf1
|
%description -n libelf1
|
||||||
This package provides a high-level library to read and write ELF files.
|
This package provides a high-level library to read and write ELF files.
|
||||||
@ -105,7 +106,7 @@ This is a part of elfutils package.
|
|||||||
%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++
|
||||||
License: GPLv2+
|
License: GPL-2.0-with-osi-exception
|
||||||
Requires: glibc-devel, libelf1 = %{version}
|
Requires: glibc-devel, libelf1 = %{version}
|
||||||
Conflicts: libelf0-devel
|
Conflicts: libelf0-devel
|
||||||
|
|
||||||
@ -115,8 +116,7 @@ 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
|
License: GPL-2.0-with-osi-exception
|
||||||
License: GPLv2+
|
|
||||||
|
|
||||||
%description -n libdw1
|
%description -n libdw1
|
||||||
This package provides a high-level library to access the DWARF debugging
|
This package provides a high-level library to access the DWARF debugging
|
||||||
@ -125,7 +125,7 @@ information. This is a part of elfutils package.
|
|||||||
%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++
|
||||||
License: GPLv2+
|
License: GPL-2.0-with-osi-exception
|
||||||
Requires: glibc-devel, libdw1 = %{version}
|
Requires: glibc-devel, libdw1 = %{version}
|
||||||
Requires: libelf-devel = %{version}
|
Requires: libelf-devel = %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user