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