[kdeutils] ftbfs: fix %files add comment about ark.desktop validation

Rex Dieter rdieter at fedoraproject.org
Sat Aug 28 20:35:45 UTC 2010


commit f3a2439d1837752f679cf1c4e85a089e15dd8630
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Aug 28 15:40:36 2010 -0500

    ftbfs: fix %files
    add comment about ark.desktop validation

 kdeutils.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/kdeutils.spec b/kdeutils.spec
index 9b0717a..7d4fffe 100644
--- a/kdeutils.spec
+++ b/kdeutils.spec
@@ -35,6 +35,8 @@ BuildRequires:  libzip-devel
 BuildRequires:  python-devel python
 BuildRequires:  qca2-devel
 BuildRequires:  qimageblitz-devel
+# need only for ark unit tests
+#BuildRequires:  qjson-devel
 BuildRequires:  xz-devel
 
 %if ! 0%{?printer_applet}
@@ -135,6 +137,9 @@ rm -fv %{buildroot}%{_kde4_libdir}/lib{libkremotecontrol,superkaramba}.so
 
 
 %check
+## FIXME: /builddir/build/BUILDROOT/kdeutils-4.5.1-1.fc15.i386/usr/share/applications/kde4/ark.desktop: error: (will be fatal in the future): value "Compression" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Utility;Archiving
+# a bug in the validator?  Utility category is already present, only shuts up
+# if one adds Archiving category, which actually fits here.  -- Rex
 for f in %{buildroot}%{_kde4_datadir}/applications/kde4/*.desktop ; do
   desktop-file-validate $f
 done
@@ -241,7 +246,6 @@ fi
 %{_kde4_docdir}/HTML/en/kcharselect/
 %{_kde4_docdir}/HTML/en/kcontrol/blockdevices/
 %{_kde4_docdir}/HTML/en/kfloppy/
-%{_kde4_docdir}/HTML/en/kremotecontrol/
 %{_kde4_docdir}/HTML/en/okteta/
 %{_kde4_docdir}/HTML/en/sweeper/
 


More information about the scm-commits mailing list