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