- Switch to using upstream (GNU) binutils 2.19.1. It's exactly the same as
the MinGW version now.
This commit is contained in:
parent
7316d9a5e4
commit
f3cbf49176
@ -1 +1 @@
|
||||
binutils-2.19.1-mingw32-src.tar.gz
|
||||
binutils-2.19.1.tar.bz2
|
||||
|
||||
@ -1,16 +1,12 @@
|
||||
%define binutils_version 2.19.1
|
||||
#%define mingw32_binutils_version 20080109-2
|
||||
#%define mingw32_binutils_rpmvers %{expand:%(echo %{mingw32_binutils_version} | tr - _)}
|
||||
|
||||
Name: mingw32-binutils
|
||||
Version: %{binutils_version}
|
||||
Release: 3%{?dist}
|
||||
Version: 2.19.1
|
||||
Release: 4%{?dist}
|
||||
Summary: MinGW Windows binutils
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
|
||||
Group: Development/Libraries
|
||||
URL: http://www.mingw.org/
|
||||
Source0: http://dl.sourceforge.net/sourceforge/mingw/binutils-%{binutils_version}-mingw32-src.tar.gz
|
||||
URL: http://www.gnu.org/software/binutils/
|
||||
Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: flex
|
||||
@ -28,7 +24,7 @@ understand Windows executables and DLLs.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%setup -q -n binutils-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -74,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 10 2009 Richard W.M. Jones <rjones@redhat.com> - 2.19.1-4
|
||||
- Switch to using upstream (GNU) binutils 2.19.1. It's exactly the
|
||||
same as the MinGW version now.
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user