Fix executable name in desktop file (#1213146)
This commit is contained in:
parent
fbcd9c181f
commit
3524e0fc90
@ -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
|
||||
|
@ -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 <landgraf@fedoraproject.org> - 1.5-6
|
||||
- Fix executable name in desktop file
|
||||
|
||||
* Sat Oct 11 2014 Pavel Zhukov <landgraf@fedoraproject.org> - 1.5-5
|
||||
- Add missed curl-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user