rpms/spu-binutils/devel spu-binutils.spec,1.8,1.9

Jochen Roth jroth at fedoraproject.org
Tue Feb 10 16:00:44 UTC 2009


Author: jroth

Update of /cvs/pkgs/rpms/spu-binutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11277

Modified Files:
	spu-binutils.spec 
Log Message:
spu-gcc was unable to find spu-binutils as the binaries haven't been installed on 64bit architectures. (BZ 484896)




Index: spu-binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spu-binutils/devel/spu-binutils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- spu-binutils.spec	1 Dec 2008 15:39:58 -0000	1.8
+++ spu-binutils.spec	10 Feb 2009 16:00:14 -0000	1.9
@@ -18,7 +18,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.19.50.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -272,9 +272,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
@@ -336,13 +333,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}/bin/*
-%endif #lib64
+%{_prefix}/%{binutils_target}/lib/ldscripts
+%{_prefix}/%{binutils_target}/bin/
 %else # %{isnative}
 %{_infodir}/[^b]*info*
 %{_infodir}/binutils*info*
@@ -357,6 +352,9 @@
 %endif # !%{isnative}
 
 %changelog
+* Tue Feb 10 2009 Jochen Roth <jroth at linux.vnet.ibm.com> 2.19.50.0.1-2
+- install binutils also in 64bit packages (BZ 484896)
+
 * Mon Dec  1 2008 Jochen Roth <jroth at linux.vnet.ibm.com> 2.19.50.0.1-1
 - Rebase sources on 2.19.50.0.1 tarball. Update all patches, trimming
   those that are no longer needed.




More information about the fedora-extras-commits mailing list