]> git.ipfire.org Git - ipfire-3.x.git/blame - elfutils/elfutils.nm
binutils: Update to 2.32
[ipfire-3.x.git] / elfutils / elfutils.nm
CommitLineData
15a8a13f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
15a8a13f
MT
4###############################################################################
5
802ea3af 6name = elfutils
b97bcea7 7version = 0.166
427948e0 8release = 1
15a8a13f 9
802ea3af
MT
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = Development/Libraries
12url = https://fedorahosted.org/elfutils/
13license = GPLv2 with exceptions
14summary = A collection of utilities and DSOs to handle compiled objects.
15a8a13f 15
802ea3af
MT
16description
17 Elfutils is a collection of utilities, including ld (a linker),
18 nm (for listing symbols from object files), size (for listing the
19 section sizes of an object or archive file), strip (for discarding
20 symbols), readelf (to see the raw ELF file structures), and elflint
15a8a13f 21 (to check for well-formed ELF files).
802ea3af
MT
22end
23
427948e0 24source_dl = https://fedorahosted.org/releases/e/l/elfutils/%{version}/
802ea3af 25sources = %{thisapp}.tar.bz2
15a8a13f 26
802ea3af
MT
27build
28 requires
29 bzip2-devel
30 m4
31 xz-devel
32 zlib-devel
33 end
15a8a13f 34
802ea3af
MT
35 # fails
36 #test
37 # make check
38 #end
39end
15a8a13f 40
802ea3af
MT
41packages
42 package %{name}
d24aa702 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
1f9bc2f0 46
2bd9b33a
MT
47 requires
48 %{name} = %{thisver}
49 %{name}-libs = %{thisver}
50 end
802ea3af 51 end
d24aa702 52
802ea3af
MT
53 package %{name}-libs
54 template LIBS
62b3c312 55
dc21a2af
MT
56 files += %{libdir}/lib*%{version}.so
57 files += %{libdir}/elfutils
802ea3af 58 end
1f9bc2f0
MT
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
802ea3af 63end