rpms/libspe2/devel libspe2.spec,1.3,1.4

Jochen Roth (jroth) fedora-extras-commits at redhat.com
Tue Jul 29 13:51:58 UTC 2008


Author: jroth

Update of /cvs/pkgs/rpms/libspe2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31166

Modified Files:
	libspe2.spec 
Log Message:
Changed includes for cross toolchain from /usr/include/spu to /usr/spu/include to prepare for spu cross toolchain support.
Existing cross toolchains like avr also use /usr/<target>/include 




Index: libspe2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libspe2/devel/libspe2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libspe2.spec	29 Jul 2008 12:13:14 -0000	1.3
+++ libspe2.spec	29 Jul 2008 13:51:28 -0000	1.4
@@ -1,6 +1,6 @@
 %define up_version 2.2.80
 %define up_release 129
-%define spuinclude %{_includedir}/spu
+%define spuinclude /usr/spu/include
 
 Name:              libspe2
 Version:           %{up_version}.%{up_release}
@@ -154,6 +154,9 @@
 %endif
 
 %changelog
+* Thu Jul 29 2008 Jochen Roth <jroth at linux.vnet.ibm.com> 2.2.80.129-2
+- Prepared for spu cross toolchain includes
+
 * Thu Jul 29 2008 Jochen Roth <jroth at linux.vnet.ibm.com> 2.2.80.129-1
 - update to latest open source version to solve some bugs
 




More information about the fedora-extras-commits mailing list