]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- gcc4 fixes, usb api calls fixes. NEEDS TEST!.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 7 Jun 2005 19:26:40 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver.spec -> 1.32

atmelwlandriver.spec

index 2fac895d7facc10052cc6ece25efc984fd1ec2e5..183e58609021ca9f48b05e0ea3651accc8892045 100644 (file)
@@ -23,14 +23,18 @@ Source0:    http://dl.sourceforge.net/atmelwlandriver/%{name}-%{version}.tar.bz2
 Source1:       %{name}-vnetrc
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-etc.patch
+Patch2:                %{name}-usb-api.patch
+Patch3:                %{name}-gcc4.patch
+Patch4:                %{name}-winter-makefile.patch
 #Patch2:               %{name}-fpmath.patch
 #Patch3:               %{name}-delay.patch
 #Patch4:               %{name}-usb_defctrl.patch
-Patch5:                %{name}-winter-makefile.patch
 URL:           http://atmelwlandriver.sourceforge.net/
 %if %{with kernel}
-%{?with_dist_kernel:BuildRequires:     kernel-module-build >= 2.6.7}
-BuildRequires: kernel-source
+%if %{with dist_kernel}
+BuildRequires: kernel-module-build >= 2.6.11
+BuildRequires: kernel-source >= 2.6.11
+%endif
 BuildRequires: rpmbuild(macros) >= 1.217
 %endif
 %if %{with userspace}
@@ -148,10 +152,9 @@ kart ATMELa.
 %setup -q -n atmelwlandriver
 %patch0 -p1
 %patch1 -p1
-#patch2 -p1
-#patch3 -p1
-#patch4 -p1
-%patch5 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 ln -sf Makefile.kernelv2.6 Makefile
This page took 0.063977 seconds and 4 git commands to generate.