[pandoc] fix the pandoc-pdf summary and description just to talk about pdf not xetex

Jens Petersen petersen at fedoraproject.org
Wed May 1 10:45:04 UTC 2013


commit 74b79f238436b3f187b20405258bf4b4e134bdd4
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed May 1 19:44:58 2013 +0900

    fix the pandoc-pdf summary and description just to talk about pdf not xetex

 pandoc.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pandoc.spec b/pandoc.spec
index dc131ec..91ea1c9 100644
--- a/pandoc.spec
+++ b/pandoc.spec
@@ -67,7 +67,7 @@ For pdf output please also install pandoc-pdf.
 
 
 %package pdf
-Summary:        Metapackage for pandoc xetex support
+Summary:        Metapackage for pandoc pdf support
 Requires:       %{name} = %{version}
 Requires:       texlive-collection-latex
 Requires:       texlive-ec
@@ -76,8 +76,8 @@ Obsoletes:      pandoc-markdown2pdf < %{version}-%{release}
 %description pdf
 %{common_description}
 
-This package pulls in the texlive latex and xetex packages
-needed by pandoc to generate pdf output.
+This package pulls in the texlive latex package collection needed by
+pandoc to generate pdf output.
 
 
 %prep


More information about the scm-commits mailing list