SPECS: qemu.spec - support ppc, just with kqemu disabled

qboosh qboosh at pld-linux.org
Wed Apr 4 20:55:11 CEST 2007


Author: qboosh                       Date: Wed Apr  4 18:55:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- support ppc, just with kqemu disabled

---- Files affected:
SPECS:
   qemu.spec (1.85 -> 1.86) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85 SPECS/qemu.spec:1.86
--- SPECS/qemu.spec:1.85	Wed Mar 14 13:05:25 2007
+++ SPECS/qemu.spec	Wed Apr  4 20:55:06 2007
@@ -17,6 +17,11 @@
 %bcond_without	userspace		# don't build userspace utilities
 #
 
+# no kqemu for ppc
+%ifarch ppc
+%undefine	with_kqemu
+%undefine	with_kernel
+%endif
 %define	_kqemu_version	1.3.0pre11
 %define		_rel	1
 Summary:	QEMU CPU Emulator
@@ -60,7 +65,7 @@
 %endif
 Requires:	SDL >= 1.2.1
 # sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
-ExclusiveArch:	%{ix86} %{x8664} %{!?with_kqemu:ppc}
+ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some SPARC boot image in ELF format
@@ -326,6 +331,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86  2007/04/04 18:55:06  qboosh
+- support ppc, just with kqemu disabled
+
 Revision 1.85  2007/03/14 12:05:25  pascalek
 - use gcc4 by default (HEAD if for Th)
 - added dosguest patch with dosguest bcond
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qemu.spec?r1=1.85&r2=1.86&f=u



More information about the pld-cvs-commit mailing list