2.30.0
This commit is contained in:
parent
7fe6c03866
commit
bf2cf35ea0
@ -1 +1 @@
|
|||||||
eog-2.29.91.tar.bz2
|
eog-2.30.0.tar.bz2
|
||||||
|
27
eog.spec
27
eog.spec
@ -11,10 +11,11 @@
|
|||||||
|
|
||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 2.29.91
|
Version: 2.30.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://projects.gnome.org/eog/
|
URL: http://projects.gnome.org/eog/
|
||||||
Source: http://download.gnome.org/sources/eog/2.29/%{name}-%{version}.tar.bz2
|
#VCS: git:git://git.gnome.org/eog
|
||||||
|
Source: http://download.gnome.org/sources/eog/2.30/%{name}-%{version}.tar.bz2
|
||||||
# The GFDL has an "or later version" clause embedded inside the license.
|
# The GFDL has an "or later version" clause embedded inside the license.
|
||||||
# There is no need to add the + here.
|
# There is no need to add the + here.
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -39,13 +40,10 @@ BuildRequires: libXt-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
|
||||||
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
Requires(post): scrollkeeper
|
|
||||||
Requires(post): GConf2
|
Requires(post): GConf2
|
||||||
Requires(pre): GConf2
|
Requires(pre): GConf2
|
||||||
Requires(preun): GConf2
|
Requires(preun): GConf2
|
||||||
|
|
||||||
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
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
|
||||||
@ -122,13 +120,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
update-desktop-database -q
|
update-desktop-database -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 >&/dev/null || :
|
||||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
||||||
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
|
||||||
fi
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
if [ "$1" -gt 1 ]; then
|
if [ "$1" -gt 1 ]; then
|
||||||
@ -144,12 +138,14 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
update-desktop-database -q
|
update-desktop-database -q
|
||||||
scrollkeeper-update -q
|
if [ $1 -eq 0 ]; then
|
||||||
touch %{_datadir}/icons/hicolor
|
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
@ -168,6 +164,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/eog
|
%{_datadir}/gtk-doc/html/eog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
||||||
|
- Update to 2.30.0
|
||||||
|
|
||||||
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
|
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
|
||||||
- Update to 2.29.91
|
- Update to 2.29.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user