From 12a0a5d16d40f9b9d3f2aab918b1c6416039786d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 3 Nov 2024 07:05:29 -0500 Subject: [PATCH] Invoke %cmake in %conf rather than in %build --- xalan-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xalan-c.spec b/xalan-c.spec index f37370d..0c9e35f 100644 --- a/xalan-c.spec +++ b/xalan-c.spec @@ -108,8 +108,11 @@ find docs samples src -type f -exec file '{}' '+' | xargs dos2unix --keepdate -%build +%conf %cmake %{?with_icu:-Dtranscoder=icu} -GNinja + + +%build %cmake_build