]> git.pld-linux.org Git - packages/binutils.git/blame - binutils.spec
- BR: zlib-static for tests
[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
c5d1a58f 20Version: 2.22.52.0.4
031daf07 21Release: 1
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
c5d1a58f 28# Source0-md5: 2a5beea06d6f3e21107365b91184e11c
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
4770b19c 40URL: http://sources.redhat.com/binutils/
08f839ed
AM
41BuildRequires: autoconf >= 2.64
42BuildRequires: automake >= 1:1.11
92b879dd 43BuildRequires: bison
4770b19c 44BuildRequires: flex
d8488630 45BuildRequires: gettext-devel
08d99624 46BuildRequires: libstdc++-devel >= 6:4.0-1
31c98541 47%{?with_tests:BuildRequires: libstdc++-static >= 6:4.0}
3aee031d 48BuildRequires: perl-tools-pod
c1a8e558 49%ifarch sparc sparc32
50BuildRequires: sparc32
51%endif
e6b8978d 52BuildRequires: texinfo >= 4.2
d9b61f00 53BuildRequires: zlib-devel
5905b48e 54%{?with_tests:BuildRequires: zlib-static}
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
1928db7d 164
437f76a6 165# file contains hacks for ac 2.59 only
5cfae0d2 166%{__rm} config/override.m4
bfa6591a 167
1928db7d 168%build
437f76a6 169%{__aclocal}
170%{__autoconf}
171
a8538388 172# non-standard regeneration (needed because of gasp patch)
fe27c565 173# AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
71ec0766
AM
174for dir in gas bfd; do
175 cd $dir || exit 1
4274db7b
AM
176 %{__aclocal} -I .. -I ../config -I ../bfd
177 %{__automake} Makefile
178 %{__automake} doc/Makefile
179 %{__autoconf}
71ec0766
AM
180 cd ..
181done
266c72dc 182
3cc4a1c4
AM
183# More targets
184TARGETS=
185%ifarch ia64
186TARGETS=i686-linux
187%endif
501f7670 188# uhm?
3cc4a1c4
AM
189%ifarch %{ix86}
190TARGETS=x86_64-linux
191%endif
192%ifarch sparc
193TARGETS=sparc64-linux
194%endif
501f7670 195%{?addtargets:TARGETS="%{addtargets}"}
3cc4a1c4 196
bc650d31 197cp -f /usr/share/automake/config.* .
e1177480 198CFLAGS="%{rpmcflags}"; export CFLAGS
1530b74b 199CXXFLAGS="%{rpmcxxflags}"; export CXXFLAGS
bc650d31 200CC="%{__cc}"; export CC
1530b74b 201CXX="%{__cxx}"; export CXX
c5304b32 202%ifarch sparc
8a52c890 203sparc32 \
204%endif
1e19fd88 205./configure %{_target_platform} \
1e19fd88 206 --disable-debug \
ae41e561 207 --disable-werror \
fb2b373b
JB
208 --enable-build-warnings=,-Wno-missing-prototypes \
209 --enable-shared \
8e5a48a9 210 --enable-lto \
fb9adfdf 211 --enable-plugins \
d9b61f00 212 --with-zlib=yes \
1e19fd88 213 --prefix=%{_prefix} \
a74f9904 214 --libdir=%{_libdir} \
1e19fd88 215 --infodir=%{_infodir} \
c1bfddd6 216 --mandir=%{_mandir} \
437f76a6 217 --with-tooldir=%{_prefix} \
501f7670 218 %{!?with_allarchs:`[ -n "${TARGETS}" ] && echo "--enable-targets=${TARGETS}"`} \
c446d5a3 219%ifarch sparc
ab151dc7 220 --enable-64-bit-bfd \
501f7670
JB
221%else
222 %{?with_allarchs:--enable-64-bit-bfd} \
c446d5a3 223%endif
9c6ae50d 224 %{?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 225%ifarch %{ix86} %{x8664}
254b07e8 226 --enable-gold%{!?with_default_ld:=default} --enable-ld%{?with_default_ld:=default} \
41248ac5 227%endif
58a689fe 228
1665df93 229%{__make} -j1
1928db7d 230
1665df93 231%{?with_tests:%{__make} -j1 check}
e6026cea 232
1928db7d 233%install
234rm -rf $RPM_BUILD_ROOT
58a689fe 235
437f76a6 236%{__make} install \
237 DESTDIR=$RPM_BUILD_ROOT
1928db7d 238
5cfae0d2 239%{__rm} $RPM_BUILD_ROOT%{_infodir}/standards.info*
ac97d311 240
3f010e6c 241# remove these man pages unless we cross-build for win*/netware platforms.
242# however, this should be done in Makefiles.
5cfae0d2 243%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}.1
3f010e6c 244
bc650d31 245bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
3f010e6c 246
8d8a6b9c 247install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
7fc7d1a5 248install libiberty/pic/libiberty.a $RPM_BUILD_ROOT%{_libdir}
1928db7d 249
3aee031d
JB
250# remove evil -L pointing inside builder's home
251perl -pi -e 's@-L[^ ]*/pic @@g' $RPM_BUILD_ROOT%{_libdir}/libbfd.la
252
16885b7f 253[ -x $RPM_BUILD_ROOT%{_bindir}/ld.bfd ] || ln $RPM_BUILD_ROOT%{_bindir}/ld{,.bfd}
254
ab025e6a
ER
255rm -f $RPM_BUILD_ROOT%{_infodir}/dir
256
49b19461
JB
257%find_lang bfd
258%find_lang binutils
259%find_lang gas
260%find_lang gprof
9c6ae50d 261touch ld.lang
49b19461 262%find_lang ld
1addeff3 263%ifarch %{ix86} %{x8664}
9dedc7ea 264%find_lang gold
1addeff3
JB
265%else
266:> gold.lang
267%endif
49b19461 268%find_lang opcodes
632dfa0c 269cat bfd.lang opcodes.lang > %{name}-libs.lang
08d99624 270cat gas.lang gprof.lang ld.lang gold.lang >> %{name}.lang
bc650d31 271
1928db7d 272%clean
273rm -rf $RPM_BUILD_ROOT
274
bfa6591a 275%post -p /sbin/postshell
c3790715 276-/usr/sbin/fix-info-dir -c %{_infodir}
1928db7d 277
bfa6591a 278%postun -p /sbin/postshell
c3790715 279-/usr/sbin/fix-info-dir -c %{_infodir}
49b19461
JB
280
281%post libs -p /sbin/ldconfig
282%postun libs -p /sbin/ldconfig
283
bfa6591a 284%post devel -p /sbin/postshell
5ff961d5 285-/usr/sbin/fix-info-dir -c %{_infodir}
49b19461 286
bfa6591a 287%postun devel -p /sbin/postshell
5ff961d5 288-/usr/sbin/fix-info-dir -c %{_infodir}
1928db7d 289
bc650d31 290%files -f %{name}.lang
58a689fe 291%defattr(644,root,root,755)
dc044c3b 292%doc README
41248ac5
JB
293%attr(755,root,root) %{_bindir}/addr2line
294%attr(755,root,root) %{_bindir}/ar
295%attr(755,root,root) %{_bindir}/as
296%attr(755,root,root) %{_bindir}/c++filt
297%attr(755,root,root) %{_bindir}/elfedit
298%attr(755,root,root) %{_bindir}/gprof
299%attr(755,root,root) %{_bindir}/ld
300%attr(755,root,root) %{_bindir}/ld.bfd
1addeff3 301%ifarch %{ix86} %{x8664}
08d99624 302%attr(755,root,root) %{_bindir}/ld.gold
1addeff3 303%endif
41248ac5
JB
304%attr(755,root,root) %{_bindir}/nm
305%attr(755,root,root) %{_bindir}/objcopy
306%attr(755,root,root) %{_bindir}/objdump
307%attr(755,root,root) %{_bindir}/ranlib
308%attr(755,root,root) %{_bindir}/readelf
309%attr(755,root,root) %{_bindir}/size
310%attr(755,root,root) %{_bindir}/strings
311%attr(755,root,root) %{_bindir}/strip
49b19461
JB
312%{_infodir}/as.info*
313%{_infodir}/binutils.info*
314%{_infodir}/configure.info*
315%{_infodir}/gprof.info*
316%{_infodir}/ld.info*
9c6ae50d 317%{_prefix}/lib/ldscripts
e85b7701 318%{_mandir}/man1/*
3f010e6c 319%lang(cs) %{_mandir}/cs/man1/*
320%lang(de) %{_mandir}/de/man1/*
321%lang(es) %{_mandir}/es/man1/*
322%lang(fi) %{_mandir}/fi/man1/*
323%lang(fr) %{_mandir}/fr/man1/*
324%lang(hu) %{_mandir}/hu/man1/*
325%lang(ja) %{_mandir}/ja/man1/*
326%lang(pl) %{_mandir}/pl/man1/*
1928db7d 327
49b19461
JB
328%files libs -f %{name}-libs.lang
329%defattr(644,root,root,755)
330%attr(755,root,root) %{_libdir}/libbfd-*.so
331%attr(755,root,root) %{_libdir}/libopcodes-*.so
332
333%files devel
334%defattr(644,root,root,755)
335%attr(755,root,root) %{_libdir}/libbfd.so
336%attr(755,root,root) %{_libdir}/libopcodes.so
337%{_libdir}/libbfd.la
338%{_libdir}/libopcodes.la
339%{_libdir}/libiberty.a
41248ac5
JB
340%{_includedir}/ansidecl.h
341%{_includedir}/bfd.h
342%{_includedir}/bfdlink.h
343%{_includedir}/dis-asm.h
344%{_includedir}/libiberty.h
fb9adfdf 345%{_includedir}/plugin-api.h
41248ac5 346%{_includedir}/symcat.h
49b19461
JB
347%{_infodir}/bfd.info*
348
a806649c 349%files static
8d8a6b9c 350%defattr(644,root,root,755)
49b19461
JB
351%{_libdir}/libbfd.a
352%{_libdir}/libopcodes.a
2859501d
JB
353
354%files gasp
355%defattr(644,root,root,755)
356%attr(755,root,root) %{_bindir}/gasp
357%{_infodir}/gasp.info*
This page took 0.103122 seconds and 4 git commands to generate.