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