SPECS: bcm4400.spec - without up bcond - fixed %files
sparky
sparky at pld-linux.org
Tue Feb 27 12:21:44 CET 2007
Author: sparky Date: Tue Feb 27 11:21:44 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- without up bcond
- fixed %files
---- Files affected:
SPECS:
bcm4400.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/bcm4400.spec
diff -u SPECS/bcm4400.spec:1.27 SPECS/bcm4400.spec:1.28
--- SPECS/bcm4400.spec:1.27 Mon Feb 12 22:23:48 2007
+++ SPECS/bcm4400.spec Tue Feb 27 12:21:39 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)
@@ -131,9 +132,11 @@
%endif
%if %{with kernel}
+%if %{with up} || %{without dist_kernel}
%files -n kernel%{_alt_kernel}-net-bcm4400
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}/kernel/drivers/net/bcm4400.ko*
+%endif
%if %{with smp} && %{with dist_kernel}
%files -n kernel%{_alt_kernel}-smp-net-bcm4400
@@ -148,6 +151,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2007/02/27 11:21:39 sparky
+- without up bcond
+- fixed %files
+
Revision 1.27 2007/02/12 21:23:48 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bcm4400.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list