Browse Source

* ndiswrapper: updated to 1.5.7rc1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4736 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 12 years ago
parent
commit
5f442e12bb
1 changed files with 10 additions and 5 deletions
  1. 10 5
      n/ndiswrapper/ndiswrapper-vl.spec

+ 10 - 5
n/ndiswrapper/ndiswrapper-vl.spec

@@ -6,17 +6,19 @@
 %undefine kflavor
 %endif
 
+%define rcver rc1
+
 %define kmod	kernel-module%{?kflavor:-%{kflavor}}
 %define name	ndiswrapper
-%define ver	1.56
-%define rel	1%{?_dist_release}
+%define ver	1.57
+%define rel	1%{?rcver:.%{rcver}}%{?_dist_release}
 
 Summary:        Utilities to load and run Windows XP WLAN drivers
 Summary(ja):    Windows XP 用無線 LAN ドライバを利用する為の補助ツール群
 Name:		%{name}
 Version:	%{ver}
 Release: 	%{rel}
-Source0:	%{name}-%{version}.tar.gz
+Source0:	%{name}-%{version}%{?rcver:%{rcver}}.tar.gz
 Source10:	%{name}-kmp.spec
 Patch0:		%{name}-1.19-gcc33.patch
 Patch1:		%{name}-1.54-module-init-tools.patch
@@ -69,11 +71,11 @@ Microsoft Windows 以外の OS 用のドライバを提供していません。
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{?rcver:%{rcver}}
 %patch0 -p1
 #%patch1 -p1
 #%patch2 -p1
-%patch3 -p0
+#%patch3 -p0
 
 %build
 %__make -C utils
@@ -152,6 +154,9 @@ exit 0
 
 
 %changelog
+* Tue Sep  6 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.57-1.rc1
+- updated to 1.57rc1
+
 * Wed Aug 18 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.56-1
 - updated to 1.56
 - drop Patch1 and Patch2; add Patch3: fix build on kernel >= 2.6.35