[libreoffice/master-4.0] reenable desktop-file-validate

David Tardon dtardon at fedoraproject.org
Thu Nov 29 15:17:45 UTC 2012


commit 89e597aadb68851a8b90163b43e689b339202fcd
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Nov 29 14:43:39 2012 +0100

    reenable desktop-file-validate

 libreoffice.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 54c13a4..dd2a8da 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1272,8 +1272,7 @@ sed -i -e "/NoDisplay=true/d" qstart.desktop
 # relocate the .desktop and icon files
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
 for app in base calc draw impress javafilter math startcenter writer xsltfilter; do
-    # FIXME enable again
-    # desktop-file-validate $app.desktop
+    desktop-file-validate $app.desktop
     cp -p $app.desktop $RPM_BUILD_ROOT/%{_datadir}/applications/libreoffice-$app.desktop
 done
 popd


More information about the scm-commits mailing list