Now with applied luametatex.dif

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=434
This commit is contained in:
Dr. Werner Fink 2023-03-29 07:05:46 +00:00 committed by Git OBS Bridge
parent c54a8be7db
commit 57b1b653f9

View File

@ -270,6 +270,8 @@ Patch44: biber-certs.dif
Patch45: biblatex-ms-missing.dif
# PATCH-FIX-SUSE Make biber work with perl 5.18.2
Patch47: biber-perl-5.18.2.dif
#
Patch50: luametatex.dif
# PATCH-FIX-SUSE Let it build even without ls-R files around
Patch62: source-psutils-kpathsea.dif
# Missed luajit fix for ppc/ppc64/ppc64le and riscv64
@ -4041,8 +4043,14 @@ This package is required by the package texlive-biber-bin.
# Use a well defined multi byte locale
echo unset ${!LC_*}
echo LANG=POSIX
echo LC_CTYPE=en_US.UTF-8
if test -d /usr/lib/locale/C.utf8
then
echo LANG=C.UTF-8
echo LC_CTYPE=C.UTF-8
else
echo LANG=POSIX
echo LC_CTYPE=en_US.UTF-8
fi
echo export LANG LC_CTYPE
# Environment for configuration
@ -4054,7 +4062,7 @@ This package is required by the package texlive-biber-bin.
echo LDFLAGS=\"-Wl,-warn-common $XLDFLAGS\"
echo VENDOR=\"${VENDOR}\"
echo ARCH_LIB=%{_lib}
echo export CC CXX CFLAGS CXXFLAGS LDFLAGS VENDOR PATH CONFIG_SHELL ARCH_LIB LANG
echo export CC CXX CFLAGS CXXFLAGS LDFLAGS VENDOR PATH CONFIG_SHELL ARCH_LIB
# Do not run TeX engine in fmtutil with batchmode
echo batchmode=no
@ -4103,6 +4111,11 @@ pushd libs/luajit/LuaJIT-src/
%patch106 -p1 -b .arm64
popd
%patch0 -p0 -b .p0
%if %{with luametatex}
pushd ../luametatex*
%patch50 -p0 -b .unicode
popd
%endif
%if %{with buildbiber}
pushd ../biber-*/
/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .