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