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