rpms/msp430-libc/F-11 msp430-libc.spec,1.1,1.2

rspanton rspanton at fedoraproject.org
Thu Mar 18 18:08:20 UTC 2010


Author: rspanton

Update of /cvs/pkgs/rpms/msp430-libc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18040

Modified Files:
	msp430-libc.spec 
Log Message:
Don't try to build msp430-libc on ppc64
builddep msp430-gcc isn't available on that.



Index: msp430-libc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/msp430-libc/F-11/msp430-libc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- msp430-libc.spec	16 Nov 2009 20:34:48 -0000	1.1
+++ msp430-libc.spec	18 Mar 2010 18:08:20 -0000	1.2
@@ -5,7 +5,7 @@
 Name:		msp430-libc
 # There has been no release, so this is a snapshot
 Version:	0
-Release:	3.20090726cvs%{?dist}
+Release:	4.20090726cvs%{?dist}
 Summary:	C library for use with GCC on Texas Instruments MSP430 microcontrollers
 Group:		Development/Libraries
 License:	BSD
@@ -20,6 +20,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{na
 BuildRequires:	msp430-gcc
 Requires:	msp430-gcc
 BuildArch:	noarch
+ExcludeArch:	ppc64
 
 %description
 A C library for use on Texas Instruments MSP430 microcontrollers with
@@ -59,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Mar 18 2010 Rob Spanton rspanton at zepler.net 0-4.20090726cvs
+- Don't try to build on ppc64, msp430-gcc isn't available on that.
+
 * Sun Jul 26 2009 Rob Spanton rspanton at zepler.net 0-3.20090726cvs
 - Use later version from CVS
 



More information about the scm-commits mailing list