]> git.pld-linux.org Git - packages/acpi_call.git/commitdiff
rm userspace bcond
authorSzymon Siwek <sls@pld-linux.org>
Sat, 21 Sep 2013 15:58:42 +0000 (17:58 +0200)
committerSzymon Siwek <sls@pld-linux.org>
Sat, 21 Sep 2013 15:58:42 +0000 (17:58 +0200)
acpi_call.spec

index e7871b6095922628384135cfa739989fb143b5e8..a15b26c9a311f8fa4ed5191665554df5d857f4e7 100644 (file)
@@ -2,19 +2,11 @@
 # Conditional build:
 %bcond_without dist_kernel     # allow non-distribution kernel
 %bcond_without kernel          # don't build kernel modules
-%bcond_with    userspace       # don't build userspace programs
 %bcond_with    verbose         # verbose build (V=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
 
 #
 # main package.
This page took 0.091007 seconds and 4 git commands to generate.