From 066dda32fc17ba246265a67da34ee7804af68ecf Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Fri, 18 Aug 2023 17:03:45 +0800 Subject: [PATCH] add loongarch64 support for texlive --- texlive.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/texlive.spec b/texlive.spec index f2f2005f..be58b471 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global tl_version 2022 %{!?_texdir: %global _texdir %{_datadir}/%{name}} @@ -23,7 +23,7 @@ Requires: texlive-collection-latexrecommended Requires: tex-kpathsea # Now that the arch-dependent bits are in texlive-base... we can do this! BuildArch: noarch -ExclusiveArch: aarch64 x86_64 noarch +ExclusiveArch: aarch64 x86_64 noarch loongarch64 # For python macros BuildRequires: make BuildRequires: python3-devel @@ -186808,6 +186808,9 @@ sed -i 's|#!/bin/python3|#!/usr/bin/python3|g' %{buildroot}%{_texdir}/texmf-dist %{_texdir}/texmf-dist/tex/latex/textcsc %changelog +* Wed Aug 16 2023 Wenlong Zhang - 10:2022-4 +- add loongarch64 support for texlive + * Thu Jul 27 2023 Funda Wang - 10:2022-3 - adopt to fontawesome4 package renaming -- Gitee