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

This commit is contained in:
Jens Petersen 2013-05-01 19:44:58 +09:00
parent cb0e1238d8
commit 74b79f2384

View File

@ -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