From 142e96bc3913f8fa236cebee5bcf816793e536f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 6 Mar 2012 14:41:22 +0000 Subject: [PATCH] add xsltfilter --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 97dfb72..15eb151 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1417,7 +1417,7 @@ echo "NoDisplay=true" >> startcenter.desktop 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 %{?with_binfilter:binfilter} calc draw impress javafilter math startcenter writer; do +for app in base %{?with_binfilter:binfilter} calc draw impress javafilter math startcenter writer xsltfilter; do desktop-file-validate $app.desktop cp -p $app.desktop $RPM_BUILD_ROOT/%{_datadir}/applications/libreoffice-$app.desktop done