SPECS: rt2400.spec - without up bcond - fixed %files

sparky sparky at pld-linux.org
Tue Feb 27 12:27:39 CET 2007


Author: sparky                       Date: Tue Feb 27 11:27:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- without up bcond
- fixed %files

---- Files affected:
SPECS:
   rt2400.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/rt2400.spec
diff -u SPECS/rt2400.spec:1.50 SPECS/rt2400.spec:1.51
--- SPECS/rt2400.spec:1.50	Tue Feb 13 09:06:44 2007
+++ SPECS/rt2400.spec	Tue Feb 27 12:27:34 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	dist_kernel	# allow non-distribution kernel
 %bcond_without	kernel		# don't build kernel modules
+%bcond_without	up		# don't build UP module
 %bcond_without	smp		# don't build SMP module
 %bcond_without	userspace	# don't build userspace module
 %bcond_with	verbose		# verbose build (V=1)
@@ -152,9 +153,11 @@
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-net-rt2400
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/wireless/*.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-net-rt2400
@@ -169,6 +172,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2007/02/27 11:27:34  sparky
+- without up bcond
+- fixed %files
+
 Revision 1.50  2007/02/13 08:06:44  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rt2400.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list