]> git.pld-linux.org Git - packages/acx.git/commitdiff
- up to snap 20060521
authoraflinta <aflinta@pld-linux.org>
Wed, 3 Jan 2007 21:10:07 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - from now firmware should be kept in /lib/firmware
 - added include.patch to fix compilation with kernels >= 2.6.18

Changed files:
    acx.spec -> 1.59

acx.spec

index ffbb04fa425e7e93843fc7fa77075f8f3e2b2963..487c3c88755e86d0bf66193856c30c84dac44e5b 100644 (file)
--- a/acx.spec
+++ b/acx.spec
 Summary:       Linux driver for WLAN card base on ACX100
 Summary(pl):   Sterownik dla Linuksa do kart bezprzewodowych na ukĀ³adzie ACX100
 Name:          acx
-Version:       20060215
+Version:       20060521
 %define        _rel    1
 Release:       %{_rel}
 License:       MPL or GPL
 Group:         Base/Kernel
 Source0:       http://195.66.192.167/linux/acx_patches/%{name}-%{version}.tar.bz2
-# Source0-md5: 95bcd5df2365dfcfc78169b0331f69a2
+# Source0-md5: d6a59fc3d34fd596fbd345c24d50a4eb
+Patch0:                %{name}-include.patch
 URL:           http://acx100.sourceforge.net/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.16}
 BuildRequires: rpmbuild(macros) >= 1.330
@@ -60,6 +61,7 @@ Sterownik dla Linuksa SMP do kart bezprzewodowych na uk
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 %build_kernel_modules -m acx
@@ -69,9 +71,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %install_kernel_modules -m acx -d misc
 
-# Add directory to store firmware
-install -d $RPM_BUILD_ROOT%{_datadir}/acx
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -90,13 +89,11 @@ rm -rf $RPM_BUILD_ROOT
 %files -n kernel%{_alt_kernel}-net-acx100
 %defattr(644,root,root,755)
 %doc Changelog README
-%dir %{_datadir}/acx
 /lib/modules/%{_kernel_ver}/misc/*.ko*
 
 %if %{with smp}
 %files -n kernel%{_alt_kernel}-smp-net-acx100
 %defattr(644,root,root,755)
 %doc Changelog README
-%dir %{_datadir}/acx
 /lib/modules/%{_kernel_ver}smp/misc/*.ko*
 %endif
This page took 0.030082 seconds and 4 git commands to generate.