From 763914a38b3137b8a5b92d595042b2ce5e980328 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 2 Oct 2012 12:35:12 +0900 Subject: [PATCH] add files section for the pdf subpackage --- pandoc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pandoc.spec b/pandoc.spec index 5aeda7f..369851e 100644 --- a/pandoc.spec +++ b/pandoc.spec @@ -14,7 +14,7 @@ MediaWiki, groff man pages, EPUB, and S5 and Slidy HTML slide shows. Name: %{pkg_name} Version: 1.9.4.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Markup conversion tool for markdown Group: Applications/Publishing @@ -110,10 +110,16 @@ ln -s pandoc %{buildroot}%{_bindir}/hsmarkdown %attr(644,root,root) %{_mandir}/man5/* +%files pdf + + %ghc_files COPYRIGHT %changelog +* Tue Oct 2 2012 Jens Petersen - 1.9.4.2-5 +- add a files section for the pdf subpackage so it is actually created + * Tue Oct 2 2012 Jens Petersen - 1.9.4.2-4 - add a pdf meta-subpackage for the texlive packages needed for pdf output