Disable LuaJIT on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
c94dfd4d48
commit
c6f8d271df
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: %{shortname}-base
|
Name: %{shortname}-base
|
||||||
Version: %{source_date}
|
Version: %{source_date}
|
||||||
Release: 81%{?dist}
|
Release: 81.0.riscv64%{?dist}
|
||||||
Epoch: 11
|
Epoch: 11
|
||||||
Summary: TeX formatting system
|
Summary: TeX formatting system
|
||||||
# The only files in the base package are directories, cache, and license texts
|
# The only files in the base package are directories, cache, and license texts
|
||||||
@ -8392,7 +8392,7 @@ export XPDF_LIBS="-lxpdfcore -lfofi -lgoo -lsplash $GLIB_LIBS $PAPER_LIBS $FONTC
|
|||||||
%else
|
%else
|
||||||
--with-system-xpdf \
|
--with-system-xpdf \
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{power64} s390 s390x
|
%ifarch %{power64} s390 s390x riscv64
|
||||||
--disable-luajittex --disable-mfluajit --disable-luajithbtex --disable-mfluajit-nowin \
|
--disable-luajittex --disable-mfluajit --disable-luajithbtex --disable-mfluajit-nowin \
|
||||||
%endif
|
%endif
|
||||||
%if %{without bootstrap} && ! 0%{?eln}
|
%if %{without bootstrap} && ! 0%{?eln}
|
||||||
@ -8762,7 +8762,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 %{power64} s390 s390x
|
%ifnarch %{power64} s390 s390x riscv64
|
||||||
chrpath --delete %{buildroot}%{_bindir}/luajithbtex
|
chrpath --delete %{buildroot}%{_bindir}/luajithbtex
|
||||||
chrpath --delete %{buildroot}%{_bindir}/luajittex
|
chrpath --delete %{buildroot}%{_bindir}/luajittex
|
||||||
chrpath --delete %{buildroot}%{_bindir}/mfluajit
|
chrpath --delete %{buildroot}%{_bindir}/mfluajit
|
||||||
@ -9928,7 +9928,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
%{_includedir}/kpathsea/*
|
%{_includedir}/kpathsea/*
|
||||||
%{_includedir}/synctex/
|
%{_includedir}/synctex/
|
||||||
%{_includedir}/texlua53/
|
%{_includedir}/texlua53/
|
||||||
%ifnarch %{power64} s390 s390x
|
%ifnarch %{power64} s390 s390x riscv64
|
||||||
%{_includedir}/texluajit/
|
%{_includedir}/texluajit/
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -10012,7 +10012,7 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
%files -n %{shortname}-luajittex
|
%files -n %{shortname}-luajittex
|
||||||
%license gpl2.txt
|
%license gpl2.txt
|
||||||
%ifnarch %{power64} s390 s390x
|
%ifnarch %{power64} s390 s390x riscv64
|
||||||
%{_bindir}/luajittex
|
%{_bindir}/luajittex
|
||||||
%{_bindir}/luajithbtex
|
%{_bindir}/luajithbtex
|
||||||
%{_bindir}/texluajit
|
%{_bindir}/texluajit
|
||||||
@ -10133,7 +10133,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 %{power64} s390 s390x
|
%ifnarch %{power64} s390 s390x riscv64
|
||||||
%{_bindir}/mfluajit
|
%{_bindir}/mfluajit
|
||||||
%{_bindir}/mfluajit-nowin
|
%{_bindir}/mfluajit-nowin
|
||||||
%endif
|
%endif
|
||||||
@ -11115,6 +11115,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
|
|||||||
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 19 2024 David Abdurachmanov <davidlt@rivosinc.com> - 11:20230311-81.0.riscv64
|
||||||
|
- Disable LuaJIT on riscv64
|
||||||
|
|
||||||
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 11:20230311-81
|
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 11:20230311-81
|
||||||
- Rebuild for ICU 74
|
- Rebuild for ICU 74
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user