]> git.pld-linux.org Git - packages/e1000.git/blobdiff - e1000.spec
- updated to 8.0.1
[packages/e1000.git] / e1000.spec
index e5eb38e9afb12377bcd1ba4af59388578ebd8fb0..68ab4c02f8bfca42aad4d7065068b71af487a349 100644 (file)
@@ -1,20 +1,31 @@
 #
 # Conditional build:
 %bcond_without dist_kernel     # allow non-distribution kernel
+%bcond_without kernel          # don't build kernel modules
 %bcond_with    verbose         # verbose build (V=1)
-#
-%define                pname   e1000
+
+%ifarch sparc
+%undefine      with_smp
+%endif
+
+%if %{without kernel}
+%undefine with_dist_kernel
+%endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine      with_userspace
+%endif
+
 %define                rel     1
-#
+%define                pname   e1000
 Summary:       Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty Intel(R) PRO/1000
 Name:          %{pname}%{_alt_kernel}
-Version:       7.6.15.5
+Version:       8.0.1
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 744d801c29a3c67713228aea96e17c86
+# Source0-md5: c9464fc1ac8f2c44647262f3a06b0020
 URL:           http://sourceforge.net/projects/e1000/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
@@ -38,7 +49,6 @@ Requires(post,postun):        /sbin/depmod
 %requires_releq_kernel
 Requires(postun):      %releq_kernel
 %endif
-Provides:      kernel(e1000)
 Obsoletes:     e1000
 Obsoletes:     linux-net-e1000
 
This page took 0.081362 seconds and 4 git commands to generate.