]> git.pld-linux.org Git - packages/r8168.git/blobdiff - r8168.spec
- release 36
[packages/r8168.git] / r8168.spec
index 295e96d8b762f05baad08e5205aa50b9620d94d2..d554d91062e865d7b6fd486b14de76826dc16881 100644 (file)
@@ -1,21 +1,20 @@
-# TODO:
-# - does not build with 2.6.31
+# NOTE:
+# - if you want to use it with ltm kernel, use LINUX_2_6_27 branch
 #
 # Conditional build:
 %bcond_without dist_kernel     # allow non-distribution kernel
 %bcond_without kernel          # don't build kernel modules
-%bcond_without userspace       # don't build userspace programs
 %bcond_with    verbose         # verbose build (V=1)
 
 %if %{without kernel}
 %undefine      with_dist_kernel
 %endif
 
-%define                rel     1
+%define                rel     36
 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.016.00
+Version:       8.019.00
 Release:       %{rel}
 License:       GPL
 Group:         Base/Kernel
@@ -23,12 +22,11 @@ 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://xatka.net/~z/PLD/%{name}-%{version}.tar.bz2
-# Source0-md5: 8afad4f5bc48d75754c761457cc2d79d
+Source0:       http://execve.pl/PLD/%{name}-%{version}.tar.bz2
+# Source0-md5: f6934fc5df1dfb5fea82e4a310568890
 %if %{with kernel}
 %if %{with dist_kernel}
-BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.20.2
-BuildRequires: kernel%{_alt_kernel}-module-build < 3:2.6.31
+BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.33
 %endif
 BuildRequires: rpmbuild(macros) >= 1.379
 %endif
@@ -87,6 +85,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with kernel}
 %files -n kernel%{_alt_kernel}-net-r8168
 %defattr(644,root,root,755)
-%doc readme
+%doc README
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/*.ko*
 %endif
This page took 0.053945 seconds and 4 git commands to generate.