]> git.pld-linux.org Git - packages/crossmingw64-binutils.git/commitdiff
- updated to 2.18.50.0.7. auto/th/crossmingw64-binutils-2_18_50_0_7-1
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 20 Jun 2008 14:42:34 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw64-binutils.spec -> 1.13

crossmingw64-binutils.spec

index d4b3a72ccc7e7f788e959a4102187bc08636e78b..ed1e41f3e14f7298635a965f6d48a9cdfeec3537 100644 (file)
@@ -5,12 +5,12 @@ Summary(pl.UTF-8):    Skrośne narzędzia programistyczne GNU dla Mingw64 - binutil
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - Mingw64 binutils
 Summary(tr.UTF-8):     GNU geliştirme araçları - Mingw64 binutils
 Name:          crossmingw64-binutils
-Version:       2.18.50.0.6
+Version:       2.18.50.0.7
 Release:       1
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: 9e474d739355c15ba6ecf5fd9fae8608
+# Source0-md5: d5bce238060d631be60a3f1f1009a7ba
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
@@ -62,6 +62,7 @@ CONFIG_SHELL="/bin/bash" \
        --libdir=%{_libdir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir} \
+       --with-sysroot=%{arch} \
        --host=%{_target_platform} \
        --build=%{_target_platform} \
        --target=%{target}
@@ -81,10 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 
 # remove this man page unless we cross-build for netware platform.
 # however, this should be done in Makefiles.
-rm -f $RPM_BUILD_ROOT%{_mandir}/man1/*nlmconv.1
+rm $RPM_BUILD_ROOT%{_mandir}/man1/*nlmconv.1
 
 # libiberty.a is ELF not PE
-rm -f $RPM_BUILD_ROOT%{arch}/lib/libiberty.a
+rm $RPM_BUILD_ROOT%{_libdir}/libiberty.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.179339 seconds and 4 git commands to generate.