From 56bc94ed42831f08f80bcea9d42b4cdf8c48434c Mon Sep 17 00:00:00 2001 From: Cupcake Date: Fri, 21 Feb 2025 18:38:47 +0800 Subject: [PATCH] fix cmake macro --- dragonbox.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dragonbox.spec b/dragonbox.spec index 44d657c..7900ee2 100644 --- a/dragonbox.spec +++ b/dragonbox.spec @@ -3,7 +3,7 @@ Name: dragonbox Version: 1.1.3 -Release: 2 +Release: 3 Summary: Reference implementation of Dragonbox in C++ License: Apache-2.0 WITH LLVM-exception OR BSL-1.0 @@ -31,15 +31,15 @@ Development files for %{name}. %autosetup %build -%cmake -DXXXX=OFF -%make_build +%cmake -DRAGONBOX_INSTALL_TO_CHARS=ON +%cmake_build %check # No tests provided %install -%make_install +%cmake_install %files devel %license LICENSE-Apache2-LLVM LICENSE-Boost @@ -49,6 +49,9 @@ Development files for %{name}. %{_libdir}/libdragonbox_to_chars.a %changelog +* Fri Feb 21 2024 Gensou-Link - 1.1.3-3 +- Fix cmake macro in spec + * Mon May 20 2024 wyxaihjr - 1.1.3-2 - Remove ExcludeArch & Format spec -- Gitee