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