]> git.pld-linux.org Git - packages/acx.git/blobdiff - acx.spec
- fixed build (tested with kernel-module-build-2.6.5-1)
[packages/acx.git] / acx.spec
index 369a400659a399d5c766f6ca39c659d9b834cbd2..11ea4f84c99a4c0d570a1a2ad433ac9050ff339d 100644 (file)
--- a/acx.spec
+++ b/acx.spec
@@ -6,13 +6,13 @@
 Summary:       Linux driver for WLAN card base on ACX100
 Summary(pl):   Sterownik dla Linuksa do kart bezprzewodowych na ukĀ³adzie ACX100
 Name:          kernel-net-acx100
-Version:       0.2.0pre7_plus_fixes_3
+Version:       0.2.0pre8
 %define        _rel    1
 Release:       %{_rel}@%{_kernel_ver_str}
 License:       MPL or GPL
 Group:         Base/Kernel
 Source0:       http://rhlx01.fht-esslingen.de/~andi/acx100/acx100-%{version}.tar.bz2
-# Source0-md5: 31533c147e4f1f268ee41a3c531ba6ab
+# Source0-md5: 489314f0dd48da036de1e94475bc1304
 URL:           http://acx100.sourcefroge.net/index.html
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 2.6.0}
 BuildRequires: %{kgcc_package}
@@ -44,6 +44,7 @@ Sterownik dla Linuksa SMP do kart bezprzewodowych na uk
 
 %build
 cd src
+mv Makefile2.6 Makefile
 ln -sf %{_kernelsrcdir}/config-up .config
 rm -rf include
 install -d include/{linux,config}
@@ -56,7 +57,7 @@ touch include/config/MARKER
        O=$PWD \
        V=1
 
-mv acx100_pci.ko acx100_pci.ko-done
+mv acx_pci.ko acx_pci.ko-done
 
 #% %{__make} -C %{_kernelsrcdir} SUBDIRS=$PWD O=$PWD V=1 mrproper
 
@@ -73,7 +74,7 @@ mv acx100_pci.ko acx100_pci.ko-done
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/misc
 
-install src/acx100_pci.ko-done $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/acx100_pci.ko
+install src/acx_pci.ko-done $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/acx_pci.ko
 #install src/acx100_pci.ko $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/acx100_pci.ko
 
 %clean
This page took 0.077362 seconds and 4 git commands to generate.