2.91.5
This commit is contained in:
parent
7442fc1712
commit
3df9c3e38e
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ eog-2.31.4-20100623git.tar.bz2
|
||||
/eog-2.91.1.tar.bz2
|
||||
/eog-2.91.2.tar.bz2
|
||||
/eog-2.91.3.tar.bz2
|
||||
/eog-2.91.5.tar.bz2
|
||||
|
15
eog.spec
15
eog.spec
@ -1,4 +1,4 @@
|
||||
%define gtk3_version 2.91.1
|
||||
%define gtk3_version 2.99.0
|
||||
%define glib2_version 2.25.9
|
||||
%define libglade_version 2.3.6
|
||||
%define libart_version 2.3.16
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
Summary: Eye of GNOME image viewer
|
||||
Name: eog
|
||||
Version: 2.91.3
|
||||
Version: 2.91.5
|
||||
Release: 1%{?dist}
|
||||
URL: http://projects.gnome.org/eog/
|
||||
#VCS: git:git://git.gnome.org/eog
|
||||
@ -40,8 +40,10 @@ BuildRequires: libXt-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: librsvg2-devel
|
||||
|
||||
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Requires(post): /usr/bin/gtk-update-icon-cache
|
||||
Requires(postun): /usr/bin/gtk-update-icon-cache
|
||||
Requires(pre): GConf2
|
||||
|
||||
%description
|
||||
@ -67,10 +69,6 @@ functionality to eog.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
echo "NoDisplay=true" >> data/eog.desktop.in
|
||||
# just in case
|
||||
echo "NoDisplay=true" >> data/eog.desktop.in.in
|
||||
|
||||
%build
|
||||
|
||||
%configure --disable-scrollkeeper
|
||||
@ -133,6 +131,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
|
||||
- Update to 2.91.5
|
||||
|
||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
|
||||
- Update to 2.91.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user