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