[mingw-qpid-cpp] Resolved rpmlint warnings about mixed use of spaces and tabs

Erik van Pienbroek epienbro at fedoraproject.org
Sun Dec 30 14:50:34 UTC 2012


commit ffa079e75469b830de2896444780f719102e5218
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Dec 30 15:47:35 2012 +0100

    Resolved rpmlint warnings about mixed use of spaces and tabs

 mingw-qpid-cpp.spec |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/mingw-qpid-cpp.spec b/mingw-qpid-cpp.spec
index 52f58d5..f5fde52 100644
--- a/mingw-qpid-cpp.spec
+++ b/mingw-qpid-cpp.spec
@@ -1,13 +1,13 @@
 %{?mingw_package_header}
 
-Name:		mingw-qpid-cpp
-Version:	0.14
-Release:	5%{?dist}
-Summary:	MinGW Windows port of AMQP C++ Daemons and Libraries
+Name:           mingw-qpid-cpp
+Version:        0.14
+Release:        5%{?dist}
+Summary:        MinGW Windows port of AMQP C++ Daemons and Libraries
 
-Group:		Development/Libraries
-License:	ASL 2.0
-URL:		http://qpid.apache.org
+Group:          Development/Libraries
+License:        ASL 2.0
+URL:            http://qpid.apache.org
 
 # first two digits of version
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
@@ -29,10 +29,10 @@ Patch3:         qpid-build-qmf2-on-win32.patch
 # Upstream commit 1424247
 Patch4:         qpid-fix-compatibility-with-boost-filesystem.patch
 
-BuildArch:	noarch
+BuildArch:      noarch
 
-BuildRequires:	redhat-rpm-config cmake make ruby ruby-devel python-devel
-BuildRequires:	mingw32-filesystem >= 95
+BuildRequires:  redhat-rpm-config cmake make ruby ruby-devel python-devel
+BuildRequires:  mingw32-filesystem >= 95
 BuildRequires:  mingw32-boost mingw32-libxslt mingw32-gnutls
 BuildRequires:  mingw64-filesystem >= 95
 BuildRequires:  mingw64-boost mingw64-libxslt mingw64-gnutls
@@ -45,7 +45,7 @@ an AMQP message broker using the AMQP protocol.
 
 # Win32
 %package -n mingw32-qpid-cpp
-Summary:	MinGW Windows port of AMQP C++ Daemons and Libraries
+Summary:        MinGW Windows port of AMQP C++ Daemons and Libraries
 
 %description -n mingw32-qpid-cpp
 MinGW cross-compiled daemons and run-time libraries for AMQP client
@@ -85,12 +85,12 @@ sed -i s/'-Wcast-qual'/'-Wno-error=delete-non-virtual-dtor -Wno-error=narrowing
 
 
 %build
-%mingw_cmake	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-		-DBUILD_MSCLFS:BOOL=OFF		  \
-		-DBUILD_MSSQL:BOOL=OFF		  \
-		-DBUILD_SSL:BOOL=OFF		  \
-		-DCMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,--export-all-symbols \
-		../cpp
+%mingw_cmake    -DCMAKE_BUILD_TYPE=RelWithDebInfo                           \
+                -DBUILD_MSCLFS:BOOL=OFF                                     \
+                -DBUILD_MSSQL:BOOL=OFF                                      \
+                -DBUILD_SSL:BOOL=OFF                                        \
+                -DCMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,--export-all-symbols \
+                ../cpp
 
 %mingw_make VERBOSE=1 %{?_smp_mflags}
 


More information about the scm-commits mailing list