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