]> git.pld-linux.org Git - packages/adm8211.git/commitdiff
- up bcond master
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:
    adm8211.spec -> 1.16

adm8211.spec

index 4194783b09ed393a3223d1e55a4f826364714f4e..80fdad3968b6384d67669775021b57c3342bee58 100644 (file)
@@ -3,6 +3,7 @@
 
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
+%bcond_without up              # don't build UP module
 %bcond_without smp             # don't build SMP module
 %bcond_with    verbose         # verbose build (V=1)
 #
@@ -106,9 +107,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n kernel-smp-net-adm8211
 %depmod %{_kernel_ver}smp
 
+%if %{with up} || %{without dist_kernel}
 %files -n kernel-net-adm8211
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/wireless/*.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel-smp-net-adm8211
This page took 0.098013 seconds and 4 git commands to generate.