From 3d9be8e6058f683404b3a73a56844a6fc5399751 Mon Sep 17 00:00:00 2001 From: "jiahua.yu" Date: Mon, 27 Nov 2023 17:04:30 +0800 Subject: [PATCH] Init support for ppc64le --- texlive-base.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index 41170ef..8b658bc 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -4,7 +4,7 @@ Name: texlive-base Version: 20210325 -Release: 6 +Release: 7 Epoch: 9 Summary: TeX formatting system License: ASL 2.0 and LGPL-2.1-only and Zlib and OFL-1.1 and Public Domain and LGPL-2.0-only and GPLv2+ and MPL-1.1 and Libpng and LGPL-3.0-only and BSL-1.0 and GPLv2 and GPLv3 and CPL-1.0 and IJG and MIT and LPPL-1.3c and ICU and psutils @@ -6171,7 +6171,7 @@ cd work --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack \ --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile \ --disable-xindy --disable-xindy-docs --disable-xindy-make-rules \ -%ifarch aarch64 riscv64 loongarch64 +%ifarch aarch64 riscv64 loongarch64 ppc64le --disable-luajittex --disable-mfluajit --disable-luajithbtex --disable-mfluajit-nowin \ %endif --disable-rpath @@ -6355,7 +6355,7 @@ for i in afm2pl afm2tfm aleph bibtex bibtex8 bibtexu chkdvifont chktex ctie ctan chrpath --delete %{buildroot}%{_bindir}/$i done -%ifnarch aarch64 riscv64 loongarch64 +%ifnarch aarch64 riscv64 loongarch64 ppc64le for i in luajittex luajithbtex mfluajit;do chrpath --delete %{buildroot}%{_bindir}/$i done @@ -7524,7 +7524,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %{_includedir}/kpathsea/* %{_includedir}/synctex/ %{_includedir}/texlua53/ -%ifnarch aarch64 riscv64 loongarch64 +%ifnarch aarch64 riscv64 loongarch64 ppc64le %{_includedir}/texluajit/ %endif %{_libdir}/*.so @@ -7600,7 +7600,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %files -n texlive-luajittex %license gpl2.txt -%ifnarch aarch64 riscv64 loongarch64 +%ifnarch aarch64 riscv64 loongarch64 ppc64le %{_bindir}/luajittex %{_bindir}/luajithbtex %{_bindir}/texluajit @@ -7719,7 +7719,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %license gpl2.txt %{_bindir}/mflua %{_bindir}/mflua-nowin -%ifnarch aarch64 riscv64 loongarch64 +%ifnarch aarch64 riscv64 loongarch64 ppc64le %{_bindir}/mfluajit %{_bindir}/mfluajit-nowin %endif @@ -8652,6 +8652,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/ %changelog +* Mon Nov 27 2023 jiahua.yu - 9:20210325-7 +- Init support for ppc64le + * Mon Jul 03 2023 yaoxin - 9:20210325-6 - Fix CVE-2023-32700 -- Gitee