2.26.0
This commit is contained in:
parent
9c7a3765cb
commit
c714a93e82
@ -1 +1 @@
|
||||
evince-2.25.92.tar.bz2
|
||||
evince-2.26.0.tar.bz2
|
||||
|
31
evince.spec
31
evince.spec
@ -5,14 +5,14 @@
|
||||
%define theme_version 2.17.1
|
||||
|
||||
Name: evince
|
||||
Version: 2.25.92
|
||||
Version: 2.26.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Publishing
|
||||
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
|
||||
# Patch1: duplex-copies.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -53,14 +53,14 @@ Requires(preun): GConf2
|
||||
Requires(postun): scrollkeeper
|
||||
|
||||
%description
|
||||
Evince is simple multi-page document viewer. It can display and print
|
||||
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
||||
(EPS) files. When supported by the document format, evince allows searching
|
||||
for text, copying text to the clipboard, hypertext navigation,
|
||||
Evince is simple multi-page document viewer. It can display and print
|
||||
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
||||
(EPS) files. When supported by the document format, evince allows searching
|
||||
for text, copying text to the clipboard, hypertext navigation,
|
||||
table-of-contents bookmarks and editing of forms.
|
||||
|
||||
Support for other document formats such as DVI and DJVU can be added by
|
||||
installing additional backends.
|
||||
Support for other document formats such as DVI and DJVU can be added by
|
||||
installing additional backends.
|
||||
|
||||
|
||||
%package devel
|
||||
@ -69,7 +69,7 @@ Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files needed for evince
|
||||
This package contains libraries and header files needed for evince
|
||||
backend development.
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ This package contains a backend to let evince display djvu files.
|
||||
--with-print=gtk \
|
||||
--enable-comics=yes \
|
||||
--enable-dvi=yes \
|
||||
--enable-djvu=yes
|
||||
--enable-djvu=yes
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -112,7 +112,7 @@ desktop-file-install --delete-original --vendor="" \
|
||||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--remove-category="Application" \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
||||
|
||||
|
||||
%find_lang evince --with-gnome
|
||||
|
||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||
@ -146,12 +146,12 @@ if [ "$1" -gt 1 ]; then
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-djvu.schemas \
|
||||
>/dev/null || :
|
||||
fi
|
||||
fi
|
||||
if [ -f %{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas ]; then
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-dvi.schemas \
|
||||
>/dev/null || :
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@ -202,7 +202,7 @@ fi
|
||||
|
||||
%files -f evince.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING NEWS AUTHORS
|
||||
%doc README COPYING NEWS AUTHORS
|
||||
%{_bindir}/*
|
||||
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
||||
%{_datadir}/%{name}/
|
||||
@ -241,6 +241,9 @@ fi
|
||||
%{_libdir}/evince/1/backends/djvudocument.evince-backend
|
||||
|
||||
%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
|
||||
- Update to 2.25.92
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user