Tweak a spec file comment

epel9 imports/e9/libfakekey-0.3-6.el9
Benjamin A. Beasley 3 years ago
parent e39b16e692
commit 4229fdf6bc

@ -2,7 +2,7 @@
# bundle inserted by Doxygen itself. See discussion at # bundle inserted by Doxygen itself. See discussion at
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555. # https://bugzilla.redhat.com/show_bug.cgi?id=2006555.
# #
# We can enable the Doxygen PDF documentation as a lesser substitute. # We can enable the Doxygen PDF documentation as a substitute.
%bcond_without doc_pdf %bcond_without doc_pdf
Name: libfakekey Name: libfakekey
@ -61,10 +61,10 @@ Documentation for the libfakekey library.
%autosetup %autosetup
%if %{with doc_pdf} %if %{with doc_pdf}
# We enable the Doxygen PDF documentation as a lesser substitute. We must # We enable the Doxygen PDF documentation as a substitute. We must enable
# enable GENERATE_LATEX and LATEX_BATCHMODE; the rest are precautionary and # GENERATE_LATEX and LATEX_BATCHMODE; the rest are precautionary and should
# should already be set as we like them. We also disable GENERATE_HTML, since # already be set as we like them. We also disable GENERATE_HTML, since we will
# we will not use it. # not use it.
sed -r -i \ sed -r -i \
-e "s/^([[:blank:]]*(GENERATE_LATEX|LATEX_BATCHMODE|USE_PDFLATEX|\ -e "s/^([[:blank:]]*(GENERATE_LATEX|LATEX_BATCHMODE|USE_PDFLATEX|\
PDF_HYPERLINKS)[[:blank:]]*=[[:blank:]]*)NO[[:blank:]]*/\1YES/" \ PDF_HYPERLINKS)[[:blank:]]*=[[:blank:]]*)NO[[:blank:]]*/\1YES/" \

Loading…
Cancel
Save