diff --git a/mupdf.desktop b/mupdf.desktop index ac19a11..7b01b90 100644 --- a/mupdf.desktop +++ b/mupdf.desktop @@ -2,7 +2,7 @@ Name=Mupdf GenericName=PDF file viewer Comment=Lightweight PDF file viewer written on portable C -Exec=mupdf %f +Exec=mupdf-x11 %f Icon=mupdf Terminal=false Type=Application diff --git a/mupdf.spec b/mupdf.spec index 6ab21ee..40106a1 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,6 +1,6 @@ Name: mupdf Version: 1.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A lightweight PDF viewer and toolkit Group: Applications/Publishing License: GPLv3 @@ -74,6 +74,9 @@ update-desktop-database &> /dev/null || : %{_libdir}/lib%{name}.a %Changelog +* Wed May 06 2015 Pavel Zhukov - 1.5-6 +- Fix executable name in desktop file + * Sat Oct 11 2014 Pavel Zhukov - 1.5-5 - Add missed curl-devel