enable xps
This commit is contained in:
parent
31844280b7
commit
462e683016
17
evince.spec
17
evince.spec
@ -5,7 +5,7 @@
|
||||
|
||||
Name: evince
|
||||
Version: 3.3.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
@ -44,12 +44,11 @@ BuildRequires: nautilus-devel
|
||||
BuildRequires: kpathsea-devel
|
||||
# for the djvu backend
|
||||
BuildRequires: djvulibre-devel
|
||||
# for the xps backend
|
||||
BuildRequires: libgxps
|
||||
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
Requires(post): /usr/bin/gtk-update-icon-cache
|
||||
Requires(postun): /usr/bin/gtk-update-icon-cache
|
||||
|
||||
%description
|
||||
Evince is simple multi-page document viewer. It can display and print
|
||||
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
||||
@ -121,6 +120,7 @@ automake
|
||||
--enable-comics=yes \
|
||||
--enable-dvi=yes \
|
||||
--enable-djvu=yes \
|
||||
--enable-gxps=yes \
|
||||
--enable-t1lib=yes \
|
||||
--with-gtk=3.0
|
||||
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
||||
@ -171,7 +171,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%files -f evince.lang
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
@ -184,7 +183,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
%{_datadir}/thumbnailers/evince.thumbnailer
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING NEWS AUTHORS
|
||||
%{_libdir}/libevview3.so.*
|
||||
%{_libdir}/libevdocument3.so.*
|
||||
@ -203,7 +201,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc/html/evince/
|
||||
%{_datadir}/gtk-doc/html/libevview-3.0
|
||||
%{_datadir}/gtk-doc/html/libevdocument-3.0
|
||||
@ -217,20 +214,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
%{_datadir}/gir-1.0/EvinceView-3.0.gir
|
||||
|
||||
%files dvi
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/evince/3/backends/libdvidocument.so*
|
||||
%{_libdir}/evince/3/backends/dvidocument.evince-backend
|
||||
|
||||
%files djvu
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/evince/3/backends/libdjvudocument.so
|
||||
%{_libdir}/evince/3/backends/djvudocument.evince-backend
|
||||
|
||||
%files nautilus
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||
|
||||
%changelog
|
||||
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-2
|
||||
- Enable xps support
|
||||
|
||||
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
|
||||
- Update to 3.3.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user