[evince] Remove NoDisplay

Matthias Clasen mclasen at fedoraproject.org
Mon Jan 24 13:05:20 UTC 2011


commit 8cabb55dbffb43e40717d0627ca35dec71d3ac50
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Jan 24 08:04:23 2011 -0500

    Remove NoDisplay

 evince.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/evince.spec b/evince.spec
index f94be96..c351104 100644
--- a/evince.spec
+++ b/evince.spec
@@ -5,7 +5,7 @@
 
 Name:           evince
 Version:        2.91.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Document viewer
 
 License:        GPLv2+ and GFDL
@@ -130,7 +130,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --delete-original --vendor="" \
   --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
-  --remove-category="Application" \
+  --remove-category=Application \
+  --remove-key=NoDisplay \
   $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
 
 %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
 
 %changelog
+* Mon Jan 24 2011 Matthias Clasen <mclasen at redhat.com> - 2.91.5-3
+- Remove NoDisplay (gnome bug #634245)
+
 * Wed Jan 12 2011 Marek Kasik <mkasik at redhat.com> - 2.91.5-2
 - Remove evince-CVE-2010-2640_CVE-2010-2641_CVE-2010-2642_CVE-2010-2643.patch
 - Change the way thumbnailer is integrated with system


More information about the scm-commits mailing list