]> git.pld-linux.org Git - packages/binutils.git/blob - binutils.spec
- PR ld/3191 patch updated, release 2.3.
[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):    GNU Binary Utility Development Utilities
8 Summary(es):    Utilitarios para desarrollo de binarios de la GNU
9 Summary(fr):    Utilitaires de développement binaire de GNU
10 Summary(pl):    Narzêdzia GNU dla programistów
11 Summary(pt_BR): Utilitários para desenvolvimento de binários da GNU
12 Summary(ru):    îÁÂÏÒ ÉÎÓÔÒÕÍÅÎÔÏ× GNU ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÉÓÐÏÌÎÑÅÍÙÈ ÐÒÏÇÒÁÍÍ
13 Summary(tr):    GNU geliþtirme araçlarý
14 Summary(uk):    îÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנGNU ÄÌÑ ÐÏÂÕÄÏ×É ×ÉËÏÎÕ×ÁÎÉÈ ÐÒÏÇÒÁÍ
15 Name:           binutils
16 Version:        2.17.50.0.3
17 Release:        2.3
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:  684c535df0ff8ffaa11fe4aed14539e7
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}-pr3166.patch
34 Patch9:         %{name}-pr3186.patch
35 Patch10:        %{name}-pr3310.patch
36 Patch11:        %{name}-pr3191.patch
37 URL:            http://sources.redhat.com/binutils/
38 BuildRequires:  autoconf >= 2.59
39 BuildRequires:  automake >= 1:1.8.2
40 BuildRequires:  bison
41 BuildRequires:  flex
42 BuildRequires:  gettext-devel
43 BuildRequires:  perl-tools-pod
44 %ifarch sparc sparc32
45 BuildRequires:  sparc32
46 %endif
47 BuildRequires:  texinfo >= 4.2
48 Requires(post,postun):  /sbin/ldconfig
49 Conflicts:      gcc-c++ < 5:3.3
50 Conflicts:      modutils < 2.4.17
51 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53 %description
54 Binutils is a collection of binary utilities, including:
55 - ar - create, modify and extract from archives,
56 - nm - lists symbols from object files,
57 - objcopy - copy and translate object files,
58 - objdump - display information from object files,
59 - ranlib - generate an index for the contents of an archive,
60 - size - list the section sizes of an object or archive file,
61 - strings - list printable strings from files,
62 - strip - discard symbols,
63 - addr2line - convert addresses to file and line,
64 - nlmconv - convert object code into an NLM.
65
66 %description -l es
67 Binutils es una colección de utilitarios necesarios para compilar
68 programas. Incluye assembler y linker, así como varios otros programas
69 para trabajar con formatos que se puedan ejecutar.
70
71 %description -l pl
72 Pakiet binutils zawiera zestaw narzêdzi umo¿liwiaj±cych kompilacjê
73 programów. Znajduj± siê tutaj miêdzy innymi assembler, konsolidator
74 (linker), a tak¿e inne narzêdzia do manipulowania binarnymi plikami
75 programów i bibliotek.
76
77 %description -l pt_BR
78 binutils é uma coletânea de utilitários necessários para compilar
79 programas. Inclui assembler e linker, assim como vários outros
80 programas para trabalhar com formatos executáveis.
81
82 %description -l ru
83 binutils - ÜÔÏ ÎÁÂÏÒ ÉÎÓÔÒÕÍÅÎÔÏ×, ÎÅÏÂÈÏÄÉÍÙÈ ÄÌÑ ËÏÍÐÉÌÌÑÃÉÉ
84 ÐÒÏÇÒÁÍÍ. ÷ËÌÀÞÁÅÔ ÁÓÓÅÍÂÌÅÒ, ËÏÍÐÏÎÏ×ÝÉË É ÎÁÂÏÒ ÄÒÕÇÉÈ ÐÒÏÇÒÁÍÍ ÄÌÑ
85 ÒÁÂÏÔÙ Ó ÉÓÐÏÌÎÑÅÍÙÍÉ ÆÁÊÌÁÍÉ ÒÁÚÎÏÏÂÒÁÚÎÙÈ ÆÏÒÍÁÔÏ×.
86
87 %description -l uk
88 binutils - ÃÅ ÎÁ¦Ҡ¦ÎÓÔÒÕÍÅÎÔ¦×, ÎÅÏÂȦÄÎÉÈ ÄÌÑ ËÏÍЦÌÑ槠ÐÒÏÇÒÁÍ.
89 í¦ÓÔÉÔØ ÁÓÅÍÂÌÅÒ, ËÏÍÐÏÎÏ×ÝÉË ÔÁ ¦ÎÛ¦ ÐÒÏÇÒÁÍÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÂÏÔÉ Ú
90 ×ÉËÏÎÕ×ÁÎÉÍÉ ÆÁÊÌÁÍÉ Ò¦ÚÎÉÈ ÆÏÒÍÁÔ¦×.
91
92 %package static
93 Summary:        GNU Binutils static libraries
94 Summary(pl):    Biblioteki statyczne do GNU Binutils
95 Group:          Development/Libraries
96 Requires:       %{name} = %{epoch}:%{version}-%{release}
97
98 %description static
99 Static libraries for GNU Binutils.
100
101 %description static -l pl
102 Biblioteki statyczne GNU Binutils.
103
104 %package gasp
105 Summary:        GASP - old preprocessor for assembly programs
106 Summary(pl):    GASP - stary preprocesor dla programów w asemblerze
107 Group:          Development/Tools
108 Requires:       %{name} = %{epoch}:%{version}-%{release}
109
110 %description gasp
111 GASP - old preprocessor for assembly programs. It's officially
112 obsoleted, but it's still needed to build some packages.
113
114 %description gasp -l pl
115 GASP - stary preprocesor dla programów w asemblerze. Jest oficjalnie
116 uznany za przestarza³y, ale jest nadal potrzebny do zbudowania
117 niektórych pakietów.
118
119 %prep
120 %setup -q
121 %patch0 -p1
122 %patch1 -p1
123 %patch2 -p1
124 %patch3 -p1
125 %patch4 -p0
126 %patch5 -p1
127 %patch6 -p1
128 %patch7 -p1
129 %patch8 -p0
130 %patch9 -p0
131 %patch10 -p0
132 %patch11 -p0
133
134 %build
135 # non-standard regeneration (needed because of gasp patch)
136 cd gas
137 aclocal
138 automake --cygnus Makefile
139 automake --cygnus doc/Makefile
140 autoconf
141 cd ..
142
143 # More targets
144 TARGETS=
145 %ifarch ia64
146 TARGETS=i686-linux
147 %endif
148 # uhm?
149 %ifarch %{ix86}
150 TARGETS=x86_64-linux
151 %endif
152 %ifarch sparc
153 TARGETS=sparc64-linux
154 %endif
155 %{?addtargets:TARGETS="%{addtargets}"}
156
157 cp -f /usr/share/automake/config.* .
158 CFLAGS="%{rpmcflags} -fno-strict-aliasing"; export CFLAGS
159 CC="%{__cc}"; export CC
160 %ifarch sparc
161 sparc32 \
162 %endif
163 ./configure %{_target_platform} \
164         --disable-debug \
165         --disable-werror \
166         --enable-build-warnings=,-Wno-missing-prototypes \
167         --enable-shared \
168         --prefix=%{_prefix} \
169         --libdir=%{_libdir} \
170         --infodir=%{_infodir} \
171         --mandir=%{_mandir} \
172         %{!?with_allarchs:`[ -n "${TARGETS}" ] && echo "--enable-targets=${TARGETS}"`} \
173 %ifarch sparc
174         --enable-64-bit-bfd \
175 %else
176         %{?with_allarchs:--enable-64-bit-bfd} \
177 %endif
178         %{?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}
179
180 %{__make} configure-bfd
181 %{__make} headers -C bfd
182 %{__make} all info \
183         tooldir=%{_prefix}
184
185 %install
186 rm -rf $RPM_BUILD_ROOT
187
188 %{__make} install \
189         prefix=$RPM_BUILD_ROOT%{_prefix} \
190         tooldir=$RPM_BUILD_ROOT%{_prefix} \
191         mandir=$RPM_BUILD_ROOT%{_mandir} \
192         infodir=$RPM_BUILD_ROOT%{_infodir} \
193         includedir=$RPM_BUILD_ROOT%{_includedir} \
194         libdir=$RPM_BUILD_ROOT%{_libdir}
195
196 rm -f $RPM_BUILD_ROOT%{_infodir}/standards.info*
197
198 # remove these man pages unless we cross-build for win*/netware platforms.
199 # however, this should be done in Makefiles.
200 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}.1
201
202 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
203
204 install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
205 install libiberty/pic/libiberty.a $RPM_BUILD_ROOT%{_libdir}
206
207 # remove evil -L pointing inside builder's home
208 perl -pi -e 's@-L[^ ]*/pic @@g' $RPM_BUILD_ROOT%{_libdir}/libbfd.la
209
210 %find_lang %{name} --all-name
211
212 %clean
213 rm -rf $RPM_BUILD_ROOT
214
215 %post
216 /sbin/ldconfig
217 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
218
219 %postun
220 /sbin/ldconfig
221 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
222
223 %files -f %{name}.lang
224 %defattr(644,root,root,755)
225 %doc README
226 %attr(755,root,root) %{_bindir}/[!g]*
227 %attr(755,root,root) %{_bindir}/g[!a]*
228 %attr(755,root,root) %{_libdir}/*.so
229 %{_libdir}/libiberty.a
230 %{_libdir}/lib*.la
231
232 %{_prefix}/lib/ldscripts
233 %{_includedir}/*.h
234
235 %{_infodir}/[!g]*.info*
236 %{_infodir}/g[!a]*.info*
237 %{_mandir}/man1/*
238 %lang(cs) %{_mandir}/cs/man1/*
239 %lang(de) %{_mandir}/de/man1/*
240 %lang(es) %{_mandir}/es/man1/*
241 %lang(fi) %{_mandir}/fi/man1/*
242 %lang(fr) %{_mandir}/fr/man1/*
243 %lang(hu) %{_mandir}/hu/man1/*
244 %lang(ja) %{_mandir}/ja/man1/*
245 %lang(pl) %{_mandir}/pl/man1/*
246
247 %files static
248 %defattr(644,root,root,755)
249 %{_libdir}/lib[!i]*.a
250
251 %files gasp
252 %defattr(644,root,root,755)
253 %attr(755,root,root) %{_bindir}/gasp
254 %{_infodir}/gasp.info*
This page took 0.10229 seconds and 4 git commands to generate.