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