]> git.pld-linux.org Git - packages/r8168.git/blobdiff - r8168.spec
- rebuild for kernel-3.10.14-1
[packages/r8168.git] / r8168.spec
index 9525b588afc84f9711584a28da8cc0b2c0234f29..1b6506ca61e7547692db4754f7fa95a1695e2197 100644 (file)
 %undefine      with_dist_kernel
 %endif
 
-%define                rel     45
+%define                rel     6
+%define                pname   r8168
 Summary:       Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet controllers
 Summary(pl.UTF-8):     Linuksowy sterownik dla kart sieciowych RTL8111/8168B PCI Express Gigabit Ethernet
-Name:          r8168
-Version:       8.019.00
+Name:          %{pname}%{_alt_kernel}
+Version:       8.036.00
 Release:       %{rel}
 License:       GPL
 Group:         Base/Kernel
@@ -22,15 +23,16 @@ URL:                http://www.realtek.com.tw/
 # Check for new versions at
 # http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false
 # unfortunately this download is not DF-friendly.
-Source0:       http://execve.pl/PLD/%{name}-%{version}.tar.bz2
-# Source0-md5: f6934fc5df1dfb5fea82e4a310568890
+Source0:       %{pname}-%{version}.tar.bz2
+# Source0-md5: a9a5b238f59cc30eefa5917d7f6b728e
+Patch0:                linux-3.10.patch
 %if %{with kernel}
 %if %{with dist_kernel}
 BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.33
 %endif
 BuildRequires: rpmbuild(macros) >= 1.379
 %endif
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
 
 %description
 Driver (Linux kernel module) for RTL8111/8168B PCI Express Gigabit
@@ -60,11 +62,12 @@ Sterownik (moduł jądra Linuksa) dla kart sieciowych RTL8111/8168B PCI
 Express Gigabit Ethernet.
 
 %prep
-%setup -q
+%setup -q -n %{pname}-%{version}
+%patch0 -p1
 
 %build
 %if %{with kernel}
-%build_kernel_modules -m r8168 -C src
+%build_kernel_modules -m r8168 -C src KERNELRELEASE=%{_kernel_ver}
 %endif
 
 %install
This page took 0.188506 seconds and 4 git commands to generate.