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