Dr. Werner Fink 2016-02-02 17:42:24 +00:00 committed by Git OBS Bridge
parent df334aa6d0
commit bdc6e14d02
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 2 17:41:37 UTC 2016 - werner@suse.de
- On older systems the linpoppler is somewhat to old
-------------------------------------------------------------------
Tue Feb 2 08:11:37 UTC 2016 - werner@suse.de

View File

@ -19,7 +19,7 @@
%define texlive_version 2015
%define texlive_previous 2014
%define texlive_release 20150521
%define texlive_noarch 101
%define texlive_noarch 102
%define texlive_source texlive-20150521-source
%define __perl_requires %{nil}
@ -36,6 +36,14 @@
%endif
%bcond_with LuaJIT
#
# poppler -- use system wide libpoppler
#
%if 0%{suse_version} > 1320
%global with_poppler 1
%endif
%bcond_with poppler
#
# psutils -- is also available as the package psutils and therefore
# not necessary required, enabling the resulting psutils
@ -2850,7 +2858,9 @@ popd
--with-system-zlib \
--with-system-expat \
--with-system-unzip \
%if %{with poppler}
--with-system-poppler \
%endif
--with-system-xpdf \
--with-system-libpng \
--with-system-pnglib \