[mate-file-manager/f20] clean spec file from using tabs and macro in comment

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Mar 14 19:57:30 UTC 2014


commit c4ade59cdcd9bd4ab31fab1316479719574eba70
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Mar 14 20:57:20 2014 +0100

    clean spec file from using tabs and macro in comment

 mate-file-manager.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index ad533f9..05f3b2d 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -3,7 +3,7 @@
 Name:       mate-file-manager
 Summary:    File manager for MATE
 Version:    1.6.4
-#Release:    0.10.git%{_internal_version}%{?dist}
+#Release:    0.10.git%%{_internal_version}%{?dist}
 Release:    1%{?dist}
 License:    GPLv2+ and LGPLv2+
 Group:      User Interface/Desktops
@@ -11,7 +11,7 @@ URL:        http://mate-desktop.org
 
 # To generate tarball
 # wget http://git.mate-desktop.org/%%{name}/snapshot/%%{name}-{_internal_version}.tar.xz -O %%{name}-%%{version}.git%%{_internal_version}.tar.xz
-#Source0: http://raveit65.fedorapeople.org/Mate/git-upstream/%{name}-%%{version}.git%%{_internal_version}.tar.xz
+#Source0: http://raveit65.fedorapeople.org/Mate/git-upstream/%%{name}-%%{version}.git%%{_internal_version}.tar.xz
 
 Source0:    http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
@@ -138,12 +138,12 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/caja/extensions-2.0
 
 desktop-file-install --dir=$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart %{SOURCE1}
 
-desktop-file-install									\
-	--delete-original								\
-	--dir=$RPM_BUILD_ROOT%{_datadir}/applications					\
+desktop-file-install                                \
+    --delete-original                               \
+    --dir=$RPM_BUILD_ROOT%{_datadir}/applications   \
 $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
-# remove needless gsettings convert file to avoid slow session start
+# remove needless gsettings convert file
 rm -f  %{buildroot}%{_datadir}/MateConf/gsettings/caja.convert
 
 # script that add a delay to start/restart caja, to fix spawning x-caja-windows
@@ -218,6 +218,7 @@ fi
 - remove non existent COPYING-DOCS file
 - add missing update-desktop-database rpm scriptlets
 - use modern 'make install' macro
+- clean spec file from using tabs and 'macro in comment'
 
 * Sun Feb 23 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.3-2
 - remove debuging patch, fix rhbz (#1067234)


More information about the scm-commits mailing list