From 8b5e4fa3a07d98cfe31bc36958970c473945d6c1 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mar 03 2008 16:46:59 +0000 Subject: - specify required version more properly for subpackages - move xelatex to texlive-xetex --- diff --git a/texlive.spec b/texlive.spec index f593ff5..57b5ec1 100644 --- a/texlive.spec +++ b/texlive.spec @@ -27,7 +27,7 @@ Name: texlive Version: %{texlive_ver} -Release: 21%{?dist} +Release: 22%{?dist} Summary: Binaries for the TeX formatting system Group: Applications/Publishing @@ -228,6 +228,7 @@ with X support. Summary: TeX typesetting engine using Unicode with OpenType or AAT support Group: Applications/Publishing Requires: texlive = %{version}-%{release} +Requires: texlive-texmf-xetex = %{version} Requires: dvipdfmx %description xetex @@ -1007,6 +1008,7 @@ fi %files xetex %defattr(-,root,root,-) %{_bindir}/xetex +%{_bindir}/xelatex %files afm %defattr(-,root,root,-) @@ -1085,7 +1087,6 @@ fi %defattr(-,root,root,-) %{_bindir}/latex %{_bindir}/pdflatex -%{_bindir}/xelatex %{_bindir}/platex %{_bindir}/pslatex %{_mandir}/man1/latex.1* @@ -1225,6 +1226,10 @@ fi %{_mandir}/man1/texutil.1* %changelog +* Mon Mar 03 2008 Jindrich Novy - 2007-22 +- specify required version more properly for subpackages +- move xelatex to texlive-xetex + * Sat Mar 01 2008 Jindrich Novy - 2007-21 - require texlive-utils in texlive-latex