]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- skip debug packages for kernel modules only build
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 31 Oct 2008 00:32:46 +0000 (00:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox.spec -> 1.146

VirtualBox.spec

index 73dad2f4a4bb39951a51b4c7fab8e599eb170588..2afefc6eb71a00c8cde3e29dbee68e403e42da22 100644 (file)
 %bcond_without userspace       # don't build userspace package
 %bcond_with    verbose
 
-%define                rel             1
-
 %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             1
 %define                pname   VirtualBox
-
 Summary:       VirtualBox OSE - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox OSE - wirtualizator sprzętu x86
 Name:          %{pname}%{_alt_kernel}
This page took 0.715416 seconds and 4 git commands to generate.