From bdc6e14d02bf9c70b2e9a53a163b8fdf7590b4dcd04a48fe39591386a952d633 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 2 Feb 2016 17:42:24 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=199 --- texlive.changes | 5 +++++ texlive.spec | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index afbc2f1..d968543 100644 --- a/texlive.changes +++ b/texlive.changes @@ -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 diff --git a/texlive.spec b/texlive.spec index 3c35916..2fba1f9 100644 --- a/texlive.spec +++ b/texlive.spec @@ -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 \