]> git.pld-linux.org Git - packages/binutils.git/blob - binutils.spec
- up to 2.21.51.0.8
[packages/binutils.git] / binutils.spec
1 #
2 # Conditional build:
3 %bcond_with     allarchs        # enable all targets
4 # define addtargets x,y,z       # build with additional targets x,y,z (e.g. x86_64-linux)
5                                 # http://sourceware.org/ml/binutils/2008-03/msg00162.html
6 %bcond_without  pax             # without PaX flags (for upstream bugreports)
7 #
8 Summary:        GNU Binary Utility Development Utilities
9 Summary(de.UTF-8):      GNU Binary Utility Development Utilities
10 Summary(es.UTF-8):      Utilitarios para desarrollo de binarios de la GNU
11 Summary(fr.UTF-8):      Utilitaires de développement binaire de GNU
12 Summary(pl.UTF-8):      Narzędzia GNU dla programistów
13 Summary(pt_BR.UTF-8):   Utilitários para desenvolvimento de binários da GNU
14 Summary(ru.UTF-8):      Набор инструментов GNU для построения исполняемых программ
15 Summary(tr.UTF-8):      GNU geliştirme araçları
16 Summary(uk.UTF-8):      Набір інструментів GNU для побудови виконуваних програм
17 Name:           binutils
18 Version:        2.21.51.0.8
19 Release:        1
20 Epoch:          3
21 License:        GPL v3+
22 Group:          Development/Tools
23 Source0:        ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
24 # Source0-md5:  060982a7b6ace6e52b5d1a75e70948dd
25 Source1:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
26 # Source1-md5:  a717d9707ec77d82acb6ec9078c472d6
27 Patch0:         %{name}-gasp.patch
28 Patch1:         %{name}-info.patch
29 Patch2:         %{name}-libtool-relink.patch
30 Patch3:         %{name}-pt_pax_flags.patch
31 Patch5:         %{name}-discarded.patch
32 Patch6:         %{name}-absolute-gnu_debuglink-path.patch
33 Patch7:         %{name}-libtool-m.patch
34 Patch8:         %{name}-build-id.patch
35 Patch9:         %{name}-tooldir.patch
36 URL:            http://sources.redhat.com/binutils/
37 BuildRequires:  autoconf >= 2.64
38 BuildRequires:  automake >= 1:1.11
39 BuildRequires:  bison
40 BuildRequires:  flex
41 BuildRequires:  gettext-devel
42 BuildRequires:  libstdc++-devel >= 6:4.0-1
43 BuildRequires:  perl-tools-pod
44 %ifarch sparc sparc32
45 BuildRequires:  sparc32
46 %endif
47 BuildRequires:  texinfo >= 4.2
48 Conflicts:      gcc-c++ < 5:3.3
49 Conflicts:      modutils < 2.4.17
50 Obsoletes:      binutils-gold
51 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53 %description
54 Binutils is a collection of binary utilities, including:
55 - ar - create, modify and extract from archives,
56 - nm - lists symbols from object files,
57 - objcopy - copy and translate object files,
58 - objdump - display information from object files,
59 - ranlib - generate an index for the contents of an archive,
60 - size - list the section sizes of an object or archive file,
61 - strings - list printable strings from files,
62 - strip - discard symbols,
63 - addr2line - convert addresses to file and line,
64 - nlmconv - convert object code into an NLM.
65
66 %description -l es.UTF-8
67 Binutils es una colección de utilitarios necesarios para compilar
68 programas. Incluye assembler y linker, así como varios otros programas
69 para trabajar con formatos que se puedan ejecutar.
70
71 %description -l pl.UTF-8
72 Pakiet binutils zawiera zestaw narzędzi umożliwiających kompilację
73 programów. Znajdują się tutaj między innymi assembler, konsolidator
74 (linker), a także inne narzędzia do manipulowania binarnymi plikami
75 programów i bibliotek.
76
77 %description -l pt_BR.UTF-8
78 binutils é uma coletânea de utilitários necessários para compilar
79 programas. Inclui assembler e linker, assim como vários outros
80 programas para trabalhar com formatos executáveis.
81
82 %description -l ru.UTF-8
83 binutils - это набор инструментов, необходимых для компилляции
84 программ. Включает ассемблер, компоновщик и набор других программ для
85 работы с исполняемыми файлами разнообразных форматов.
86
87 %description -l uk.UTF-8
88 binutils - це набір інструментів, необхідних для компіляції програм.
89 Містить асемблер, компоновщик та інші програми, необхідні для роботи з
90 виконуваними файлами різних форматів.
91
92 %package libs
93 Summary:        GNU binutils shared libraries
94 Summary(pl.UTF-8):      Biblioteki współdzielone GNU binutils
95 Group:          Libraries
96 Conflicts:      binutils < 3:2.17.50.0.8-3
97
98 %description libs
99 GNU binutils shared libraries (libbfd, libopcodes).
100
101 %description libs -l pl.UTF-8
102 Biblioteki współdzielone GNU binutils (libbfd, libopcodes).
103
104 %package devel
105 Summary:        Development files for GNU binutils libraries
106 Summary(pl.UTF-8):      Pliki programistyczne bibliotek GNU binutils
107 Group:          Development/Libraries
108 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
109
110 %description devel
111 Development files for GNU binutils libraries (libbfd, libopcodes) and
112 static libiberty library.
113
114 %description devel -l pl.UTF-8
115 Pliki programistyczne bibliotek GNU binutils (libbfd, libopcodes) oraz
116 statyczna biblioteka libiberty.
117
118 %package static
119 Summary:        GNU binutils static libraries
120 Summary(pl.UTF-8):      Biblioteki statyczne do GNU binutils
121 Group:          Development/Libraries
122 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
123
124 %description static
125 Static GNU binutils libraries (libbfd, libopcodes).
126
127 %description static -l pl.UTF-8
128 Biblioteki statyczne GNU binutils (libbfd, libopcodes).
129
130 %package gasp
131 Summary:        GASP - old preprocessor for assembly programs
132 Summary(pl.UTF-8):      GASP - stary preprocesor dla programów w asemblerze
133 Group:          Development/Tools
134 Requires:       %{name} = %{epoch}:%{version}-%{release}
135
136 %description gasp
137 GASP - old preprocessor for assembly programs. It's officially
138 obsoleted, but it's still needed to build some packages.
139
140 %description gasp -l pl.UTF-8
141 GASP - stary preprocesor dla programów w asemblerze. Jest oficjalnie
142 uznany za przestarzały, ale jest nadal potrzebny do zbudowania
143 niektórych pakietów.
144
145 %prep
146 %setup -q
147 %patch0 -p1
148 %patch1 -p1
149 %patch2 -p1
150 %{?with_pax:%patch3 -p1}
151 %patch5 -p1
152 %patch6 -p1
153 %patch7 -p1
154 %patch8 -p0
155 %patch9 -p1
156
157 # file contains hacks for ac 2.59 only
158 %{__rm} config/override.m4
159
160 %build
161 %{__aclocal}
162 %{__autoconf}
163
164 # non-standard regeneration (needed because of gasp patch)
165 # AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
166 for dir in gas bfd; do
167         cd $dir || exit 1
168         %{__aclocal} -I .. -I ../config -I ../bfd
169         %{__automake} Makefile
170         %{__automake} doc/Makefile
171         %{__autoconf}
172         cd ..
173 done
174
175 # More targets
176 TARGETS=
177 %ifarch ia64
178 TARGETS=i686-linux
179 %endif
180 # uhm?
181 %ifarch %{ix86}
182 TARGETS=x86_64-linux
183 %endif
184 %ifarch sparc
185 TARGETS=sparc64-linux
186 %endif
187 %{?addtargets:TARGETS="%{addtargets}"}
188
189 cp -f /usr/share/automake/config.* .
190 CFLAGS="%{rpmcflags}"; export CFLAGS
191 CXXFLAGS="%{rpmcxxflags}"; export CXXFLAGS
192 CC="%{__cc}"; export CC
193 CXX="%{__cxx}"; export CXX
194 %ifarch sparc
195 sparc32 \
196 %endif
197 ./configure %{_target_platform} \
198         --disable-debug \
199         --disable-werror \
200         --enable-build-warnings=,-Wno-missing-prototypes \
201         --enable-shared \
202         --prefix=%{_prefix} \
203         --libdir=%{_libdir} \
204         --infodir=%{_infodir} \
205         --mandir=%{_mandir} \
206         --with-tooldir=%{_prefix} \
207         %{!?with_allarchs:`[ -n "${TARGETS}" ] && echo "--enable-targets=${TARGETS}"`} \
208 %ifarch sparc
209         --enable-64-bit-bfd \
210 %else
211         %{?with_allarchs:--enable-64-bit-bfd} \
212 %endif
213         %{?with_allarchs:--enable-targets=alpha-linux,arm-linux,cris-linux,hppa-linux,i386-linux,ia64-linux,x86_64-linux,m68k-linux,mips-linux,mips64-linux,mips64el-linux,mipsel-linux,ppc-linux,s390-linux,s390x-linux,sh-linux,sparc-linux,sparc64-linux,i386-linuxaout} \
214 %ifarch %{ix86} %{x8664}
215         --enable-gold=default --enable-ld \
216 %endif
217
218 %{__make}
219
220 %install
221 rm -rf $RPM_BUILD_ROOT
222
223 %{__make} install \
224         DESTDIR=$RPM_BUILD_ROOT
225
226 %{__rm} $RPM_BUILD_ROOT%{_infodir}/standards.info*
227
228 # remove these man pages unless we cross-build for win*/netware platforms.
229 # however, this should be done in Makefiles.
230 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}.1
231
232 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
233
234 install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
235 install libiberty/pic/libiberty.a $RPM_BUILD_ROOT%{_libdir}
236
237 # remove evil -L pointing inside builder's home
238 perl -pi -e 's@-L[^ ]*/pic @@g' $RPM_BUILD_ROOT%{_libdir}/libbfd.la
239
240 [ -x $RPM_BUILD_ROOT%{_bindir}/ld.bfd ] || ln $RPM_BUILD_ROOT%{_bindir}/ld{,.bfd}
241
242 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
243
244 %find_lang bfd
245 %find_lang binutils
246 %find_lang gas
247 %find_lang gprof
248 touch ld.lang
249 %find_lang ld
250 %find_lang gold
251 %find_lang opcodes
252 cat bfd.lang opcodes.lang > %{name}-libs.lang
253 cat gas.lang gprof.lang ld.lang gold.lang >> %{name}.lang
254
255 %clean
256 rm -rf $RPM_BUILD_ROOT
257
258 %post   -p /sbin/postshell
259 -/usr/sbin/fix-info-dir -c %{_infodir}
260
261 %postun -p /sbin/postshell
262 -/usr/sbin/fix-info-dir -c %{_infodir}
263
264 %post   libs -p /sbin/ldconfig
265 %postun libs -p /sbin/ldconfig
266
267 %post   devel -p /sbin/postshell
268 -/usr/sbin/fix-info-dir -c %{_infodir}
269
270 %postun devel -p /sbin/postshell
271 -/usr/sbin/fix-info-dir -c %{_infodir}
272
273 %files -f %{name}.lang
274 %defattr(644,root,root,755)
275 %doc README
276 %attr(755,root,root) %{_bindir}/addr2line
277 %attr(755,root,root) %{_bindir}/ar
278 %attr(755,root,root) %{_bindir}/as
279 %attr(755,root,root) %{_bindir}/c++filt
280 %attr(755,root,root) %{_bindir}/elfedit
281 %attr(755,root,root) %{_bindir}/gprof
282 %attr(755,root,root) %{_bindir}/ld
283 %attr(755,root,root) %{_bindir}/ld.bfd
284 %attr(755,root,root) %{_bindir}/ld.gold
285 %attr(755,root,root) %{_bindir}/nm
286 %attr(755,root,root) %{_bindir}/objcopy
287 %attr(755,root,root) %{_bindir}/objdump
288 %attr(755,root,root) %{_bindir}/ranlib
289 %attr(755,root,root) %{_bindir}/readelf
290 %attr(755,root,root) %{_bindir}/size
291 %attr(755,root,root) %{_bindir}/strings
292 %attr(755,root,root) %{_bindir}/strip
293 %{_infodir}/as.info*
294 %{_infodir}/binutils.info*
295 %{_infodir}/configure.info*
296 %{_infodir}/gprof.info*
297 %{_infodir}/ld.info*
298 %{_prefix}/lib/ldscripts
299 %{_mandir}/man1/*
300 %lang(cs) %{_mandir}/cs/man1/*
301 %lang(de) %{_mandir}/de/man1/*
302 %lang(es) %{_mandir}/es/man1/*
303 %lang(fi) %{_mandir}/fi/man1/*
304 %lang(fr) %{_mandir}/fr/man1/*
305 %lang(hu) %{_mandir}/hu/man1/*
306 %lang(ja) %{_mandir}/ja/man1/*
307 %lang(pl) %{_mandir}/pl/man1/*
308
309 %files libs -f %{name}-libs.lang
310 %defattr(644,root,root,755)
311 %attr(755,root,root) %{_libdir}/libbfd-*.so
312 %attr(755,root,root) %{_libdir}/libopcodes-*.so
313
314 %files devel
315 %defattr(644,root,root,755)
316 %attr(755,root,root) %{_libdir}/libbfd.so
317 %attr(755,root,root) %{_libdir}/libopcodes.so
318 %{_libdir}/libbfd.la
319 %{_libdir}/libopcodes.la
320 %{_libdir}/libiberty.a
321 %{_includedir}/ansidecl.h
322 %{_includedir}/bfd.h
323 %{_includedir}/bfdlink.h
324 %{_includedir}/dis-asm.h
325 %{_includedir}/libiberty.h
326 %{_includedir}/symcat.h
327 %{_infodir}/bfd.info*
328
329 %files static
330 %defattr(644,root,root,755)
331 %{_libdir}/libbfd.a
332 %{_libdir}/libopcodes.a
333
334 %files gasp
335 %defattr(644,root,root,755)
336 %attr(755,root,root) %{_bindir}/gasp
337 %{_infodir}/gasp.info*
This page took 0.060755 seconds and 4 git commands to generate.