SPECS (AC-branch): eagle-usb.spec - rel 5
glen
glen at pld-linux.org
Fri Mar 16 00:04:18 CET 2007
Author: glen Date: Thu Mar 15 23:04:18 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- rel 5
---- Files affected:
SPECS:
eagle-usb.spec (1.89 -> 1.89.2.1)
---- Diffs:
================================================================
Index: SPECS/eagle-usb.spec
diff -u SPECS/eagle-usb.spec:1.89 SPECS/eagle-usb.spec:1.89.2.1
--- SPECS/eagle-usb.spec:1.89 Tue Jan 23 20:01:52 2007
+++ SPECS/eagle-usb.spec Fri Mar 16 00:04:12 2007
@@ -7,6 +7,7 @@
%bcond_without dist_kernel # without distribution kernel
%bcond_without kernel # don't build kernel modules
%bcond_without smp # don't build SMP module
+%bcond_without up # don't build UP module
%bcond_without userspace # don't build userspace tools
%bcond_without cmvs
%bcond_with verbose # verbose build (V=1)
@@ -20,7 +21,7 @@
# no USB in sparc(32) kernel; just build userspace to use with sparc64 kernel
%undefine with_kernel
%endif
-%define _rel 4
+%define _rel 5
Summary: Linux driver for the Eagle 8051 Analog (sagem f at st 800/840/908/...) modems
Summary(pl): Sterownik dla Linuksa do modemów Eagle 8051 Analog (sagem f at st 800/840/908/...)
Name: eagle-usb
@@ -191,9 +192,11 @@
%endif
%if %{with kernel}
+%if %{with up} || %{without dist_kernel}
%files -n kernel%{_alt_kernel}-usb-eagle
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}/kernel/drivers/usb/net/*.ko*
+%endif
%if %{with smp} && %{with dist_kernel}
%files -n kernel%{_alt_kernel}-smp-usb-eagle
@@ -208,6 +211,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89.2.1 2007/03/15 23:04:12 glen
+- rel 5
+
Revision 1.89 2007/01/23 19:01:52 hawk
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/eagle-usb.spec?r1=1.89&r2=1.89.2.1&f=u
More information about the pld-cvs-commit
mailing list