From 295e0f435131be5d1ac7c17ffbf12165aa37be12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BD=AC=E7=90=9B?= Date: Mon, 11 Aug 2025 01:21:59 +0000 Subject: [PATCH] add sw_64 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张彬琛 --- texlive.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/texlive.spec b/texlive.spec index 12eb3490..79cdebef 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %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 loongarch64 +ExclusiveArch: aarch64 x86_64 noarch loongarch64 sw_64 # 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 +* Mon Aug 11 2025 zhangbinchen - 10:2022-6 +- add support for sw_64 build + * Tue Apr 8 2025 wangzhe - 10:2022-5 - update the tarball path for rebuild -- Gitee