From 3490c86d1d258813c37f005de61cbffc62ec3cfa Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 12 Dec 2024 14:14:17 -0500 Subject: [PATCH] Use modern bcond style --- gn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gn.spec b/gn.spec index 8cf3175..1720369 100644 --- a/gn.spec +++ b/gn.spec @@ -1,5 +1,5 @@ # Build HTML docs from markdown using pandoc? -%bcond_without html_docs +%bcond html_docs 1 Name: gn # Upstream uses the number of commits in the git history as the version number.