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