proper luajittex

This commit is contained in:
Tom Callaway 2015-07-30 14:26:15 -04:00
parent 21717ddd59
commit 7dd4c29980
2 changed files with 1 additions and 28 deletions

View File

@ -7265,13 +7265,6 @@ Obsoletes: kpathsea-lib-devel <= 2014
%description lib-devel
Development files for TeX specific shared libraries.
%package luajit
Summary: LuaTeX with Lua replaced by LuaJIT
Requires: %{name}-lib%{?_isa}
%description luajit
LuaTeX with Lua replaced by LuaJIT.
%package 12many
Provides: tex-12many = %{tl_version}
License: LPPL
@ -236774,7 +236767,7 @@ rm -f man
[ ! -e texlua ] && ln -s luatex texlua
[ ! -e texluac ] && ln -s luatex texluac
# remove binaries we don't ship
for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk texdiff songidx wofm2opl wopl2ofm wovf2ovp paperconf luajittex texluajit texluajitc lollipop lualollipop mkpic xelollipop contextjit mtxrunjit; do
for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk texdiff songidx wofm2opl wopl2ofm wovf2ovp paperconf lollipop lualollipop mkpic xelollipop contextjit mtxrunjit; do
rm -f $i
rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/$i.*
done
@ -392890,12 +392883,6 @@ fi
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files luajit
%defattr(-,root,root)
%{_bindir}/luajittex
%{_bindir}/texluajit
%{_bindir}/texluajitc
%changelog
* Fri Jul 24 2015 Tom Callaway <spot@fedoraproject.org> 4:2015-1.20150724
- Update to TL2015

View File

@ -107,14 +107,6 @@ Obsoletes: kpathsea-lib-devel <= 2014
%description lib-devel
Development files for TeX specific shared libraries.
%package luajit
Summary: LuaTeX with Lua replaced by LuaJIT
Requires: %{name}-lib%{?_isa}
%description luajit
LuaTeX with Lua replaced by LuaJIT.
%include _packages.spec
%prep
@ -407,12 +399,6 @@ fi
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files luajit
%defattr(-,root,root)
%{_bindir}/luajittex
%{_bindir}/texluajit
%{_bindir}/texluajitc
%changelog
* Fri Jul 24 2015 Tom Callaway <spot@fedoraproject.org> 4:2015-1.20150724
- Update to TL2015