]> git.pld-linux.org Git - packages/binutils.git/blame - binutils.spec
- up to 2.19.51.0.2
[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)
bfa6591a 5%bcond_with gold # enable gold (gnu ld successor) on supported archs (x86/sparc)
a3e16156 6 # http://sourceware.org/ml/binutils/2008-03/msg00162.html
a64f9a91 7%bcond_without pax # without PaX flags (for upstream bugreports)
c5304b32 8#
bfa6591a
JB
9%ifnarch %{ix86} %{x8664} sparc
10%undefine with_gold
9c6ae50d
AG
11%endif
12#
58a689fe 13Summary: GNU Binary Utility Development Utilities
ceb5138c
ER
14Summary(de.UTF-8): GNU Binary Utility Development Utilities
15Summary(es.UTF-8): Utilitarios para desarrollo de binarios de la GNU
16Summary(fr.UTF-8): Utilitaires de développement binaire de GNU
17Summary(pl.UTF-8): Narzędzia GNU dla programistów
18Summary(pt_BR.UTF-8): Utilitários para desenvolvimento de binários da GNU
19Summary(ru.UTF-8): Набор инструментов GNU для построения исполняемых программ
20Summary(tr.UTF-8): GNU geliştirme araçları
21Summary(uk.UTF-8): Набір інструментів GNU для побудови виконуваних програм
58a689fe 22Name: binutils
1ffacd41 23Version: 2.19.51.0.2
bfa6591a 24Release: 1
2a3747ce 25Epoch: 3
0f5b7b0a 26License: GPL v3+
58a689fe 27Group: Development/Tools
9743462a 28Source0: ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
1ffacd41 29# Source0-md5: 2b019d9f3c46a5bb775b42ab55f199cc
ab9f8866 30Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
e866ad8f 31# Source1-md5: a717d9707ec77d82acb6ec9078c472d6
2859501d 32Patch0: %{name}-gasp.patch
f0309959 33Patch1: %{name}-info.patch
fb2b373b
JB
34Patch2: %{name}-libtool-relink.patch
35Patch3: %{name}-pt_pax_flags.patch
36Patch4: %{name}-mips-relocs.patch
37Patch5: %{name}-flex.patch
8c2c8b6f 38Patch6: %{name}-discarded.patch
3cd495cf 39Patch7: %{name}-absolute-gnu_debuglink-path.patch
2cca3b33 40Patch8: %{name}-libtool-m.patch
4770b19c 41URL: http://sources.redhat.com/binutils/
bfa6591a 42BuildRequires: autoconf >= 2.60
6f50a15f 43BuildRequires: automake >= 1:1.8.2
92b879dd 44BuildRequires: bison
4770b19c 45BuildRequires: flex
d8488630 46BuildRequires: gettext-devel
bf86bb67
PS
47%if %{with gold}
48BuildRequires: libstdc++-devel >= 6:4.0-1
49%endif
3aee031d 50BuildRequires: perl-tools-pod
c1a8e558 51%ifarch sparc sparc32
52BuildRequires: sparc32
53%endif
e6b8978d 54BuildRequires: texinfo >= 4.2
49b19461 55Requires: %{name} = %{epoch}:%{version}-%{release}
74cc5371 56Conflicts: gcc-c++ < 5:3.3
bc650d31 57Conflicts: modutils < 2.4.17
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}
a806649c 130
131%description static
49b19461 132Static GNU binutils libraries (libbfd, libopcodes).
a806649c 133
0c3d68f2 134%description static -l pl.UTF-8
49b19461 135Biblioteki statyczne GNU binutils (libbfd, libopcodes).
a806649c 136
2859501d
JB
137%package gasp
138Summary: GASP - old preprocessor for assembly programs
ceb5138c 139Summary(pl.UTF-8): GASP - stary preprocesor dla programów w asemblerze
2859501d 140Group: Development/Tools
a8538388 141Requires: %{name} = %{epoch}:%{version}-%{release}
2859501d
JB
142
143%description gasp
144GASP - old preprocessor for assembly programs. It's officially
145obsoleted, but it's still needed to build some packages.
146
0c3d68f2
JR
147%description gasp -l pl.UTF-8
148GASP - stary preprocesor dla programów w asemblerze. Jest oficjalnie
149uznany za przestarzały, ale jest nadal potrzebny do zbudowania
150niektórych pakietów.
2859501d 151
1928db7d 152%prep
501f7670 153%setup -q
948596dc 154%patch0 -p1
c5304b32 155%patch1 -p1
f0309959 156%patch2 -p1
a64f9a91 157%{?with_pax:%patch3 -p1}
fb2b373b
JB
158%patch4 -p0
159%patch5 -p1
8c2c8b6f 160%patch6 -p1
3cd495cf 161%patch7 -p1
2cca3b33 162%patch8 -p1
1928db7d 163
bfa6591a
JB
164# hacks for ac 2.59 only
165rm config/override.m4
166
1928db7d 167%build
a8538388 168# non-standard regeneration (needed because of gasp patch)
fe27c565 169# AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
71ec0766
AM
170for dir in gas bfd; do
171 cd $dir || exit 1
bfa6591a 172 aclocal -I .. -I ../config -I ../bfd
71ec0766
AM
173 automake --cygnus Makefile
174 automake --cygnus doc/Makefile
175 autoconf
176 cd ..
177done
266c72dc 178
3cc4a1c4
AM
179# More targets
180TARGETS=
181%ifarch ia64
182TARGETS=i686-linux
183%endif
501f7670 184# uhm?
3cc4a1c4
AM
185%ifarch %{ix86}
186TARGETS=x86_64-linux
187%endif
188%ifarch sparc
189TARGETS=sparc64-linux
190%endif
501f7670 191%{?addtargets:TARGETS="%{addtargets}"}
3cc4a1c4 192
bc650d31 193cp -f /usr/share/automake/config.* .
5b1149bd 194CFLAGS="%{rpmcflags} -fno-strict-aliasing"; export CFLAGS
bc650d31 195CC="%{__cc}"; export CC
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 \
1e19fd88 204 --prefix=%{_prefix} \
a74f9904 205 --libdir=%{_libdir} \
1e19fd88 206 --infodir=%{_infodir} \
c1bfddd6 207 --mandir=%{_mandir} \
501f7670 208 %{!?with_allarchs:`[ -n "${TARGETS}" ] && echo "--enable-targets=${TARGETS}"`} \
c446d5a3 209%ifarch sparc
ab151dc7 210 --enable-64-bit-bfd \
501f7670
JB
211%else
212 %{?with_allarchs:--enable-64-bit-bfd} \
c446d5a3 213%endif
9c6ae50d
AG
214 %{?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} \
215 %{?with_gold:--enable-gold}
58a689fe 216
642469b1 217%{__make} -j1 configure-bfd
218%{__make} -j1 headers -C bfd
219%{__make} -j1 all info \
bf5e4245 220 tooldir=%{_prefix}
1928db7d 221
222%install
223rm -rf $RPM_BUILD_ROOT
58a689fe 224
642469b1 225%{__make} -j1 install \
2b1d9baa 226 prefix=$RPM_BUILD_ROOT%{_prefix} \
227 tooldir=$RPM_BUILD_ROOT%{_prefix} \
8d8a6b9c 228 mandir=$RPM_BUILD_ROOT%{_mandir} \
b4c80bec 229 infodir=$RPM_BUILD_ROOT%{_infodir} \
230 includedir=$RPM_BUILD_ROOT%{_includedir} \
231 libdir=$RPM_BUILD_ROOT%{_libdir}
1928db7d 232
ac97d311
AF
233rm -f $RPM_BUILD_ROOT%{_infodir}/standards.info*
234
3f010e6c 235# remove these man pages unless we cross-build for win*/netware platforms.
236# however, this should be done in Makefiles.
237rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}.1
238
bc650d31 239bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
3f010e6c 240
8d8a6b9c 241install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
7fc7d1a5 242install libiberty/pic/libiberty.a $RPM_BUILD_ROOT%{_libdir}
1928db7d 243
3aee031d
JB
244# remove evil -L pointing inside builder's home
245perl -pi -e 's@-L[^ ]*/pic @@g' $RPM_BUILD_ROOT%{_libdir}/libbfd.la
246
ab025e6a
ER
247rm -f $RPM_BUILD_ROOT%{_infodir}/dir
248
49b19461
JB
249%find_lang bfd
250%find_lang binutils
251%find_lang gas
252%find_lang gprof
9c6ae50d
AG
253touch ld.lang
254%if %{without gold}
49b19461 255%find_lang ld
9c6ae50d 256%endif
49b19461 257%find_lang opcodes
632dfa0c
JB
258cat bfd.lang opcodes.lang > %{name}-libs.lang
259cat gas.lang gprof.lang ld.lang >> %{name}.lang
bc650d31 260
1928db7d 261%clean
262rm -rf $RPM_BUILD_ROOT
263
bfa6591a 264%post -p /sbin/postshell
c3790715 265-/usr/sbin/fix-info-dir -c %{_infodir}
1928db7d 266
bfa6591a 267%postun -p /sbin/postshell
c3790715 268-/usr/sbin/fix-info-dir -c %{_infodir}
49b19461
JB
269
270%post libs -p /sbin/ldconfig
271%postun libs -p /sbin/ldconfig
272
bfa6591a 273%post devel -p /sbin/postshell
5ff961d5 274-/usr/sbin/fix-info-dir -c %{_infodir}
49b19461 275
bfa6591a 276%postun devel -p /sbin/postshell
5ff961d5 277-/usr/sbin/fix-info-dir -c %{_infodir}
1928db7d 278
bc650d31 279%files -f %{name}.lang
58a689fe 280%defattr(644,root,root,755)
dc044c3b 281%doc README
2859501d
JB
282%attr(755,root,root) %{_bindir}/[!g]*
283%attr(755,root,root) %{_bindir}/g[!a]*
49b19461
JB
284%{_infodir}/as.info*
285%{_infodir}/binutils.info*
286%{_infodir}/configure.info*
287%{_infodir}/gprof.info*
9c6ae50d 288%if %{without gold}
49b19461 289%{_infodir}/ld.info*
9c6ae50d
AG
290%{_prefix}/lib/ldscripts
291%endif
e85b7701 292%{_mandir}/man1/*
3f010e6c 293%lang(cs) %{_mandir}/cs/man1/*
294%lang(de) %{_mandir}/de/man1/*
295%lang(es) %{_mandir}/es/man1/*
296%lang(fi) %{_mandir}/fi/man1/*
297%lang(fr) %{_mandir}/fr/man1/*
298%lang(hu) %{_mandir}/hu/man1/*
299%lang(ja) %{_mandir}/ja/man1/*
300%lang(pl) %{_mandir}/pl/man1/*
1928db7d 301
49b19461
JB
302%files libs -f %{name}-libs.lang
303%defattr(644,root,root,755)
304%attr(755,root,root) %{_libdir}/libbfd-*.so
305%attr(755,root,root) %{_libdir}/libopcodes-*.so
306
307%files devel
308%defattr(644,root,root,755)
309%attr(755,root,root) %{_libdir}/libbfd.so
310%attr(755,root,root) %{_libdir}/libopcodes.so
311%{_libdir}/libbfd.la
312%{_libdir}/libopcodes.la
313%{_libdir}/libiberty.a
314%{_includedir}/*.h
315%{_infodir}/bfd.info*
316
a806649c 317%files static
8d8a6b9c 318%defattr(644,root,root,755)
49b19461
JB
319%{_libdir}/libbfd.a
320%{_libdir}/libopcodes.a
2859501d
JB
321
322%files gasp
323%defattr(644,root,root,755)
324%attr(755,root,root) %{_bindir}/gasp
325%{_infodir}/gasp.info*
This page took 0.209352 seconds and 4 git commands to generate.