]> git.pld-linux.org Git - packages/crossmingw32-binutils.git/commitdiff
- added pe-types patch (fixes ld SEGV on mingw-runtime @alpha); release 2 auto/ac/crossmingw32-binutils-2_14_90_0_8-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Feb 2004 22:15:08 +0000 (22:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-binutils.spec -> 1.38

crossmingw32-binutils.spec

index 92e8903c12c12bd9f2a721c9caee333f5da95488..dc809f93c6293ebfaff42d3357bf56fa2fd61f2c 100644 (file)
@@ -6,11 +6,13 @@ Summary(pt_BR):       Utilit
 Summary(tr):   GNU geliþtirme araçlarý - Mingw32 binutils
 Name:          crossmingw32-binutils
 Version:       2.14.90.0.8
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
 # Source0-md5: 3e28792a585e14b57838cd24130a24dd
+Patch0:                binutils-pe-types.patch
+URL:           http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
 BuildRequires: bison
@@ -42,6 +44,7 @@ Ten pakiet zawiera binutils generuj
 
 %prep
 %setup -q -n binutils-%{version}
+%patch0 -p1
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -83,6 +86,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/*nlmconv.1
 # libiberty.a is ELF not PE
 rm -f $RPM_BUILD_ROOT%{arch}/lib/libiberty.a
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %dir %{arch}
@@ -92,6 +98,3 @@ rm -f $RPM_BUILD_ROOT%{arch}/lib/libiberty.a
 %{arch}/lib/ldscripts
 %attr(755,root,root) %{_bindir}/%{target}-*
 %{_mandir}/man1/%{target}-*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.145072 seconds and 4 git commands to generate.