|
|
|
@ -48,10 +48,8 @@ BuildRequires: gnome-common
@@ -48,10 +48,8 @@ BuildRequires: gnome-common
|
|
|
|
|
BuildRequires: pkgconfig(libnautilus-extension) |
|
|
|
|
# for the dvi backend |
|
|
|
|
BuildRequires: kpathsea-devel |
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
# for the djvu backend |
|
|
|
|
BuildRequires: djvulibre-devel |
|
|
|
|
%endif |
|
|
|
|
# for the xps backend |
|
|
|
|
BuildRequires: pkgconfig(libgxps) >= %{gxps_version} |
|
|
|
|
|
|
|
|
@ -98,14 +96,12 @@ Requires: texlive-collection-fontsrecommended
@@ -98,14 +96,12 @@ Requires: texlive-collection-fontsrecommended
|
|
|
|
|
This package contains a backend to let evince display dvi files. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
%package djvu |
|
|
|
|
Summary: Evince backend for djvu files |
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release} |
|
|
|
|
|
|
|
|
|
%description djvu |
|
|
|
|
This package contains a backend to let evince display djvu files. |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%package nautilus |
|
|
|
|
Summary: Evince extension for nautilus |
|
|
|
@ -139,9 +135,7 @@ autoreconf -f -i
@@ -139,9 +135,7 @@ autoreconf -f -i
|
|
|
|
|
--enable-comics=yes \ |
|
|
|
|
--enable-dvi=yes \ |
|
|
|
|
--enable-libgnome-desktop \ |
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
--enable-djvu=yes \ |
|
|
|
|
%endif |
|
|
|
|
--enable-xps=yes \ |
|
|
|
|
--enable-t1lib=no |
|
|
|
|
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool |
|
|
|
@ -259,12 +253,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
@@ -259,12 +253,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
|
|
|
|
%{_libdir}/evince/4/backends/dvidocument.evince-backend |
|
|
|
|
%{_datadir}/metainfo/evince-dvidocument.metainfo.xml |
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
%files djvu |
|
|
|
|
%{_libdir}/evince/4/backends/libdjvudocument.so |
|
|
|
|
%{_libdir}/evince/4/backends/djvudocument.evince-backend |
|
|
|
|
%{_datadir}/metainfo/evince-djvudocument.metainfo.xml |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%files nautilus |
|
|
|
|
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so |
|
|
|
|