]> git.pld-linux.org Git - packages/binutils.git/blobdiff - binutils.spec
- obsolete
[packages/binutils.git] / binutils.spec
index ab6babb0198d507304c01a56bb580f26f8f08663..534d63407960a01431343075731beaac17a81fee 100644 (file)
@@ -13,26 +13,27 @@ Summary(ru):        
 Summary(tr):   GNU geliþtirme araçlarý
 Summary(uk):   îÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנGNU ÄÌÑ ÐÏÂÕÄÏ×É ×ÉËÏÎÕ×ÁÎÉÈ ÐÒÏÇÒÁÍ
 Name:          binutils
-Version:       2.15.92.0.2
-Release:       3
+Version:       2.16.90.0.1
+Release:       2
 Epoch:         2
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
-# Source0-md5: 702bc82d8b10914e112fb5c5d8b66498
+# Source0-md5: b231856d84a6181572b0b3371cfc6843
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: a717d9707ec77d82acb6ec9078c472d6
 Patch0:                %{name}-gasp.patch
 Patch1:                %{name}-info.patch
-Patch2:                %{name}-array-sects-compat.patch
-Patch3:                %{name}-libtool-relink.patch
-Patch4:                %{name}-pt_pax_flags.patch
-Patch5:                %{name}-mips-relocs.patch
-Patch6:                %{name}-pr414.patch
-Patch7:                %{name}-pr437.patch
+Patch2:                %{name}-libtool-relink.patch
+Patch3:                %{name}-pt_pax_flags.patch
+Patch4:                %{name}-mips-relocs.patch
+Patch5:                %{name}-flex.patch
+Patch6:                %{name}-needed.patch
+Patch7:                %{name}-pr815.patch
+Patch8:                %{name}-pr872.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1.8.2
+BuildRequires: automake >= 1:1.8.2
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: gettext-devel
@@ -64,7 +65,7 @@ Binutils is a collection of binary utilities, including:
 - nlmconv - convert object code into an NLM.
 
 %description -l es
-binutils es una colectánea de utilitarios necesarios para compilar
+Binutils es una colección de utilitarios necesarios para compilar
 programas. Incluye assembler y linker, así como varios otros programas
 para trabajar con formatos que se puedan ejecutar.
 
@@ -120,14 +121,13 @@ niekt
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%ifarch %{ix86}
 %patch2 -p1
-%endif
 %patch3 -p1
-%patch4 -p1
-%patch5 -p0
+%patch4 -p0
+%patch5 -p1
 %patch6 -p0
-%patch7 -p1
+%patch7 -p0
+%patch8 -p0
 
 %build
 # non-standard regeneration (needed because of gasp patch)
@@ -159,8 +159,9 @@ CC="%{__cc}"; export CC
 sparc32 \
 %endif
 ./configure %{_target_platform} \
-       --enable-shared \
        --disable-debug \
+       --enable-build-warnings=,-Wno-missing-prototypes \
+       --enable-shared \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --infodir=%{_infodir} \
@@ -173,8 +174,10 @@ sparc32 \
 %endif
        %{?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}
 
+%{__make} configure-bfd
+%{__make} headers -C bfd
 %{__make} all info \
-        tooldir=%{_prefix}
+       tooldir=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.08179 seconds and 4 git commands to generate.