2.25.92
This commit is contained in:
parent
c7eb81e37f
commit
6ad37edabb
@ -1 +1 @@
|
||||
eog-2.25.91.tar.bz2
|
||||
eog-2.25.92.tar.bz2
|
||||
|
19
eog.spec
19
eog.spec
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: Eye of GNOME image viewer
|
||||
Name: eog
|
||||
Version: 2.25.91
|
||||
Release: 2%{?dist}
|
||||
Version: 2.25.92
|
||||
Release: 1%{?dist}
|
||||
URL: http://projects.gnome.org/eog/
|
||||
Source: http://download.gnome.org/sources/eog/2.25/%{name}-%{version}.tar.bz2
|
||||
Patch0: libxml.patch
|
||||
@ -20,7 +20,7 @@ Patch0: libxml.patch
|
||||
# There is no need to add the + here.
|
||||
License: GPLv2+ and GFDL
|
||||
Group: User Interface/Desktops
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: libglade2-devel >= %{libglade_version}
|
||||
@ -50,8 +50,8 @@ Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Requires(postun): scrollkeeper
|
||||
|
||||
%description
|
||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||
GNOME desktop. It can view single image files in a variety of formats, as
|
||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||
GNOME desktop. It can view single image files in a variety of formats, as
|
||||
well as large image collections.
|
||||
|
||||
eog is extensible through a plugin system.
|
||||
@ -67,7 +67,7 @@ Requires: libglade2-devel
|
||||
Requires: GConf2-devel
|
||||
|
||||
%description devel
|
||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||
GNOME desktop. This package allows you to develop plugins that add new
|
||||
functionality to eog.
|
||||
|
||||
@ -80,7 +80,7 @@ echo "NoDisplay=true" >> data/eog.desktop.in.in
|
||||
|
||||
%build
|
||||
|
||||
%configure --disable-scrollkeeper
|
||||
%configure --disable-scrollkeeper
|
||||
make
|
||||
|
||||
%install
|
||||
@ -126,7 +126,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
update-desktop-database -q
|
||||
scrollkeeper-update -q
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
|
||||
touch %{_datadir}/icons/hicolor
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||
@ -170,6 +170,9 @@ fi
|
||||
%{_datadir}/gtk-doc/html/eog
|
||||
|
||||
%changelog
|
||||
* Tue Mar 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
|
||||
- Update to 2.25.92
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user