Init support for ppc64le
This commit is contained in:
parent
a2f90adfb5
commit
3d9be8e605
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: texlive-base
|
Name: texlive-base
|
||||||
Version: 20210325
|
Version: 20210325
|
||||||
Release: 6
|
Release: 7
|
||||||
Epoch: 9
|
Epoch: 9
|
||||||
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
|
||||||
@ -6171,7 +6171,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
|
%ifarch aarch64 riscv64 loongarch64 ppc64le
|
||||||
--disable-luajittex --disable-mfluajit --disable-luajithbtex --disable-mfluajit-nowin \
|
--disable-luajittex --disable-mfluajit --disable-luajithbtex --disable-mfluajit-nowin \
|
||||||
%endif
|
%endif
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
@ -6355,7 +6355,7 @@ for i in afm2pl afm2tfm aleph bibtex bibtex8 bibtexu chkdvifont chktex ctie ctan
|
|||||||
chrpath --delete %{buildroot}%{_bindir}/$i
|
chrpath --delete %{buildroot}%{_bindir}/$i
|
||||||
done
|
done
|
||||||
|
|
||||||
%ifnarch aarch64 riscv64 loongarch64
|
%ifnarch aarch64 riscv64 loongarch64 ppc64le
|
||||||
for i in luajittex luajithbtex mfluajit;do
|
for i in luajittex luajithbtex mfluajit;do
|
||||||
chrpath --delete %{buildroot}%{_bindir}/$i
|
chrpath --delete %{buildroot}%{_bindir}/$i
|
||||||
done
|
done
|
||||||
@ -7524,7 +7524,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
%{_includedir}/kpathsea/*
|
%{_includedir}/kpathsea/*
|
||||||
%{_includedir}/synctex/
|
%{_includedir}/synctex/
|
||||||
%{_includedir}/texlua53/
|
%{_includedir}/texlua53/
|
||||||
%ifnarch aarch64 riscv64 loongarch64
|
%ifnarch aarch64 riscv64 loongarch64 ppc64le
|
||||||
%{_includedir}/texluajit/
|
%{_includedir}/texluajit/
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -7600,7 +7600,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
%files -n texlive-luajittex
|
%files -n texlive-luajittex
|
||||||
%license gpl2.txt
|
%license gpl2.txt
|
||||||
%ifnarch aarch64 riscv64 loongarch64
|
%ifnarch aarch64 riscv64 loongarch64 ppc64le
|
||||||
%{_bindir}/luajittex
|
%{_bindir}/luajittex
|
||||||
%{_bindir}/luajithbtex
|
%{_bindir}/luajithbtex
|
||||||
%{_bindir}/texluajit
|
%{_bindir}/texluajit
|
||||||
@ -7719,7 +7719,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
%license gpl2.txt
|
%license gpl2.txt
|
||||||
%{_bindir}/mflua
|
%{_bindir}/mflua
|
||||||
%{_bindir}/mflua-nowin
|
%{_bindir}/mflua-nowin
|
||||||
%ifnarch aarch64 riscv64 loongarch64
|
%ifnarch aarch64 riscv64 loongarch64 ppc64le
|
||||||
%{_bindir}/mfluajit
|
%{_bindir}/mfluajit
|
||||||
%{_bindir}/mfluajit-nowin
|
%{_bindir}/mfluajit-nowin
|
||||||
%endif
|
%endif
|
||||||
@ -8652,6 +8652,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
%doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/
|
%doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 27 2023 jiahua.yu <jiahua.yu@shingroup.cn> - 9:20210325-7
|
||||||
|
- Init support for ppc64le
|
||||||
|
|
||||||
* Mon Jul 03 2023 yaoxin <yao_xin001@hoperun.com> - 9:20210325-6
|
* Mon Jul 03 2023 yaoxin <yao_xin001@hoperun.com> - 9:20210325-6
|
||||||
- Fix CVE-2023-32700
|
- Fix CVE-2023-32700
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user