[Bug 872966] Review Request: spacefm - SpaceFM file manager

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 4 17:16:18 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=872966

--- Comment #1 from Mario Blättermann <mario.blaettermann at gmail.com> ---
%{_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.


More information about the package-review mailing list