Author: cieciwa                      Date: Mon Jan 30 12:30:40 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- _rel 0.3,
- updated requires checking.

---- Files affected:
SPECS:
   acx100-111.spec (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SPECS/acx100-111.spec
diff -u SPECS/acx100-111.spec:1.1.2.1 SPECS/acx100-111.spec:1.1.2.2
--- SPECS/acx100-111.spec:1.1.2.1       Mon Jan 30 11:18:34 2006
+++ SPECS/acx100-111.spec       Mon Jan 30 13:30:34 2006
@@ -14,7 +14,7 @@
 Summary(pl):   Sterownik dla Linuksa do kart bezprzewodowych na układzach 
ACX100 i ACX111
 Name:          acx
 Version:       20060126
-%define        _rel    0.1
+%define        _rel    0.3
 Release:       %{_rel}
 License:       MPL or GPL
 Group:         Base/Kernel
@@ -74,7 +74,6 @@
 %build
 cd %{name}
 for cfg in %{buildconfigs}; do
-       mkdir -p modules/$cfg
        if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
                exit 1
        fi
@@ -106,7 +105,7 @@
                SUBDIRS=$PWD \
                O=$PWD \
                %{?with_verbose:V=1}
-       mv *.ko modules/$cfg/
+       mv acx.ko acx.ko.$cfg
 done
 
 %install
@@ -121,11 +120,11 @@
 for cfg in %{buildconfigs}; do
        cfgdest=''
        if [ "$cfg" = "smp" ]; then
-               install modules/$cfg/*.ko \
-                       $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}$cfg/misc
+               install acx.ko.smp \
+                       
$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/acx.ko
        else
-               install modules/$cfg/*.ko \
-                       $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc
+               install acx.ko.up \
+                       $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/acx.ko
        fi
 done
 
@@ -146,15 +145,13 @@
 
 %files -n kernel-net-acx100
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO doc/*
-%dir %{_datadir}/acx
+%doc acx/README*
 /lib/modules/%{_kernel_ver}/misc/*.ko*
 
 %if %{with smp}
 %files -n kernel-smp-net-acx100
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO doc/*
-%dir %{_datadir}/acx
+%doc acx/README*
 /lib/modules/%{_kernel_ver}smp/misc/*.ko*
 %endif
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/acx100-111.spec?r1=1.1.2.1&r2=1.1.2.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to