diff --git a/texlive-base.spec b/texlive-base.spec index 7411a7ae13def8b804fc12e96c98504065ac5b31..5bcdf3edad4f7884be142583a3510bd4f5861557 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -1,4 +1,4 @@ -%define anolis_release 15 +%define anolis_release 16 %global shortname texlive %global source_date 20220321 %global source_name texlive-%{source_date}-source @@ -596,11 +596,14 @@ export XPDF_LIBS="-lxpdfcore -lfofi -lgoo -lsplash $GLIB_LIBS $PAPER_LIBS $FONTC --disable-native-texlive-build --disable-t1utils --enable-psutils --disable-biber --disable-ptexenc --disable-largefile \ --with-banner-add='/CVE-2023-32700 patched' \ --with-system-xpdf \ -%ifarch loongarch64 +%ifarch loongarch64 riscv64 --disable-mfluajit \ --disable-luajithbtex \ --disable-luajittex \ %endif +%ifarch riscv64 +--disable-mfluajit-nowin \ +%endif %if %{without bootstrap} --enable-xindy \ %else @@ -859,7 +862,7 @@ for i in afm2pl afm2tfm aleph bibtex bibtex8 bibtexu chkdvifont chktex ctie ctan chrpath --delete %{buildroot}%{_bindir}/$i done -%ifnarch loongarch64 +%ifnarch loongarch64 riscv64 chrpath --delete %{buildroot}%{_bindir}/luajithbtex chrpath --delete %{buildroot}%{_bindir}/luajittex chrpath --delete %{buildroot}%{_bindir}/mfluajit @@ -1000,6 +1003,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %ghost %{_datadir}/texmf.rpmmoved %changelog +* Thu Nov 9 2023 Guoguo - 10:20220321-16 +- Add support for riscv64 + * Tue Oct 10 2023 Wenlong Zhang - 10:20220321-15 - disable luajit for loongarch64