From 747a15df53ef1140376c85e03568648c7095cadd Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Mon, 5 Jun 2023 06:15:46 +0000 Subject: [PATCH] Fix build on riscv64 Signed-off-by: misaka00251 --- texlive-base.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index 001ecdb..17b8ede 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -4,7 +4,7 @@ Name: texlive-base Version: 20180414 -Release: 33 +Release: 34 Epoch: 7 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 @@ -5866,7 +5866,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 +%ifarch aarch64 riscv64 --disable-luajittex --disable-mfluajit \ %endif --disable-rpath @@ -7077,7 +7077,7 @@ done <<< "$list" %{_includedir}/synctex/ %{_includedir}/texlua52/ %{_includedir}/texlua53/ -%ifnarch aarch64 +%ifnarch aarch64 riscv64 %{_includedir}/texluajit/ %endif %{_libdir}/*.so @@ -8108,6 +8108,9 @@ done <<< "$list" %doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/ %changelog +* Mon Jun 05 2023 misaka00251 - 20180414-34 +- Fix build on riscv64 + * Wed Jan 19 2022 xu_ping - 20180414-33 - remove useless BuildRequires poppler -- Gitee