rpms/spu-binutils/F-10 spu-binutils.spec,1.5,1.6

Jochen Roth jroth at fedoraproject.org
Tue Feb 10 18:15:36 UTC 2009


Author: jroth

Update of /cvs/pkgs/rpms/spu-binutils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27702

Modified Files:
	spu-binutils.spec 
Log Message:
fixed bug where spu-gcc doesn't find the spu-binutils on 64bit architecture (BZ 484896)




Index: spu-binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spu-binutils/F-10/spu-binutils.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spu-binutils.spec	1 Dec 2008 16:36:15 -0000	1.5
+++ spu-binutils.spec	10 Feb 2009 18:15:06 -0000	1.6
@@ -18,7 +18,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.18.50.0.9
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -276,9 +276,6 @@
 #rm -rf %{buildroot}%{_prefix}/share/locale
 #rm -rf %{buildroot}%{_mandir}
 rm -rf %{buildroot}%{_prefix}/%{_lib}/libiberty.a
-%if "%{_lib}" == "lib64"
-rm -rf %{buildroot}%{_prefix}/%{binutils_target}
-%endif
 %endif # !%{isnative}
 
 %find_lang %{?cross}binutils
@@ -340,13 +337,11 @@
 %exclude %{_prefix}/%{_lib}/libopcodes.so
 %endif
 %if !%{isnative}
-%if "%{_lib}" == "lib"
 %dir %{_prefix}/%{binutils_target}
-%dir %{_prefix}/%{binutils_target}/%{_lib}
+%dir %{_prefix}/%{binutils_target}/lib
 %dir %{_prefix}/%{binutils_target}/bin
-%{_prefix}/%{binutils_target}/%{_lib}/ldscripts
+%{_prefix}/%{binutils_target}/lib/ldscripts
 %{_prefix}/%{binutils_target}/bin/*
-%endif #lib64
 %else # %{isnative}
 %{_infodir}/[^b]*info*
 %{_infodir}/binutils*info*
@@ -361,6 +356,9 @@
 %endif # !%{isnative}
 
 %changelog
+* Tue Feb 10 2009 Jochen Roth <jroth at linux.vnet.ibm.com> 2.18.50.0.9-11
+- install binutils also in 64bit packages (BZ 484896)
+
 * Mon Dec  1 2008 Jochen Roth <jroth at linux.vnet.ibm.com> 2.18.50.0.9-10
 - spu-binutils now owns /usr/spu (BZ 473666)
 




More information about the fedora-extras-commits mailing list