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