From 81d436875caa4e0e3ef8fc93d6ab439e87e51847 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jul 13 2017 14:11:03 +0000 Subject: Do not covert documentation to PDF because it fails on s390x --- diff --git a/cook.spec b/cook.spec index 67bcbea..fc5210f 100644 --- a/cook.spec +++ b/cook.spec @@ -16,7 +16,6 @@ BuildRequires: bison BuildRequires: gettext BuildRequires: perl-generators BuildRequires: sharutils -BuildRequires: ghostscript BuildRequires: m4 Provides: perl(host_lists.pl) @@ -40,9 +39,6 @@ make # %{?_smp_mflags} groff -Tps -s -p -t -mm -I../../etc lib/en/tutorial/main.mm > tutorial.ps groff -Tps -s -p -t -mm -I../../etc lib/en/user-guide/main.mm > user-guide.ps groff -Tps -s -p -t -mm -I../../etc lib/en/refman/main.man > refman.ps -for f in *.ps; do - ps2pdf $f -done %install @@ -71,7 +67,7 @@ rm -fr ${RPM_BUILD_ROOT} %{_bindir}/* %{_datadir}/cook %{_mandir}/man1/* -%doc *.pdf +%doc *.ps %doc README @@ -79,6 +75,7 @@ rm -fr ${RPM_BUILD_ROOT} * Thu Jul 13 2017 Petr Pisar - 2.34-14 - Do not use broken grog for generating documentation (bug #1307402) - Fix including roff files (bug #1307402) +- Do not covert documentation to PDF because it fails on s390x (bug #1470700) * Thu Jul 13 2017 Petr Pisar - 2.34-13 - perl dependency renamed to perl-interpreter