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