From: Elan Ruusamäe Date: Fri, 26 Jan 2007 10:22:54 +0000 (+0000) Subject: - reverted, kqemu bcond is for application support X-Git-Tag: deadbranch-1.2.2~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=3229b511dedc183d5d773afe1a362e52141d911a;p=packages%2Fqemu.git - reverted, kqemu bcond is for application support - kernel module is what is restricted Changed files: qemu.spec -> 1.77 --- diff --git a/qemu.spec b/qemu.spec index 4c7a702..106129c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,19 +1,19 @@ # # TODO: # - wait till the gcc bug http://gcc.gnu.org/PR16185 is fixed. -# - kqemu module could be distributable if somebody bothers to contact qemu +# - kqemu MODULE could be distributable if somebody bothers to contact qemu # author http://fabrice.bellard.free.fr/qemu/qemu-accel.html # (but only in source form as distribution of linked module would be # violation of GPL) # # Conditional build: -%bcond_with kqemu # disable QEMU accelerator support +%bcond_without kqemu # disable QEMU ACCELERATOR support %bcond_with cflags_passing # with passing rpmcflags to Makefiles %bcond_with nosdlgui # do not use SDL gui (use X11 instead) # Note that gcc4 build is very problematic and not supported by qemu team %bcond_with gcc4 # use gcc4 patches (broke build on gcc33) %bcond_without dist_kernel # without distribution kernel -%bcond_with kernel # build kqemu kernel modules (see License) +%bcond_with kernel # build kqemu KERNEL MODULES (see License) %bcond_without smp # don't build SMP module %bcond_without userspace # don't build userspace utilities #