]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- disable debuginfo for kernel only build auto/th/qemu-0_9_1-9k
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 May 2008 23:44:06 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.111

qemu.spec

index 5c9b597cf482d881a11e722b3e5e12f4487bf4e0..4d201fe143c788510966f2b5878ad6d99b0e5c23 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                rel     9
 
 %define                kqemu_version   1.3.0pre11
 %define                qemu_version    0.9.1
 %define                pname   qemu
-
-%define                rel     9
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          %{pname}%{_alt_kernel}
This page took 0.033646 seconds and 4 git commands to generate.