Remove NoDisplay
This commit is contained in:
parent
9606608904
commit
8cabb55dbf
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.91.5
|
Version: 2.91.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -130,7 +130,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
desktop-file-install --delete-original --vendor="" \
|
desktop-file-install --delete-original --vendor="" \
|
||||||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
--remove-category="Application" \
|
--remove-category=Application \
|
||||||
|
--remove-key=NoDisplay \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
$RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
||||||
|
|
||||||
%find_lang evince --with-gnome
|
%find_lang evince --with-gnome
|
||||||
@ -230,6 +231,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|||||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 24 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
||||||
|
- Remove NoDisplay (gnome bug #634245)
|
||||||
|
|
||||||
* Wed Jan 12 2011 Marek Kasik <mkasik@redhat.com> - 2.91.5-2
|
* Wed Jan 12 2011 Marek Kasik <mkasik@redhat.com> - 2.91.5-2
|
||||||
- Remove evince-CVE-2010-2640_CVE-2010-2641_CVE-2010-2642_CVE-2010-2643.patch
|
- Remove evince-CVE-2010-2640_CVE-2010-2641_CVE-2010-2642_CVE-2010-2643.patch
|
||||||
- Change the way thumbnailer is integrated with system
|
- Change the way thumbnailer is integrated with system
|
||||||
|
Loading…
Reference in New Issue
Block a user