Enable the dvi backend
This commit is contained in:
parent
6ac2336c67
commit
3921a06172
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.20.2
|
Version: 2.20.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL+
|
License: GPLv2+ and GFDL+
|
||||||
@ -34,7 +34,7 @@ BuildRequires: gnome-icon-theme >= %{theme_version}
|
|||||||
BuildRequires: libtool gtk-doc intltool
|
BuildRequires: libtool gtk-doc intltool
|
||||||
|
|
||||||
# for the dvi backend
|
# for the dvi backend
|
||||||
BuildRequires: tetex-fonts
|
BuildRequires: kpathsea-devel
|
||||||
# for the djvu backend
|
# for the djvu backend
|
||||||
BuildRequires: djvulibre-devel
|
BuildRequires: djvulibre-devel
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ autoreconf
|
|||||||
%configure --disable-static --disable-scrollkeeper \
|
%configure --disable-static --disable-scrollkeeper \
|
||||||
--with-print=gtk \
|
--with-print=gtk \
|
||||||
--enable-comics=yes \
|
--enable-comics=yes \
|
||||||
--enable-dvi=no \
|
--enable-dvi=yes \
|
||||||
--enable-djvu=yes
|
--enable-djvu=yes
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -160,6 +160,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
|
||||||
|
- Enable the dvi backend
|
||||||
|
|
||||||
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
||||||
- Update to 2.20.2
|
- Update to 2.20.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user