]> git.pld-linux.org Git - packages/binutils.git/blame_incremental - binutils.spec
- rel 2
[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.7
18Release: 2
19Epoch: 3
20License: GPL v3+
21Group: Development/Tools
22Source0: ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
23# Source0-md5: d5bce238060d631be60a3f1f1009a7ba
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
35URL: http://sources.redhat.com/binutils/
36BuildRequires: autoconf >= 2.59
37BuildRequires: automake >= 1:1.8.2
38BuildRequires: bison
39BuildRequires: flex
40BuildRequires: gettext-devel
41BuildRequires: perl-tools-pod
42%ifarch sparc sparc32
43BuildRequires: sparc32
44%endif
45BuildRequires: texinfo >= 4.2
46Requires: %{name} = %{epoch}:%{version}-%{release}
47Conflicts: gcc-c++ < 5:3.3
48Conflicts: modutils < 2.4.17
49BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
51%description
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,
61- addr2line - convert addresses to file and line,
62- nlmconv - convert object code into an NLM.
63
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
67para trabajar con formatos que se puedan ejecutar.
68
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.
74
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.
79
80%description -l ru.UTF-8
81binutils - это набор инструментов, необходимых для компилляции
82программ. Включает ассемблер, компоновщик и набор других программ для
83работы с исполняемыми файлами разнообразных форматов.
84
85%description -l uk.UTF-8
86binutils - це набір інструментів, необхідних для компіляції програм.
87Містить асемблер, компоновщик та інші програми, необхідні для роботи з
88виконуваними файлами різних форматів.
89
90%package libs
91Summary: GNU binutils shared libraries
92Summary(pl.UTF-8): Biblioteki współdzielone GNU binutils
93Group: Libraries
94Conflicts: binutils < 3:2.17.50.0.8-3
95
96%description libs
97GNU binutils shared libraries (libbfd, libopcodes).
98
99%description libs -l pl.UTF-8
100Biblioteki współdzielone GNU binutils (libbfd, libopcodes).
101
102%package devel
103Summary: Development files for GNU binutils libraries
104Summary(pl.UTF-8): Pliki programistyczne bibliotek GNU binutils
105Group: Development/Libraries
106Requires: %{name}-libs = %{epoch}:%{version}-%{release}
107
108%description devel
109Development files for GNU binutils libraries (libbfd, libopcodes) and
110static libiberty library.
111
112%description devel -l pl.UTF-8
113Pliki programistyczne bibliotek GNU binutils (libbfd, libopcodes) oraz
114statyczna biblioteka libiberty.
115
116%package static
117Summary: GNU binutils static libraries
118Summary(pl.UTF-8): Biblioteki statyczne do GNU binutils
119Group: Development/Libraries
120Requires: %{name}-devel = %{epoch}:%{version}-%{release}
121
122%description static
123Static GNU binutils libraries (libbfd, libopcodes).
124
125%description static -l pl.UTF-8
126Biblioteki statyczne GNU binutils (libbfd, libopcodes).
127
128%package gasp
129Summary: GASP - old preprocessor for assembly programs
130Summary(pl.UTF-8): GASP - stary preprocesor dla programów w asemblerze
131Group: Development/Tools
132Requires: %{name} = %{epoch}:%{version}-%{release}
133
134%description gasp
135GASP - old preprocessor for assembly programs. It's officially
136obsoleted, but it's still needed to build some packages.
137
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.
142
143%prep
144%setup -q
145%patch0 -p1
146%patch1 -p1
147%patch2 -p1
148%{?with_pax:%patch3 -p1}
149%patch4 -p0
150%patch5 -p1
151%patch6 -p1
152%patch7 -p1
153%patch8 -p1
154
155%build
156# non-standard regeneration (needed because of gasp patch)
157# AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
158for dir in gas bfd; do
159 cd $dir || exit 1
160 aclocal -I ../bfd -I ../config -I ..
161 automake --cygnus Makefile
162 automake --cygnus doc/Makefile
163 autoconf
164 cd ..
165done
166
167# More targets
168TARGETS=
169%ifarch ia64
170TARGETS=i686-linux
171%endif
172# uhm?
173%ifarch %{ix86}
174TARGETS=x86_64-linux
175%endif
176%ifarch sparc
177TARGETS=sparc64-linux
178%endif
179%{?addtargets:TARGETS="%{addtargets}"}
180
181cp -f /usr/share/automake/config.* .
182CFLAGS="%{rpmcflags} -fno-strict-aliasing"; export CFLAGS
183CC="%{__cc}"; export CC
184%ifarch sparc
185sparc32 \
186%endif
187./configure %{_target_platform} \
188 --disable-debug \
189 --disable-werror \
190 --enable-build-warnings=,-Wno-missing-prototypes \
191 --enable-shared \
192 --prefix=%{_prefix} \
193 --libdir=%{_libdir} \
194 --infodir=%{_infodir} \
195 --mandir=%{_mandir} \
196 %{!?with_allarchs:`[ -n "${TARGETS}" ] && echo "--enable-targets=${TARGETS}"`} \
197%ifarch sparc
198 --enable-64-bit-bfd \
199%else
200 %{?with_allarchs:--enable-64-bit-bfd} \
201%endif
202 %{?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}
203
204%{__make} -j1 configure-bfd
205%{__make} -j1 headers -C bfd
206%{__make} -j1 all info \
207 tooldir=%{_prefix}
208
209%install
210rm -rf $RPM_BUILD_ROOT
211
212%{__make} -j1 install \
213 prefix=$RPM_BUILD_ROOT%{_prefix} \
214 tooldir=$RPM_BUILD_ROOT%{_prefix} \
215 mandir=$RPM_BUILD_ROOT%{_mandir} \
216 infodir=$RPM_BUILD_ROOT%{_infodir} \
217 includedir=$RPM_BUILD_ROOT%{_includedir} \
218 libdir=$RPM_BUILD_ROOT%{_libdir}
219
220rm -f $RPM_BUILD_ROOT%{_infodir}/standards.info*
221
222# remove these man pages unless we cross-build for win*/netware platforms.
223# however, this should be done in Makefiles.
224rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}.1
225
226bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
227
228install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
229install libiberty/pic/libiberty.a $RPM_BUILD_ROOT%{_libdir}
230
231# remove evil -L pointing inside builder's home
232perl -pi -e 's@-L[^ ]*/pic @@g' $RPM_BUILD_ROOT%{_libdir}/libbfd.la
233
234rm -f $RPM_BUILD_ROOT%{_infodir}/dir
235
236%find_lang bfd
237%find_lang binutils
238%find_lang gas
239%find_lang gprof
240%find_lang ld
241%find_lang opcodes
242cat bfd.lang opcodes.lang > %{name}-libs.lang
243cat gas.lang gprof.lang ld.lang >> %{name}.lang
244
245%clean
246rm -rf $RPM_BUILD_ROOT
247
248%post -p /sbin/postshell
249-/usr/sbin/fix-info-dir -c %{_infodir}
250
251%postun -p /sbin/postshell
252-/usr/sbin/fix-info-dir -c %{_infodir}
253
254%post libs -p /sbin/ldconfig
255%postun libs -p /sbin/ldconfig
256
257%post devel -p /sbin/postshell
258-/usr/sbin/fix-info-dir -c %{_infodir}
259
260%postun devel -p /sbin/postshell
261-/usr/sbin/fix-info-dir -c %{_infodir}
262
263%files -f %{name}.lang
264%defattr(644,root,root,755)
265%doc README
266%attr(755,root,root) %{_bindir}/[!g]*
267%attr(755,root,root) %{_bindir}/g[!a]*
268%{_prefix}/lib/ldscripts
269%{_infodir}/as.info*
270%{_infodir}/binutils.info*
271%{_infodir}/configure.info*
272%{_infodir}/gprof.info*
273%{_infodir}/ld.info*
274%{_mandir}/man1/*
275%lang(cs) %{_mandir}/cs/man1/*
276%lang(de) %{_mandir}/de/man1/*
277%lang(es) %{_mandir}/es/man1/*
278%lang(fi) %{_mandir}/fi/man1/*
279%lang(fr) %{_mandir}/fr/man1/*
280%lang(hu) %{_mandir}/hu/man1/*
281%lang(ja) %{_mandir}/ja/man1/*
282%lang(pl) %{_mandir}/pl/man1/*
283
284%files libs -f %{name}-libs.lang
285%defattr(644,root,root,755)
286%attr(755,root,root) %{_libdir}/libbfd-*.so
287%attr(755,root,root) %{_libdir}/libopcodes-*.so
288
289%files devel
290%defattr(644,root,root,755)
291%attr(755,root,root) %{_libdir}/libbfd.so
292%attr(755,root,root) %{_libdir}/libopcodes.so
293%{_libdir}/libbfd.la
294%{_libdir}/libopcodes.la
295%{_libdir}/libiberty.a
296%{_includedir}/*.h
297%{_infodir}/bfd.info*
298
299%files static
300%defattr(644,root,root,755)
301%{_libdir}/libbfd.a
302%{_libdir}/libopcodes.a
303
304%files gasp
305%defattr(644,root,root,755)
306%attr(755,root,root) %{_bindir}/gasp
307%{_infodir}/gasp.info*
This page took 0.161941 seconds and 4 git commands to generate.