!59 add ppc64le support
From: @hefq343 Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
9ee44824cb
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: texlive-base
|
Name: texlive-base
|
||||||
Version: 20180414
|
Version: 20180414
|
||||||
Release: 36
|
Release: 37
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
Summary: TeX formatting system
|
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
|
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
|
||||||
@ -5881,7 +5881,7 @@ cd work
|
|||||||
--enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack \
|
--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-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile \
|
||||||
--disable-xindy --disable-xindy-docs --disable-xindy-make-rules \
|
--disable-xindy --disable-xindy-docs --disable-xindy-make-rules \
|
||||||
%ifarch aarch64 riscv64 loongarch64 sw_64
|
%ifarch aarch64 riscv64 loongarch64 sw_64 ppc64le
|
||||||
--disable-luajittex --disable-mfluajit \
|
--disable-luajittex --disable-mfluajit \
|
||||||
%endif
|
%endif
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
@ -7092,7 +7092,7 @@ done <<< "$list"
|
|||||||
%{_includedir}/synctex/
|
%{_includedir}/synctex/
|
||||||
%{_includedir}/texlua52/
|
%{_includedir}/texlua52/
|
||||||
%{_includedir}/texlua53/
|
%{_includedir}/texlua53/
|
||||||
%ifnarch aarch64 riscv64 loongarch64 sw_64
|
%ifnarch aarch64 riscv64 loongarch64 sw_64 ppc64le
|
||||||
%{_includedir}/texluajit/
|
%{_includedir}/texluajit/
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -7161,7 +7161,7 @@ done <<< "$list"
|
|||||||
%files -n texlive-luatex
|
%files -n texlive-luatex
|
||||||
%license gpl2.txt
|
%license gpl2.txt
|
||||||
%{_bindir}/dviluatex
|
%{_bindir}/dviluatex
|
||||||
%ifnarch aarch64 riscv64 loongarch64 sw_64
|
%ifnarch aarch64 riscv64 loongarch64 sw_64 ppc64le
|
||||||
%{_bindir}/luajittex
|
%{_bindir}/luajittex
|
||||||
%{_bindir}/texluajit
|
%{_bindir}/texluajit
|
||||||
%{_bindir}/texluajitc
|
%{_bindir}/texluajitc
|
||||||
@ -7268,7 +7268,7 @@ done <<< "$list"
|
|||||||
%license gpl2.txt
|
%license gpl2.txt
|
||||||
%{_bindir}/mflua
|
%{_bindir}/mflua
|
||||||
%{_bindir}/mflua-nowin
|
%{_bindir}/mflua-nowin
|
||||||
%ifnarch aarch64 loongarch64 sw_64
|
%ifnarch aarch64 loongarch64 sw_64 ppc64le
|
||||||
%{_bindir}/mfluajit
|
%{_bindir}/mfluajit
|
||||||
%{_bindir}/mfluajit-nowin
|
%{_bindir}/mfluajit-nowin
|
||||||
%endif
|
%endif
|
||||||
@ -8123,6 +8123,9 @@ done <<< "$list"
|
|||||||
%doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/
|
%doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 18 2024 hefq343 <fengqing.he@shingroup.cn@> - 7:20180414-37
|
||||||
|
- add ppc64le support
|
||||||
|
|
||||||
* Fri Aug 11 2023 yeqinglong <yeqinglong@kylinsec.com.cn> - 7:20180414-36
|
* Fri Aug 11 2023 yeqinglong <yeqinglong@kylinsec.com.cn> - 7:20180414-36
|
||||||
- add sw_64 support and fix loongarch64 error
|
- add sw_64 support and fix loongarch64 error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user