From 6d819636ea2b58215bc2b60c9f67453918bce0d4 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 19 Mar 2008 09:04:14 +0000 Subject: [PATCH] - xelatex requires xdvipdfmx --- texlive.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/texlive.spec b/texlive.spec index 73ea233..47612e7 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6 +1,6 @@ # This spec file is based on texjive project created by Michael A. Peters. # Adopted and modified for Fedora by Jindrich Novy. -%define f8_packaging 0 +%define f8_packaging 1 %define texlive_ver 2007 %define ptex_src_ver 3.1.10 @@ -26,7 +26,7 @@ Name: texlive Version: %{texlive_ver} -Release: 27%{?dist} +Release: 28%{?dist} Summary: Binaries for the TeX formatting system Group: Applications/Publishing @@ -229,7 +229,7 @@ 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 +Requires: dvipdfmx xdvipdfmx %description xetex XeTeX is a TeX typesetting engine using Unicode and supporting modern @@ -1197,6 +1197,9 @@ fi %{_mandir}/man1/texutil.1* %changelog +* Tue Mar 18 2008 Jindrich Novy - 2007-28 +- xelatex requires xdvipdfmx + * Fri Mar 14 2008 Jindrich Novy - 2007-27 - remove dvipdfmx completely, also for F8 (related #437448) - kpathsea requires texlive again (#437458)