]> git.pld-linux.org Git - packages/btsco.git/commitdiff
- up bcond AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Mar 2007 00:13:57 +0000 (00:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    btsco.spec -> 1.18

btsco.spec

index 7d83ff9390258504562155ab6d906311792d9bfc..ad750d8c43fb4fd99734917ca9b53cbdb166492b 100644 (file)
@@ -3,6 +3,7 @@
 %bcond_without dist_kernel     # without kernel from distribution
 %bcond_without kernel          # don't build kernel modules
 %bcond_without userspace       # don't build userspace utilities
+%bcond_without up              # don't build UP module
 %bcond_without smp             # don't build SMP module
 %bcond_with    verbose         # verbose build (V=1)
 #
@@ -146,10 +147,12 @@ echo "to %{_sysconfdir}/modprobe.conf"
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-char-btsco
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/misc/snd-bt-sco.ko.gz
 %endif
+%endif
 
 %if %{with smp}
 %files -n kernel%{_alt_kernel}-smp-char-btsco
This page took 0.465768 seconds and 4 git commands to generate.