[pure] untabify

Michel Alexandre Salim salimma at fedoraproject.org
Fri Nov 12 13:39:03 UTC 2010


commit c87b604b5710a02e825aa496f2a9ef2bfbeca418
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Nov 12 14:38:40 2010 +0100

    untabify

 pure.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pure.spec b/pure.spec
index c403014..b10fb21 100644
--- a/pure.spec
+++ b/pure.spec
@@ -18,7 +18,7 @@ BuildRequires:  llvm-devel >= 2.4 flex bison
 # For compiling emacs mode
 BuildRequires:  emacs emacs-el
 # For integrated help in the interpreter
-Requires:	w3m
+Requires:       w3m
 
 # LLVM is not supported on ppc64
 ExcludeArch:    ppc64
@@ -46,7 +46,7 @@ developing applications that use %{name}.
 Summary:        Examples for %{name}
 Group:          Documentation
 # Libor Spacek's examples are under GPLv3
-License:	BSD and GPLv3
+License:        BSD and GPLv3
 Requires:       %{name} = %{version}-%{release}
 BuildArch:      noarch
 
@@ -57,7 +57,7 @@ The %{name}-doc package contains examples for programming in %{name}.
 Summary:        Pure mode for Emacs
 Group:          Development/Languages
 Requires:       emacs(bin) >= %{_emacs_version}
-Requires:	emacs-w3m
+Requires:       emacs-w3m
 BuildArch:      noarch
 
 %description -n emacs-pure


More information about the scm-commits mailing list