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