From 5c91e1d44a3d33f41ed62ccb161f7fdcf3832c47 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 17 Jun 2023 11:34:14 -0400 Subject: [PATCH] Use new (rpm 4.17.1+) bcond style --- cairomm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cairomm.spec b/cairomm.spec index 4ff4c46..2a3e227 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -4,7 +4,7 @@ # “Let mm-common-get copy some files to untracked/”, i.e., replace scripts from # the tarball with those from mm-common. This is (potentially) required if # building an autotools-generated tarball with meson, or vice versa. -%bcond_without maintainer_mode +%bcond maintainer_mode 1 # Doxygen HTML help is not suitable for packaging due to a minified JavaScript # bundle inserted by Doxygen itself. See discussion at @@ -15,7 +15,7 @@ # We still generate the HTML documentation, but strip out all the JavaScript # that causes policy issues. This degrades it in the browser, but is sufficient # to keep the Devhelp documentation working. -%bcond_without doc_pdf +%bcond doc_pdf 1 Name: cairomm Summary: C++ API for the cairo graphics library