]> git.pld-linux.org Git - packages/libelf.git/blame - libelf.spec
- updated to current version (0.8.13); note that it's currently not used in PLD
[packages/libelf.git] / libelf.spec
CommitLineData
2a88245a 1# NOTE: PLD uses elfutils currently
f24f051a
JB
2Summary: ELF object file access library
3Summary(de): Objektdateizugriffs-Library ELF
4Summary(pt_BR): Biblioteca para acesso a arquivos objeto ELF
5Summary(es): Biblioteca para acceso a archivos objeto ELF
6Summary(fr): Bibliothčque de gestion de fichiers ELF
7Summary(pl): Biblioteka dostępu do plików ELF
8Summary(pt_BR): Biblioteca para acesso a arquivos objeto ELF
9Summary(ru): âÉÂĚÉĎÔĹËÁ ÄĎÓÔŐĐÁ Ë ĎÂßĹËÔÎŮÍ ĆÁĘĚÁÍ × ĆĎŇÍÁÔĹ ELF
10Summary(tr): ELF ara kod eriţim kitaplýđý
11Summary(uk): âŚÂĚŚĎÔĹËÁ ÄĎÓÔŐĐŐ ÄĎ ĎÂ'¤ËÔÎÉČ ĆÁĘĚŚ× ĆĎŇÍÁÔŐ ELF
12Name: libelf
2a88245a
JB
13Version: 0.8.13
14Release: 0.1
15License: LGPL v2+
f24f051a 16Group: Libraries
2a88245a
JB
17Source0: http://www.mr511.de/software/%{name}-%{version}.tar.gz
18# Source0-md5: 4136d7b4c04df68b686570afa26988ac
19Patch0: %{name}-hash.patch
20URL: http://www.mr511.de/software/english.html
21BuildRequires: autoconf >= 2.13
f24f051a 22BuildRequires: automake
f24f051a 23Obsoletes: libelf0
2a88245a 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f24f051a
JB
25
26%description
27The libelf package contains a library for accessing ELF object files.
28Libelf allows you to access the internals of the ELF object file
29format, so you can see the different sections of an ELF file.
30
31%description -l de
32Diese Library gibt Ihnen Zugang zum Inneren des ELF-Objekt-
33Dateiformats. Sie können damit in den verschiedenen Teilen einer
34ELF-Datei umherstochern, die Symbole überprüfen und ähnliches.
35
36%description -l es
37Esta biblioteca ofrece acceso a datos internos del formato de archivo
38objeto ELF. Permite visualizar varias secciones diferentes de un
39archivo ELF, observar los símbolos, etc.
40
41%description -l fr
42La bibliothčque libelf permet de manipuler des fichiers ELF (format de
43programmes exécutables communs ŕ plusieurs Unix dont Linux) et leurs
44différentes sections.
45
46%description -l pl
47Biblioteka elf umożliwia dostęp do struktury wewnętrznej plików w
48formacie ELF. Udostępnia ona funkcje do przeglądania poszczególnych
49części ELF-a, a także sprawdzanie symboli itp.
50
51%description -l pt_BR
52Esta biblioteca fornece acesso a dados internos do formato de arquivo
53objeto ELF. Ele permite visualizar várias seçőes diferentes de um
54arquivo ELF, observar os símbolos, etc.
55
56%description -l uk
57ăŃ ÂŚÂĚŚĎÔĹËÁ ÎÁÄÁ¤ ÄĎÓÔŐĐ ÄĎ ×ÎŐÔŇŚŰÎŘϧ ÓÔŇŐËÔŐŇÉ ĎÂ'¤ËÔÎÉČ ĆÁĘĚŚ×
58ĆĎŇÍÁÔŐ ELF. ÷ĎÎÁ ÄĎÚ×ĎĚѤ ×É×ŢÁÔÉ ŇŚÚÎŚ ÓĹËĂŚ§ ELF-ĆÁĘĚŐ, ĐĹŇĹ׌ŇŃÔÉ
59ÓÉÍ×ĎĚÉ Ś Ô.Đ.
60
61%description -l ru
62üÔÁ ÂÉÂĚÉĎÔĹËÁ ĐŇĹÄĎÓÔÁ×ĚŃĹÔ ÄĎÓÔŐĐ Ë ×ÎŐÔŇĹÎÎĎÓÔŃÍ ĎÂßĹËÔÎŮČ ĆÁĘĚĎ× ×
63ĆĎŇÍÁÔĹ ELF. ďÎÁ ĐĎÚ×ĎĚŃĹÔ ÉÚŐŢÁÔŘ ŇÁÚĚÉŢÎŮĹ ÓĹËĂÉÉ ELF-ĆÁĘĚÁ,
64ĐŇĎ×ĹŇŃÔŘ ÓÉÍ×ĎĚŮ É Ô.Ä.
65
66%description -l tr
67Bu kitaplýk, ELF ara kod dosyasý içeriđine eriţimi sađlar. ELF
68dosyalarýnýn çeţitli yerleri ile oynama, sembolleri kontrol etme gibi
69olanaklar sunar.
70
71%description -l uk
72ăŃ ÂŚÂĚŚĎÔĹËÁ ÎÁÄÁ¤ ÄĎÓÔŐĐ ÄĎ ×ÎŐÔŇŚŰÎŘϧ ÓÔŇŐËÔŐŇÉ ĎÂ'¤ËÔÎÉČ ĆÁĘĚŚ×
73ĆĎŇÍÁÔŐ ELF. ÷ĎÎÁ ÄĎÚ×ĎĚѤ ×É×ŢÁÔÉ ŇŚÚÎŚ ÓĹËĂŚ§ ELF-ĆÁĘĚŐ, ĐĹŇĹ׌ŇŃÔÉ
74ÓÉÍ×ĎĚÉ Ś Ô.Đ.
75
76%package devel
77Summary: Development files for libelf
78Summary(pl): Pliki dla programistów libelf
79Summary(ru): ćÁĘĚŮ ÄĚŃ ŇÁÚŇÁÂĎÔËÉ Ó ÉÓĐĎĚŘÚĎ×ÁÎÉĹÍ ÂÉÂĚÉĎÔĹËÉ libelf
80Summary(uk): ćÁĘĚÉ ÄĚŃ ŇĎÚŇĎÂËÉ Ú ×ÉËĎŇÉÓÔÁÎÎŃÍ ÂŚÂĚŚĎÔĹËÉ libelf
81Group: Development/Libraries
2a88245a 82Requires: %{name} = %{version}-%{release}
f24f051a
JB
83Obsoletes: libelf0-devel
84
85%description devel
86Development files for libelf.
87
88%description devel -l pl
89Pliki dla programistów tworzących programy używające libelf.
90
91%description devel -l ru
92üÔĎÔ ĐÁËĹÔ ÓĎÄĹŇÖÉÔ ĆÁĘĚŮ, ÎĹĎÂČĎÄÉÍŮĹ ÄĚŃ ŇÁÚŇÁÂĎÔËÉ ĐŇĎÇŇÁÍÍ Ó
93ÉÓĐĎĚŘÚĎ×ÁÎÉĹÍ ÂÉÂĚÉĎÔĹËÉ libelf.
94
95%description devel -l uk
96ăĹĘ ĐÁËĹÔ ÍŚÓÔÉÔŘ ĆÁĘĚÉ, ÎĹĎÂČŚÄÎŚ ÄĚŃ ŇĎÚŇĎÂËÉ ĐŇĎÇŇÁÍ Ú
97×ÉËĎŇÉÓÔÁÎÎŃÍ ÂŚÂĚŚĎÔĹËÉ libelf.
98
99%package static
100Summary: Static libelf library
101Summary(pl): Statyczna biblioteka libelf
102Summary(ru): óÔÁÔÉŢĹÓËÉĹ ÂÉÂĚÉĎÔĹËÉ ÄĚŃ ŇÁÚŇÁÂĎÔËÉ Ó ÉÓĐĎĚŘÚĎ×ÁÎÉĹÍ libelf
103Summary(uk): óÔÁÔÉŢÎŚ ÂŚÂĚŚĎÔĹËÉ ÄĚŃ ŇĎÚŇĎÂËÉ Ú ×ÉËĎŇÉÓÔÁÎÎŃÍ libelf
104Group: Development/Libraries
2a88245a 105Requires: %{name}-devel = %{version}-%{release}
f24f051a
JB
106
107%description static
108Static libelf library.
109
110%description static -l pl
111Statyczna biblioteka libelf.
112
113%description static -l ru
114üÔĎÔ ĐÁËĹÔ ÓĎÄĹŇÖÉÔ ÓÔÁÔÉŢĹÓËÉĹ ÂÉÂĚÉĎÔĹËÉ ÄĚŃ ŇÁÚŇÁÂĎÔËÉ ĐŇĎÇŇÁÍÍ.
115
116%description static -l uk
117ăĹĘ ĐÁËĹÔ ÍŚÓÔÉÔŘ ÓÔÁÔÉŢÎŚ ÂŚÂŚĚŚĎÔĹËÉ ÄĚŃ ŇĎÚŇĎÂËÉ ĐŇĎÇŇÁÍ.
118
119%prep
120%setup -q
121%patch0 -p1
f24f051a
JB
122
123%build
124install -m755 /usr/share/automake/config.{sub,guess} .
125%{__aclocal}
126%{__autoconf}
127%configure \
128 --enable-shared
129%{__make}
130
131%install
132rm -rf $RPM_BUILD_ROOT
133
134%{__make} install \
2a88245a 135 instroot=$RPM_BUILD_ROOT
f24f051a
JB
136
137%find_lang %{name}
138
139%clean
140rm -rf $RPM_BUILD_ROOT
141
142%post -p /sbin/ldconfig
143%postun -p /sbin/ldconfig
144
145%files -f %{name}.lang
146%defattr(644,root,root,755)
2a88245a
JB
147%doc ChangeLog README
148%attr(755,root,root) %{_libdir}/libelf.so.*.*.*
149%attr(755,root,root) %ghost %{_libdir}/libelf.so.0
f24f051a
JB
150
151%files devel
152%defattr(644,root,root,755)
2a88245a 153%attr(755,root,root) %{_libdir}/libelf.so
f24f051a 154%{_includedir}/libelf
2a88245a 155%{_pkgconfigdir}/libelf.pc
f24f051a
JB
156
157%files static
158%defattr(644,root,root,755)
159%{_libdir}/libelf.a
This page took 0.128336 seconds and 4 git commands to generate.