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