From 08a313593be2307ac499dc0c4ad71c97cfda6c3e Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 14 Mar 2005 15:15:21 +0000 Subject: [PATCH] Fix some latex errors in Documentation building --- python.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python.spec b/python.spec index 7511775..68a11d7 100644 --- a/python.spec +++ b/python.spec @@ -44,6 +44,7 @@ Patch9: japanese-codecs-lib64.patch Patch13: python-2.4-distutils-bdist-rpm.patch Patch14: python-2.3.4-pydocnodoc.patch Patch16: python-2.4-db43.patch +Patch17: python-2.4-tex-fix.patch %if %{main_python} Obsoletes: Distutils @@ -167,6 +168,7 @@ user interface for Python programming. %patch13 -p1 -b .bdist-rpm %patch14 -p1 -b .no-doc %patch16 -p1 -b .db43 +%patch17 -p1 -b .tex-fix # This shouldn't be necesarry, but is right now (2.2a3) find -name "*~" |xargs rm -f