]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- fix macros order, disable debuginfo for kernel only build
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Jul 2008 10:32:42 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.85.2.39

qemu.spec

index ca1b97e9c4b98d4e56a35b9dc4c612fa3590e568..28038896ba958f89428921843f05fdb49f592cc3 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 %bcond_without kernel                  # build kqemu KERNEL MODULES
 %bcond_without userspace               # don't build userspace utilities
 
-%if %{without kernel}
-%undefine      with_dist_kernel
-%endif
-
 # no kernel kqemu module for ppc
 %ifarch ppc
 %undefine      with_kqemu
 %undefine      with_kernel
 %endif
 
+%if %{without kernel}
+%undefine      with_dist_kernel
+%endif
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine      with_userspace
 %endif
+%if %{without userspace}
+# nothing to be placed to debuginfo package
+%define                _enable_debug_packages  0
+%endif
 
 %define                kqemu_version   1.3.0pre11
 %define                qemu_version    0.9.1
This page took 0.029826 seconds and 4 git commands to generate.