[mate-text-editor] remove pluma.convert files

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Jul 4 08:40:25 UTC 2013


commit 42c7d32b2f52063d45fe9e196529aa9663586714
Author: raveit <chat-to-me at raveit.de>
Date:   Thu Jul 4 10:40:01 2013 +0200

    remove pluma.convert files

 mate-text-editor.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/mate-text-editor.spec b/mate-text-editor.spec
index fae30a4..bbecaa4 100644
--- a/mate-text-editor.spec
+++ b/mate-text-editor.spec
@@ -90,6 +90,9 @@ desktop-file-install --delete-original             \
 /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/pluma/plugins -name "*.la"`
 /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/pluma/plugin-loaders -name "*.la"`
 
+# remove needless gsettings convert file to avoid slow session start
+rm -f  %{buildroot}%{_datadir}/MateConf/gsettings/pluma.convert
+
 
 %find_lang pluma --with-gnome
 %post
@@ -125,7 +128,6 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/glib-2.0/schemas/org.mate.pluma.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.filebrowser.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.time.gschema.xml
-%{_datadir}/MateConf/gsettings/pluma.convert
 
 %files devel
 %{_includedir}/pluma
@@ -136,6 +138,7 @@ update-desktop-database &> /dev/null || :
 %changelog
 * Sun Jun 30 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-2
 - add runtime require mate-desktop, fix rhbz #959607
+- remove pluma.convert files
 
 * Sat Apr 13 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-1
 - Update to latest 1.6.0 stable release.


More information about the scm-commits mailing list