]> git.pld-linux.org Git - packages/ixgbe.git/blobdiff - ixgbe.spec
- rebuild for kernel-3.7.10-4
[packages/ixgbe.git] / ixgbe.spec
index 6452d76ec109c222bfcef19117f0f5fcfa0f3ed6..6f4be425c426ecae2f5b2c69b7bb9944680e8a6e 100644 (file)
 %undefine      with_userspace
 %endif
 
-%define                rel     2
+%define                rel     12
 %define                pname   ixgbe
 Summary:       Intel(R) 10 Gigabit driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty Intel(R) 10 Gigabit
 Name:          %{pname}%{_alt_kernel}
-Version:       1.3.56.5
+Version:       3.12.6
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
-Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: ee143098c4e6173c4e77501744dda33f
+Source0:       http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
+# Source0-md5: 236e8e1b7f3ce5266a5a9510a9e5bd96
 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
@@ -59,10 +59,15 @@ Intel(R) 10 Gigabit opartych o ukÅ‚ad 82598EB.
 
 %prep
 %setup -q -n %{pname}-%{version}
+cp src/Makefile src/Makefile.%{name}
 cat > src/Makefile <<'EOF'
 obj-m := ixgbe.o
-ixgbe-objs := ixgbe_82598.o ixgbe_main.o ixgbe_param.o ixgbe_ethtool.o \
-kcompat.o ixgbe_api.o ixgbe_phy.o ixgbe_common.o
+ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_api.o ixgbe_param.o \
+ixgbe_lib.o ixgbe_ethtool.o kcompat.o ixgbe_82598.o \
+ixgbe_82599.o ixgbe_ptp.o ixgbe_x540.o ixgbe_sriov.o \
+ixgbe_mbx.o ixgbe_dcb.o ixgbe_dcb_82598.o ixgbe_dcb_82599.o \
+ixgbe_sysfs.o ixgbe_procfs.o ixgbe_phy.o ixgbe_fcoe.o \
+ixgbe_dcb_nl.o
 
 EXTRA_CFLAGS=-DDRIVER_IXGBE
 EOF
This page took 0.055928 seconds and 4 git commands to generate.