]> git.pld-linux.org Git - packages/binutils.git/blob - binutils.spec
8988349a6d9f68cfc7eeb6289767ee29fd2b6e94
[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 #
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.51.0.9
20 Release:        3
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:  2ac3a7dae9f177f2b29f4ef1852c27a8
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 Patch10:        %{name}-pr12163.patch
38 URL:            http://sources.redhat.com/binutils/
39 BuildRequires:  autoconf >= 2.64
40 BuildRequires:  automake >= 1:1.11
41 BuildRequires:  bison
42 BuildRequires:  flex
43 BuildRequires:  gettext-devel
44 BuildRequires:  libstdc++-devel >= 6:4.0-1
45 BuildRequires:  perl-tools-pod
46 %ifarch sparc sparc32
47 BuildRequires:  sparc32
48 %endif
49 BuildRequires:  texinfo >= 4.2
50 Conflicts:      gcc-c++ < 5:3.3
51 Conflicts:      modutils < 2.4.17
52 Obsoletes:      binutils-gold
53 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55 %description
56 Binutils is a collection of binary utilities, including:
57 - ar - create, modify and extract from archives,
58 - nm - lists symbols from object files,
59 - objcopy - copy and translate object files,
60 - objdump - display information from object files,
61 - ranlib - generate an index for the contents of an archive,
62 - size - list the section sizes of an object or archive file,
63 - strings - list printable strings from files,
64 - strip - discard symbols,
65 - addr2line - convert addresses to file and line,
66 - nlmconv - convert object code into an NLM.
67
68 %description -l es.UTF-8
69 Binutils es una colección de utilitarios necesarios para compilar
70 programas. Incluye assembler y linker, así como varios otros programas
71 para trabajar con formatos que se puedan ejecutar.
72
73 %description -l pl.UTF-8
74 Pakiet binutils zawiera zestaw narzędzi umożliwiających kompilację
75 programów. Znajdują się tutaj między innymi assembler, konsolidator
76 (linker), a także inne narzędzia do manipulowania binarnymi plikami
77 programów i bibliotek.
78
79 %description -l pt_BR.UTF-8
80 binutils é uma coletânea de utilitários necessários para compilar
81 programas. Inclui assembler e linker, assim como vários outros
82 programas para trabalhar com formatos executáveis.
83
84 %description -l ru.UTF-8
85 binutils - это набор инструментов, необходимых для компилляции
86 программ. Включает ассемблер, компоновщик и набор других программ для
87 работы с исполняемыми файлами разнообразных форматов.
88
89 %description -l uk.UTF-8
90 binutils - це набір інструментів, необхідних для компіляції програм.
91 Містить асемблер, компоновщик та інші програми, необхідні для роботи з
92 виконуваними файлами різних форматів.
93
94 %package libs
95 Summary:        GNU binutils shared libraries
96 Summary(pl.UTF-8):      Biblioteki współdzielone GNU binutils
97 Group:          Libraries
98 Conflicts:      binutils < 3:2.17.50.0.8-3
99
100 %description libs
101 GNU binutils shared libraries (libbfd, libopcodes).
102
103 %description libs -l pl.UTF-8
104 Biblioteki współdzielone GNU binutils (libbfd, libopcodes).
105
106 %package devel
107 Summary:        Development files for GNU binutils libraries
108 Summary(pl.UTF-8):      Pliki programistyczne bibliotek GNU binutils
109 Group:          Development/Libraries
110 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
111
112 %description devel
113 Development files for GNU binutils libraries (libbfd, libopcodes) and
114 static libiberty library.
115
116 %description devel -l pl.UTF-8
117 Pliki programistyczne bibliotek GNU binutils (libbfd, libopcodes) oraz
118 statyczna biblioteka libiberty.
119
120 %package static
121 Summary:        GNU binutils static libraries
122 Summary(pl.UTF-8):      Biblioteki statyczne do GNU binutils
123 Group:          Development/Libraries
124 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
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 %patch10 -p1
159
160 # file contains hacks for ac 2.59 only
161 %{__rm} config/override.m4
162
163 %build
164 %{__aclocal}
165 %{__autoconf}
166
167 # non-standard regeneration (needed because of gasp patch)
168 # AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
169 for dir in gas bfd; do
170         cd $dir || exit 1
171         %{__aclocal} -I .. -I ../config -I ../bfd
172         %{__automake} Makefile
173         %{__automake} doc/Makefile
174         %{__autoconf}
175         cd ..
176 done
177
178 # More targets
179 TARGETS=
180 %ifarch ia64
181 TARGETS=i686-linux
182 %endif
183 # uhm?
184 %ifarch %{ix86}
185 TARGETS=x86_64-linux
186 %endif
187 %ifarch sparc
188 TARGETS=sparc64-linux
189 %endif
190 %{?addtargets:TARGETS="%{addtargets}"}
191
192 cp -f /usr/share/automake/config.* .
193 CFLAGS="%{rpmcflags}"; export CFLAGS
194 CXXFLAGS="%{rpmcxxflags}"; export CXXFLAGS
195 CC="%{__cc}"; export CC
196 CXX="%{__cxx}"; export CXX
197 %ifarch sparc
198 sparc32 \
199 %endif
200 ./configure %{_target_platform} \
201         --disable-debug \
202         --disable-werror \
203         --enable-build-warnings=,-Wno-missing-prototypes \
204         --enable-shared \
205         --prefix=%{_prefix} \
206         --libdir=%{_libdir} \
207         --infodir=%{_infodir} \
208         --mandir=%{_mandir} \
209         --with-tooldir=%{_prefix} \
210         %{!?with_allarchs:`[ -n "${TARGETS}" ] && echo "--enable-targets=${TARGETS}"`} \
211 %ifarch sparc
212         --enable-64-bit-bfd \
213 %else
214         %{?with_allarchs:--enable-64-bit-bfd} \
215 %endif
216         %{?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} \
217 %ifarch %{ix86} %{x8664}
218         --enable-gold%{!?with_default_ld:=default} --enable-ld%{?with_default_ld:=default} \
219 %endif
220
221 %{__make}
222
223 %install
224 rm -rf $RPM_BUILD_ROOT
225
226 %{__make} install \
227         DESTDIR=$RPM_BUILD_ROOT
228
229 %{__rm} $RPM_BUILD_ROOT%{_infodir}/standards.info*
230
231 # remove these man pages unless we cross-build for win*/netware platforms.
232 # however, this should be done in Makefiles.
233 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}.1
234
235 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
236
237 install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
238 install libiberty/pic/libiberty.a $RPM_BUILD_ROOT%{_libdir}
239
240 # remove evil -L pointing inside builder's home
241 perl -pi -e 's@-L[^ ]*/pic @@g' $RPM_BUILD_ROOT%{_libdir}/libbfd.la
242
243 [ -x $RPM_BUILD_ROOT%{_bindir}/ld.bfd ] || ln $RPM_BUILD_ROOT%{_bindir}/ld{,.bfd}
244
245 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
246
247 %find_lang bfd
248 %find_lang binutils
249 %find_lang gas
250 %find_lang gprof
251 touch ld.lang
252 %find_lang ld
253 %ifarch %{ix86} %{x8664}
254 %find_lang gold
255 %else
256 :> gold.lang
257 %endif
258 %find_lang opcodes
259 cat bfd.lang opcodes.lang > %{name}-libs.lang
260 cat gas.lang gprof.lang ld.lang gold.lang >> %{name}.lang
261
262 %clean
263 rm -rf $RPM_BUILD_ROOT
264
265 %post   -p /sbin/postshell
266 -/usr/sbin/fix-info-dir -c %{_infodir}
267
268 %postun -p /sbin/postshell
269 -/usr/sbin/fix-info-dir -c %{_infodir}
270
271 %post   libs -p /sbin/ldconfig
272 %postun libs -p /sbin/ldconfig
273
274 %post   devel -p /sbin/postshell
275 -/usr/sbin/fix-info-dir -c %{_infodir}
276
277 %postun devel -p /sbin/postshell
278 -/usr/sbin/fix-info-dir -c %{_infodir}
279
280 %files -f %{name}.lang
281 %defattr(644,root,root,755)
282 %doc README
283 %attr(755,root,root) %{_bindir}/addr2line
284 %attr(755,root,root) %{_bindir}/ar
285 %attr(755,root,root) %{_bindir}/as
286 %attr(755,root,root) %{_bindir}/c++filt
287 %attr(755,root,root) %{_bindir}/elfedit
288 %attr(755,root,root) %{_bindir}/gprof
289 %attr(755,root,root) %{_bindir}/ld
290 %attr(755,root,root) %{_bindir}/ld.bfd
291 %ifarch %{ix86} %{x8664}
292 %attr(755,root,root) %{_bindir}/ld.gold
293 %endif
294 %attr(755,root,root) %{_bindir}/nm
295 %attr(755,root,root) %{_bindir}/objcopy
296 %attr(755,root,root) %{_bindir}/objdump
297 %attr(755,root,root) %{_bindir}/ranlib
298 %attr(755,root,root) %{_bindir}/readelf
299 %attr(755,root,root) %{_bindir}/size
300 %attr(755,root,root) %{_bindir}/strings
301 %attr(755,root,root) %{_bindir}/strip
302 %{_infodir}/as.info*
303 %{_infodir}/binutils.info*
304 %{_infodir}/configure.info*
305 %{_infodir}/gprof.info*
306 %{_infodir}/ld.info*
307 %{_prefix}/lib/ldscripts
308 %{_mandir}/man1/*
309 %lang(cs) %{_mandir}/cs/man1/*
310 %lang(de) %{_mandir}/de/man1/*
311 %lang(es) %{_mandir}/es/man1/*
312 %lang(fi) %{_mandir}/fi/man1/*
313 %lang(fr) %{_mandir}/fr/man1/*
314 %lang(hu) %{_mandir}/hu/man1/*
315 %lang(ja) %{_mandir}/ja/man1/*
316 %lang(pl) %{_mandir}/pl/man1/*
317
318 %files libs -f %{name}-libs.lang
319 %defattr(644,root,root,755)
320 %attr(755,root,root) %{_libdir}/libbfd-*.so
321 %attr(755,root,root) %{_libdir}/libopcodes-*.so
322
323 %files devel
324 %defattr(644,root,root,755)
325 %attr(755,root,root) %{_libdir}/libbfd.so
326 %attr(755,root,root) %{_libdir}/libopcodes.so
327 %{_libdir}/libbfd.la
328 %{_libdir}/libopcodes.la
329 %{_libdir}/libiberty.a
330 %{_includedir}/ansidecl.h
331 %{_includedir}/bfd.h
332 %{_includedir}/bfdlink.h
333 %{_includedir}/dis-asm.h
334 %{_includedir}/libiberty.h
335 %{_includedir}/symcat.h
336 %{_infodir}/bfd.info*
337
338 %files static
339 %defattr(644,root,root,755)
340 %{_libdir}/libbfd.a
341 %{_libdir}/libopcodes.a
342
343 %files gasp
344 %defattr(644,root,root,755)
345 %attr(755,root,root) %{_bindir}/gasp
346 %{_infodir}/gasp.info*
This page took 1.553398 seconds and 2 git commands to generate.