[llvm/epel7] Replacing tabs with spaces

Dave Johansen daveisfera at fedoraproject.org
Fri Nov 21 03:56:38 UTC 2014


commit 18bd3a3f63859f8762c21bfe168da1e371792156
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Thu Nov 20 20:56:21 2014 -0700

    Replacing tabs with spaces

 llvm.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index b8587e4..c55c638 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -143,9 +143,9 @@ Shared libraries for the LLVM compiler infrastructure.
 
 
 %package static
-Summary:	LLVM static libraries
-Group:		Development/Languages
-Requires:	%{name}-devel%{?_isa} = %{version}-%{release}
+Summary:  LLVM static libraries
+Group:    Development/Languages
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
 
 %description static
 Static libraries for the LLVM compiler infrastructure.  Not recommended
@@ -444,7 +444,7 @@ mkdir -p %{buildroot}%{_docdir}
 # llvm
 mkdir -p %{buildroot}%{llvmdocdir llvm}
 for f in CREDITS.TXT LICENSE.TXT README.txt; do
-	cp $f %{buildroot}%{llvmdocdir llvm}
+  cp $f %{buildroot}%{llvmdocdir llvm}
 done
 
 # llvm-doc


More information about the scm-commits mailing list