From 33d1b35dbf91693741fcb2fb29e9e5c17f33bb05 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Feb 2006 15:48:07 +0000 Subject: [PATCH] Fix nodisplay --- eog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eog.spec b/eog.spec index 22d17f4..dc11d7a 100644 --- a/eog.spec +++ b/eog.spec @@ -13,7 +13,7 @@ Summary: Eye of GNOME image viewer Name: eog Version: 2.13.90 -Release: 1.2 +Release: 2 URL: http://www.gnome.org Source: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2 License: GPL @@ -45,7 +45,7 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus. %prep %setup -q -echo "NoDisplay=true" >> eog.desktop.in +echo "NoDisplay=true" >> eog.desktop.in.in %build @@ -97,6 +97,9 @@ update-desktop-database %{_datadir}/applications %{_sysconfdir}/gconf/schemas/*.schemas %changelog +* Mon Feb 13 2006 Matthias Clasen - 2.13.90-2 +- Append NoDisplay=true to the right file + * Fri Feb 10 2006 Jesse Keating - 2.13.90-1.2 - bump again for double-long bug on ppc(64)