changeset 11913:b3105d119a17

[gaim-migrate @ 14204] I believe spaces are the indent-de-jour around here committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 31 Oct 2005 01:58:26 +0000
parents 8eb1f4b9210c
children 2219f4bf4a57
files gaim.spec.in
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/gaim.spec.in	Mon Oct 31 01:41:45 2005 +0000
+++ b/gaim.spec.in	Mon Oct 31 01:58:26 2005 +0000
@@ -44,9 +44,9 @@
 
 %if 0%{?_with_howl:1}
 %package bonjour
-Summary:	Bonjour plugin for Gaim
-Group:		Applications/Internet
-Requires:	gaim = %{epoch}:%{version}
+Summary:    Bonjour plugin for Gaim
+Group:      Applications/Internet
+Requires:   gaim = %{epoch}:%{version}
 %endif
 
 %if 0%{?_with_silc:1}
@@ -131,7 +131,7 @@
                                     %{?_with_silc:--with-silc-includes=%{_includedir}/silc} \
                                     %{?_with_silc:--with-silc-libs=%{_libdir}/silc} \
                                     %{!?_with_tcl:--disable-tcl} \
-									%{!?_with_mono:--disable-mono} \
+                                    %{!?_with_mono:--disable-mono} \
                                     %{?_without_gtkspell:--disable-gtkspell}
 
 make %{?_smp_mflags}
@@ -169,11 +169,11 @@
 
 find $RPM_BUILD_ROOT%{_libdir}/gaim -type f -print | \
         sed "s@^$RPM_BUILD_ROOT@@g" | \
-		grep -v libbonjour.so | \
+        grep -v libbonjour.so | \
         grep -v libsilcgaim.so | \
         grep -v tcl.so | \
-		grep -v mono.so | \
-		grep -v ".dll$" | \
+        grep -v mono.so | \
+        grep -v ".dll$" | \
         grep -v ".tcl$" > %{name}-%{version}-coreplugins
 
 %clean