https://bugzilla.rpmfusion.org/show_bug.cgi?id=2979
--- Comment #28 from Simone Caronni <negativo17(a)gmail.com> 2013-10-23 09:57:37 CEST
---
(In reply to comment #27)
package steam contains desktop file(s) with a MimeType: entry.
please update-desktop-database in spec file
http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#desktop-database
Done.
%post
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%postun
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
Please note that this is for mimeinfo
(
http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#mimeinfo) and not
for desktop-database, probably a copy & paste error.
Spec URL:
http://slaanesh.fedorapeople.org/steam.spec
SRPM URL:
http://slaanesh.fedorapeople.org/steam-1.0.0.43-5.fc19.src.rpm
- Added desktop-database commands in %post/%postun
- Removed removal of buildroot in %install
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.