This commit is contained in:
Matthias Clasen 2010-03-29 20:09:59 +00:00
parent 6765dfed2d
commit 4d8d022c6e
3 changed files with 14 additions and 15 deletions

View File

@ -1 +1 @@
evince-2.29.92.tar.bz2 evince-2.30.0.tar.bz2

View File

@ -5,14 +5,14 @@
%define theme_version 2.17.1 %define theme_version 2.17.1
Name: evince Name: evince
Version: 2.29.92 Version: 2.30.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Document viewer Summary: Document viewer
License: GPLv2+ and GFDL License: GPLv2+ and GFDL
Group: Applications/Publishing Group: Applications/Publishing
URL: http://projects.gnome.org/evince/ URL: http://projects.gnome.org/evince/
Source0: http://download.gnome.org/sources/%{name}/2.29/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/%{name}/2.30/%{name}-%{version}.tar.bz2
# http://bugzilla.gnome.org/show_bug.cgi?id=455759 # http://bugzilla.gnome.org/show_bug.cgi?id=455759
# Patch1: duplex-copies.patch # Patch1: duplex-copies.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=562648 # https://bugzilla.redhat.com/show_bug.cgi?id=562648
@ -51,9 +51,7 @@ Requires: GConf2
Requires(pre): GConf2 Requires(pre): GConf2
Requires(post): GConf2 Requires(post): GConf2
Requires(post): scrollkeeper
Requires(preun): GConf2 Requires(preun): GConf2
Requires(postun): scrollkeeper
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
%description %description
@ -179,12 +177,8 @@ gconftool-2 --makefile-install-rule \
>/dev/null || : >/dev/null || :
update-desktop-database &> /dev/null ||: update-desktop-database &> /dev/null ||:
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -204,13 +198,15 @@ fi
%postun %postun
update-desktop-database &> /dev/null ||: update-desktop-database &> /dev/null ||:
scrollkeeper-update -q || :
touch --no-create %{_datadir}/icons/hicolor if [ $1 -eq 0 ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
/usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor; gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
fi fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%files -f evince.lang %files -f evince.lang
@ -266,6 +262,9 @@ fi
%{_libdir}/evince/2/backends/djvudocument.evince-backend %{_libdir}/evince/2/backends/djvudocument.evince-backend
%changelog %changelog
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
- Update to 2.30.0
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1 * Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
- Update to 2.29.92 - Update to 2.29.92

View File

@ -1 +1 @@
8d8398caf457854f853ebb03ebe55d5a evince-2.29.92.tar.bz2 a55f1997891a64157286b6f6b00f8458 evince-2.30.0.tar.bz2