]> git.pld-linux.org Git - packages/em8300.git/commitdiff
- kernel modules won't build on sparc32, no I2C in kernel auto/ac/em8300-0_15_2-2
authorhawk <hawk@pld-linux.org>
Fri, 7 Apr 2006 06:37:43 +0000 (06:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    em8300.spec -> 1.42

em8300.spec

index 38765a1ba4679fd279ff5b531788818e8ff7b7e7..6771542102726b5517021f191807923596e8420c 100644 (file)
@@ -8,6 +8,11 @@
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 
+%ifarch sparc
+# kernel modules won't build on sparc32, no I2C in kernel
+%undefine      with_kernel
+%endif
+
 %if %{without kernel}
 %undefine      with_dist_kernel
 %endif
@@ -16,7 +21,7 @@ Summary:      DXR3 and H+ driver
 Summary(pl):   Sterowniki dla DXR3 i H+
 Name:          em8300
 Version:       0.15.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/dxr3/%{name}-%{version}.tar.gz
This page took 0.094658 seconds and 4 git commands to generate.