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