This commit is contained in:
Matthias Clasen 2009-03-17 02:45:09 +00:00
parent 9c7a3765cb
commit c714a93e82
3 changed files with 19 additions and 16 deletions

View File

@ -1 +1 @@
evince-2.25.92.tar.bz2 evince-2.26.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.25.92 Version: 2.26.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.25/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/%{name}/2.26/%{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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -53,14 +53,14 @@ Requires(preun): GConf2
Requires(postun): scrollkeeper Requires(postun): scrollkeeper
%description %description
Evince is simple multi-page document viewer. It can display and print Evince is simple multi-page document viewer. It can display and print
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
(EPS) files. When supported by the document format, evince allows searching (EPS) files. When supported by the document format, evince allows searching
for text, copying text to the clipboard, hypertext navigation, for text, copying text to the clipboard, hypertext navigation,
table-of-contents bookmarks and editing of forms. table-of-contents bookmarks and editing of forms.
Support for other document formats such as DVI and DJVU can be added by Support for other document formats such as DVI and DJVU can be added by
installing additional backends. installing additional backends.
%package devel %package devel
@ -69,7 +69,7 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
This package contains libraries and header files needed for evince This package contains libraries and header files needed for evince
backend development. backend development.
@ -100,7 +100,7 @@ This package contains a backend to let evince display djvu files.
--with-print=gtk \ --with-print=gtk \
--enable-comics=yes \ --enable-comics=yes \
--enable-dvi=yes \ --enable-dvi=yes \
--enable-djvu=yes --enable-djvu=yes
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -112,7 +112,7 @@ desktop-file-install --delete-original --vendor="" \
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
--remove-category="Application" \ --remove-category="Application" \
$RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
%find_lang evince --with-gnome %find_lang evince --with-gnome
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
@ -146,12 +146,12 @@ if [ "$1" -gt 1 ]; then
gconftool-2 --makefile-uninstall-rule \ gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-djvu.schemas \ %{_sysconfdir}/gconf/schemas/evince-thumbnailer-djvu.schemas \
>/dev/null || : >/dev/null || :
fi fi
if [ -f %{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas ]; then if [ -f %{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas ]; then
gconftool-2 --makefile-uninstall-rule \ gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas \ %{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas \
>/dev/null || : >/dev/null || :
fi fi
fi fi
@ -202,7 +202,7 @@ fi
%files -f evince.lang %files -f evince.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README COPYING NEWS AUTHORS %doc README COPYING NEWS AUTHORS
%{_bindir}/* %{_bindir}/*
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so %{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
%{_datadir}/%{name}/ %{_datadir}/%{name}/
@ -241,6 +241,9 @@ fi
%{_libdir}/evince/1/backends/djvudocument.evince-backend %{_libdir}/evince/1/backends/djvudocument.evince-backend
%changelog %changelog
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
- Update to 2.26.0
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1 * Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
- Update to 2.25.92 - Update to 2.25.92

View File

@ -1 +1 @@
5e0d0fc2d900856074b556e4eacc68e6 evince-2.25.92.tar.bz2 11c440e48702231e40066a78aae56f84 evince-2.26.0.tar.bz2