https://bugzilla.redhat.com/show_bug.cgi?id=872966
--- Comment #1 from Mario Blättermann <[email protected]> --- %{_datadir}/applications/spacefm-find.desktop %{_datadir}/applications/spacefm-folder-handler.desktop You need at least desktop-file-validate to install these files. Add desktop-file-utils to BuildRequires. Because the files contain a MimeType key and add a new MIME type anyway, you must add some scriptlets: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#desktop-database http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#mimeinfo Drop gettext from BuildRequires, it's a recursive dependency of intltool. %setup -qn %{name}-%{version} The %{name}-%{version} macro is unneeded, it's the default. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
