.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=199
This commit is contained in:
parent
df334aa6d0
commit
bdc6e14d02
@ -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
|
||||
|
||||
|
12
texlive.spec
12
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user