Summary: Binutils Name: binutils Version: 2.18.50 Release: 2 License: GPL Group: System/Base Source: %{name}-%{version}.tar.bz2 %description A collection of binary tools for unix. %prep %setup -q -c %build mkdir %{name}-build cd %{name}-build %ifarch sparc64 ../%{name}-%{version}/configure --prefix=/usr --enable-shared \ --disable-multilib --enable-64-bit-bfd %else ../%{name}-%{version}/configure --prefix=/usr --enable-shared %endif make tooldir=/usr %install cd %{name}-build rm -rf $RPM_BUILD_ROOT make tooldir=$RPM_BUILD_ROOT/usr DESTDIR=$RPM_BUILD_ROOT install cp ../%{name}-%{version}/include/libiberty.h $RPM_BUILD_ROOT/usr/include %ifarch sparc64 rm -v $RPM_BUILD_ROOT/usr/lib/libstd*so* rmdir -v $RPM_BUILD_ROOT/usr/lib64 %endif %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Sat Jul 5 2008 Jonathan Norman 2.18.50-2 - Added sparc64 specific configure. - Fixed listed files. - Added sparc64 specific commands to put files in the correct place. * Tue Jun 24 2008 Jonathan Norman 2.18.50-1 - Updated binutils from 2.18 to 2.18.50 - removed patch - removed reduncation info fix - updated description * Sun May 11 2008 Jonathan Norman 2.18-2 - Added the binutils branch update patch