Bring back xindex package
Removed by accident while reverting xindy_arches changes. Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
6c8fd2e1d0
commit
cb6d2ccee2
@ -6412,6 +6412,24 @@ XeTeX also eliminates the complex task of managing a TeX font installation.
|
|||||||
XeTeX is now part of the standard TeX distribution TeXLive and works well with
|
XeTeX is now part of the standard TeX distribution TeXLive and works well with
|
||||||
TeX macro packages like LaTeX and ConTeXt.
|
TeX macro packages like LaTeX and ConTeXt.
|
||||||
|
|
||||||
|
%package -n %{shortname}-xindex
|
||||||
|
Provides: tex-xindex = %{epoch}:%{source_date}-%{release}
|
||||||
|
Provides: tex-xindex-bin = %{epoch}:%{source_date}-%{release}
|
||||||
|
Provides: texlive-xindex-bin = %{epoch}:%{source_date}-%{release}
|
||||||
|
License: LPPL 1.3
|
||||||
|
Summary: Unicode compatible index program for LaTeX
|
||||||
|
Requires: lua >= 5.3
|
||||||
|
Requires: texlive-base
|
||||||
|
Requires: texlive-kpathsea
|
||||||
|
Requires: texlive-luatex
|
||||||
|
Provides: tex(xindex.lua) = %{epoch}:%{source_date}-%{release}
|
||||||
|
Provides: tex(xindex.sty) = %{epoch}:%{source_date}-%{release}
|
||||||
|
# lua
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description -n %{shortname}-xindex
|
||||||
|
Unicode compatible index program for LaTeX.
|
||||||
|
|
||||||
%ifarch %{xindy_arches}
|
%ifarch %{xindy_arches}
|
||||||
%package -n %{shortname}-xindy
|
%package -n %{shortname}-xindy
|
||||||
Provides: tex-xindy = %{epoch}:%{source_date}-%{release}
|
Provides: tex-xindy = %{epoch}:%{source_date}-%{release}
|
||||||
@ -8910,6 +8928,14 @@ done <<< "$list"
|
|||||||
%{fmtutil_cnf_d}/xetex
|
%{fmtutil_cnf_d}/xetex
|
||||||
%doc %{_texdir}/texmf-dist/doc/xetex/
|
%doc %{_texdir}/texmf-dist/doc/xetex/
|
||||||
|
|
||||||
|
%files -n %{shortname}-xindex
|
||||||
|
%license lppl1.3.txt
|
||||||
|
%{_bindir}/xindex
|
||||||
|
%{_texdir}/texmf-dist/scripts/xindex/
|
||||||
|
%{_texdir}/texmf-dist/tex/latex/xindex/
|
||||||
|
%{_texdir}/texmf-dist/tex/lualatex/xindex/
|
||||||
|
%doc %{_texdir}/texmf-dist/doc/lualatex/xindex/
|
||||||
|
|
||||||
%ifarch %{xindy_arches}
|
%ifarch %{xindy_arches}
|
||||||
%files -n %{shortname}-xindy
|
%files -n %{shortname}-xindy
|
||||||
%license gpl.txt
|
%license gpl.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user