]> git.pld-linux.org Git - packages/e1000e.git/blobdiff - e1000e.spec
- updated to 3.4.14
[packages/e1000e.git] / e1000e.spec
index d38d2cda23e1b41e3927dc99554b408cc1c58172..bb78e7abdf99e2697190770aac406326f97fc140 100644 (file)
 %undefine      with_userspace
 %endif
 
-%define                rel     4
+%define                rel     9
 %define                pname   e1000e
 Summary:       Intel(R) PRO/1000e driver for Linux
-Summary(pl.UTF-8):     Sterownik do karty Intel(R) PRO/1000e
+Summary(en.UTF-8):     Intel® PRO/1000e driver for Linux
+Summary(pl.UTF-8):     Sterownik do karty Intel® PRO/1000e
 Name:          %{pname}%{_alt_kernel}
-Version:       0.2.9.5
+Version:       2.4.14
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
-Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 396b371df627007bf182d0eb19ded24f
-URL:           http://dl.sourceforge.net/e1000/
+Source0:       http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
+# Source0-md5: 05bae01409bb699f14297d726df2aa23
+URL:           http://downloads.sourceforge.net/e1000/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,18 +36,25 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 This package contains the Linux driver for the Intel(R) PRO/1000
 family of 10/100/1000 Ethernet network adapters. This driver is
-designed to work with the Intel® 82571/2/3/4 PCI-E family of gigabit
+designed to work with the Intel(R) 82571/2/3/4 PCI-E family of gigabit
 adapters and 82567 controllers.
 
+%description -l en.UTF-8
+This package contains the Linux driver for the Intel® PRO/1000 family
+of 10/100/1000 Ethernet network adapters. This driver is designed to
+work with the Intel® 82571/2/3/4 PCI-E family of gigabit adapters and
+82567 controllers.
+
 %description -l pl.UTF-8
 Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-10/100/1000Mbit z rodziny Intel(R) PRO/1000. Ten sterownik jest
+10/100/1000Mbit z rodziny Intel® PRO/1000. Ten sterownik jest
 stworzony aby pracować z kartami gigabitowymi rodziny Intel®
 82571/2/3/4 PCI-E oraz kontrolerami 82567.
 
 %package -n kernel%{_alt_kernel}-net-%{pname}
 Summary:       Intel(R) PRO/1000e driver for Linux
-Summary(pl.UTF-8):     Sterownik do karty Intel(R) PRO/1000e
+Summary(en.UTF-8):     Intel® PRO/1000e driver for Linux
+Summary(pl.UTF-8):     Sterownik do karty Intel® PRO/1000e
 Release:       %{rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
 Requires(post,postun): /sbin/depmod
@@ -58,12 +66,18 @@ Requires(postun):   %releq_kernel
 %description -n kernel%{_alt_kernel}-net-%{pname}
 This package contains the Linux driver for the Intel(R) PRO/1000
 family of 10/100/1000 Ethernet network adapters. This driver is
-designed to work with the Intel® 82571/2/3/4 PCI-E family of gigabit
+designed to work with the Intel(R) 82571/2/3/4 PCI-E family of gigabit
 adapters and 82567 controllers.
 
+%description -n kernel%{_alt_kernel}-net-%{pname} -l en.UTF-8
+This package contains the Linux driver for the Intel® PRO/1000 family
+of 10/100/1000 Ethernet network adapters. This driver is designed to
+work with the Intel® 82571/2/3/4 PCI-E family of gigabit adapters and
+82567 controllers.
+
 %description -n kernel%{_alt_kernel}-net-%{pname} -l pl.UTF-8
 Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-10/100/1000Mbit z rodziny Intel(R) PRO/1000. Ten sterownik jest
+10/100/1000Mbit z rodziny Intel® PRO/1000. Ten sterownik jest
 stworzony aby pracować z kartami gigabitowymi rodziny Intel®
 82571/2/3/4 PCI-E oraz kontrolerami 82567.
 
@@ -71,11 +85,13 @@ stworzony aby pracować z kartami gigabitowymi rodziny Intel®
 %setup -q -n %{pname}-%{version}
 cat > src/Makefile <<'EOF'
 obj-m := e1000e.o
-e1000e-objs := netdev.o ethtool.o param.o 82571.o ich8lan.o es2lan.o \
-       phy.o lib.o kcompat.o
+e1000e-objs := netdev.o ethtool.o param.o \
+82571.o ich8lan.o 80003es2lan.o \
+mac.o nvm.o phy.o manage.o kcompat.o
 
-EXTRA_CFLAGS=-DDRIVER_E1000E
+EXTRA_CFLAGS=-DDRIVER_E1000E -DCONFIG_E1000E_SEPARATE_TX_HANDLER
 EOF
+# add -DE1000E_NO_NAPI to disable NAPI
 
 %build
 %build_kernel_modules -C src -m %{pname}
This page took 0.068717 seconds and 4 git commands to generate.