[ndiswrapper] BR: perl-generators for proper dependency generation

Paul Howarth pghmcfc at rpmfusion.org
Wed Oct 26 11:15:23 CEST 2016


commit 589eecbb2570f48aca4babe22008cd149771e83e
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 26 10:14:20 2016 +0100

    BR: perl-generators for proper dependency generation
    
    See https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl
    
    Also fix rpmlint warning about mixed use of spaces and tabs

 .gitignore       |  3 ++-
 ndiswrapper.spec | 26 ++++++++++++++++----------
 2 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 627cb88..de26292 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-ndiswrapper-1.59.tar.gz
+/ndiswrapper-1.59.tar.gz
+/ndiswrapper-1.60.tar.gz
diff --git a/ndiswrapper.spec b/ndiswrapper.spec
index b3f7cee..62c81be 100644
--- a/ndiswrapper.spec
+++ b/ndiswrapper.spec
@@ -1,20 +1,21 @@
 #global pre rc1
 
 Summary:	Ndiswrapper wraps around Windows WLAN drivers within Linux
-Name: 		ndiswrapper
-Version: 	1.60
-Release: 	1%{?pre}%{?dist}
-License: 	GPLv2
-Group: 		System Environment/Kernel
+Name:		ndiswrapper
+Version:	1.60
+Release:	2%{?pre}%{?dist}
+License:	GPLv2
+Group:		System Environment/Kernel
 URL:		http://ndiswrapper.sourceforge.net
-Source0: 	http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         Fixed-compilation-issue-with-utils.patch
+Source0:	http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		Fixed-compilation-issue-with-utils.patch
+BuildRequires:	perl-generators
 
 Provides:	%{name}-kmod-common = %{version}
 Requires:	%{name}-kmod >= %{version}
 
-ExclusiveArch:  %{ix86} x86_64
+ExclusiveArch:	%{ix86} x86_64
 
 %description
 The ndiswrapper project makes it possible to use WLAN-Hardware 
@@ -25,7 +26,7 @@ for your card.
 
 WARNING: Fedora-Kernels use 4K size stack. Many Windows drivers
 will need at least 8K size stacks. For details read the wiki on:
-http:/ndiswrapper.sourceforge.net
+http://ndiswrapper.sourceforge.net
 
 
 %prep
@@ -58,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 26 2016 Paul Howarth <paul at city-fan.org> - 1.60-2
+- BR: perl-generators for proper dependency generation
+  (https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
+- Fix rpmlint warning about mixed use of spaces and tabs
+
 * Sun Jun 19 2016 Leigh Scott <leigh123linux at googlemail.com> - 1.60-1
 - Update to 1.60
 


More information about the rpmfusion-commits mailing list