!56 Init support for ppc64le

From: @jiahua-yu 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-01-11 09:16:57 +00:00 committed by Gitee
commit 6e6456ba82
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <jiahua.yu@shingroup.cn> - 9:20210325-7
- Init support for ppc64le
* Mon Jul 03 2023 yaoxin <yao_xin001@hoperun.com> - 9:20210325-6
- Fix CVE-2023-32700