Disable comics support in RHEL 7
We don't have new enough libarchive (need 3.2.0 or newer). Related: #1567186
This commit is contained in:
parent
4b09e6c3ce
commit
a428c69e9f
@ -129,7 +129,9 @@ autoreconf -f -i
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-introspection \
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
--enable-comics=yes \
|
||||
%endif
|
||||
--enable-dvi=yes \
|
||||
--enable-libgnome-desktop \
|
||||
%if 0%{?fedora}
|
||||
@ -205,9 +207,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
||||
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
|
||||
%{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%{_libdir}/evince/4/backends/libcomicsdocument.so
|
||||
%{_libdir}/evince/4/backends/comicsdocument.evince-backend
|
||||
%{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
|
||||
%endif
|
||||
|
||||
%{_libdir}/evince/4/backends/libxpsdocument.so
|
||||
%{_libdir}/evince/4/backends/xpsdocument.evince-backend
|
||||
|
Loading…
Reference in New Issue
Block a user