]> git.pld-linux.org Git - packages/crossppc-binutils.git/blobdiff - crossppc-binutils.spec
- updated gettext BR
[packages/crossppc-binutils.git] / crossppc-binutils.spec
index 7ff22430baf62ecf98a8874c3ac6af70b80b9a82..0656d648b0dcf84da216382eaf7e7cb6e0f565df 100644 (file)
@@ -1,3 +1,5 @@
+#
+
 Summary:       Cross PPC GNU binary utility development utilities - binutils
 Summary(es.UTF-8):     Utilitarios para desarrollo de binarios de la GNU - PPC binutils
 Summary(fr.UTF-8):     Utilitaires de développement binaire de GNU - PPC binutils
@@ -5,20 +7,37 @@ Summary(pl.UTF-8):    Skrośne narzędzia programistyczne GNU dla PPC - binutils
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - PPC binutils
 Summary(tr.UTF-8):     GNU geliştirme araçları - PPC binutils
 Name:          crossppc-binutils
-Version:       2.17.50.0.13
+Version:       2.20.51.0.3
 Release:       1
-License:       GPL
+License:       GPL v3+
 Group:         Development/Tools
 Source0:       ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: a51c75cae72349b53cd017488113cfa0
+# Source0-md5: 4d5cdcfa054e697ba92a37f55b125080
+Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/binutils-non-english-man-pages.tar.bz2
+# Source1-md5: a717d9707ec77d82acb6ec9078c472d6
+Patch0:                binutils-gasp.patch
+Patch1:                binutils-info.patch
+Patch2:                binutils-libtool-relink.patch
+Patch3:                binutils-pt_pax_flags.patch
+Patch5:                binutils-flex.patch
+Patch6:                binutils-discarded.patch
+Patch7:                binutils-absolute-gnu_debuglink-path.patch
+Patch8:                binutils-libtool-m.patch
+Patch9:                binutils-build-id.patch
+Patch10:       binutils-tooldir.patch
 URL:           http://sources.redhat.com/binutils/
-BuildRequires: automake
-BuildRequires: bash
+BuildRequires: autoconf >= 2.64
+BuildRequires: automake >= 1:1.11
 BuildRequires: bison
 BuildRequires: flex
+BuildRequires: gettext-tools
+BuildRequires: libstdc++-devel >= 6:4.0-1
+BuildRequires: perl-tools-pod
 %ifarch sparc sparc32
 BuildRequires: sparc32
 %endif
+BuildRequires: texinfo >= 4.2
+Conflicts:     gcc-c++ < 5:3.3
 ExcludeArch:   ppc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,44 +70,70 @@ Ten pakiet zawiera wersję skrośną generującą kod dla PPC.
 
 %prep
 %setup -q -n binutils-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%{?with_pax:%patch3 -p1}
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+
+# file contains hacks for ac 2.59 only
+rm config/override.m4
 
 %build
-cp /usr/share/automake/config.sub .
+%{__aclocal}
+%{__autoconf}
+
+# non-standard regeneration (needed because of gasp patch)
+# AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
+for dir in gas bfd; do
+       cd $dir || exit 1
+       %{__aclocal} -I .. -I ../config -I ../bfd
+       %{__automake} Makefile
+       %{__automake} doc/Makefile
+       %{__autoconf}
+       cd ..
+done
+
+cp -f /usr/share/automake/config.* .
 
-# ldscripts won't be generated properly if SHELL is not bash...
-CFLAGS="%{rpmcflags} -fno-strict-aliasing" \
-LDFLAGS="%{rpmldflags}" \
-CONFIG_SHELL="/bin/bash" \
+CFLAGS="%{rpmcflags}"; export CFLAGS
+CC="%{__cc}"; export CC
 %ifarch sparc
 sparc32 \
 %endif
-./configure \
+./configure %{_target_platform} \
+       --disable-debug \
+       --disable-werror \
+       --enable-build-warnings=,-Wno-missing-prototypes \
        --disable-shared \
        --disable-nls \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
-       --mandir=%{_mandir} \
        --infodir=%{_infodir} \
-       --enable-64-bit-bfd \
+       --mandir=%{_mandir} \
+       --with-tooldir=%{arch} \
+       --enable-gold=both \
        --target=%{target}
 
-%{__make} all \
-       tooldir=%{_prefix} \
-       EXEEXT=""
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}
 
 %{__make} install \
-       prefix=$RPM_BUILD_ROOT%{_prefix} \
-       mandir=$RPM_BUILD_ROOT%{_mandir} \
-       infodir=$RPM_BUILD_ROOT%{_infodir} \
-       libdir=$RPM_BUILD_ROOT%{_libdir}
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_infodir}/standards.info*
 
 # remove these man pages unless we cross-build for win*/netware platforms.
 # however, this should be done in Makefiles.
-rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{*dlltool,*nlmconv,*windres}.1
+rm $RPM_BUILD_ROOT%{_mandir}/man1/{*dlltool,*nlmconv,*windres}.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -101,6 +146,5 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{arch}/bin
 %attr(755,root,root) %{arch}/bin/*
 %dir %{arch}/lib
-%dir %{arch}/lib/*
-%{arch}/lib/ldscripts/*
+%{arch}/lib/ldscripts
 %{_mandir}/man?/%{target}-*
This page took 0.090761 seconds and 4 git commands to generate.