]> git.pld-linux.org Git - packages/e1000e.git/blobdiff - e1000e.spec
- release 2
[packages/e1000e.git] / e1000e.spec
index 8081a4cf5be2119ef8d2ce750dfe855d5041a5fa..cab39f9b6091154bfef637642ef49e98609dc3a8 100644 (file)
 %define                rel     2
 %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.4.1.7
+Version:       0.5.18.3
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 6ee50d62db27d7af0abfd0cbc61fb76f
+# Source0-md5: 28cc552e51420b301a2b751d74180287
 URL:           http://dl.sourceforge.net/e1000/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
@@ -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.
 
@@ -75,8 +89,9 @@ e1000e-objs := netdev.o ethtool.o param.o kcompat.o e1000_80003es2lan.o \
 e1000_82571.o e1000_ich8lan.o e1000_mac.o e1000_manage.o e1000_nvm.o \
 e1000_phy.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.043252 seconds and 4 git commands to generate.