forked from pool/elfutils
Accepting request 262928 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/262928 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=46
This commit is contained in:
commit
20478ce15f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 15 15:06:23 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update homepage URL and improve RPM group classification
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 19 21:08:35 UTC 2014 - tonyj@suse.com
|
Thu Jun 19 21:08:35 UTC 2014 - tonyj@suse.com
|
||||||
|
|
||||||
|
@ -21,8 +21,10 @@ Version: 0.158
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Higher-level library to access ELF
|
Summary: Higher-level library to access ELF
|
||||||
License: SUSE-GPL-2.0-with-OSI-exception
|
License: SUSE-GPL-2.0-with-OSI-exception
|
||||||
Group: System/Libraries
|
Group: Development/Tools/Building
|
||||||
Url: http://elfutils.fedorahosted.org
|
Url: http://fedorahosted.org/elfutils/
|
||||||
|
|
||||||
|
#Git-Clone: git://git.fedorahosted.org/git/elfutils
|
||||||
Source: https://fedorahosted.org/releases/e/l/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source: https://fedorahosted.org/releases/e/l/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source1: README-BEFORE-ADDING-PATCHES
|
Source1: README-BEFORE-ADDING-PATCHES
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -49,7 +51,7 @@ 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: System/Libraries
|
||||||
|
|
||||||
%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
|
||||||
@ -61,7 +63,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/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libasm1 = %{version}
|
Requires: libasm1 = %{version}
|
||||||
|
|
||||||
@ -75,7 +77,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: System/Libraries
|
||||||
Provides: libebl = %{version}
|
Provides: libebl = %{version}
|
||||||
Obsoletes: libebl < %{version}
|
Obsoletes: libebl < %{version}
|
||||||
|
|
||||||
@ -137,7 +139,7 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n elfutils-%{version}
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user