Make LibreOffice Math the default for CSV files (#1214896)

This commit is contained in:
Bastien Nocera 2015-04-27 12:17:22 +02:00
parent 5130950be7
commit 3c1722cac2
2 changed files with 5 additions and 1 deletions

View File

@ -72,6 +72,7 @@ application/x-abiword=abiword.desktop
application/x-dvi=evince.desktop application/x-dvi=evince.desktop
application/x-catalog=gpk-install-catalog.desktop application/x-catalog=gpk-install-catalog.desktop
application/x-rpm=gpk-install-local-file.desktop application/x-rpm=gpk-install-local-file.desktop
text/csv=libreoffice-math.desktop
text/plain=org.gnome.gedit.desktop text/plain=org.gnome.gedit.desktop
text/html=firefox.desktop text/html=firefox.desktop
application/xhtml+xml=firefox.desktop application/xhtml+xml=firefox.desktop

View File

@ -1,7 +1,7 @@
Summary: Shared MIME information database Summary: Shared MIME information database
Name: shared-mime-info Name: shared-mime-info
Version: 1.4 Version: 1.4
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
URL: http://freedesktop.org/Software/shared-mime-info URL: http://freedesktop.org/Software/shared-mime-info
@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon Apr 27 2015 Bastien Nocera <bnocera@redhat.com> 1.4-4
- Make LibreOffice Math the default for CSV files (#1214896)
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3 * Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
- Rebuilt for Fedora 23 Change - Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code