Fix nodisplay
This commit is contained in:
parent
476f76a7d1
commit
33d1b35dbf
7
eog.spec
7
eog.spec
@ -13,7 +13,7 @@
|
|||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 2.13.90
|
Version: 2.13.90
|
||||||
Release: 1.2
|
Release: 2
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -45,7 +45,7 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
echo "NoDisplay=true" >> eog.desktop.in
|
echo "NoDisplay=true" >> eog.desktop.in.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -97,6 +97,9 @@ update-desktop-database %{_datadir}/applications
|
|||||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
|
||||||
|
- Append NoDisplay=true to the right file
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user