diff --git a/opengauss-dcf.spec b/opengauss-dcf.spec index 30107897ce1647294e82af62ce79b51f9484e28c..59228fb4c9cf452d6a670a3affce133ab74d850b 100644 --- a/opengauss-dcf.spec +++ b/opengauss-dcf.spec @@ -1,6 +1,6 @@ Name: DCF Version: 6.0.0 -Release: 9 +Release: 10 Summary: A distributed consensus framework library License: MulanPSL-2.0 URL: https://gitee.com/opengauss/DCF @@ -26,9 +26,9 @@ DCF is A distributed consensus framework library for openGauss %endif %build -cmake -DCMAKE_BUILD_TYPE=Release -DTEST=OFF -DENABLE_EXPORT_API=OFF CMakeLists.txt -%make_build all -s %{?_smp_mflags} - +%define _warning_options %{nil} +%cmake -DCMAKE_BUILD_TYPE=Release -DTEST=OFF -DENABLE_EXPORT_API=OFF +%cmake_build %install mkdir -p %{buildroot}/%{_prefix}/include @@ -58,6 +58,9 @@ cp output/lib/libdcf.* %{buildroot}/%{_prefix}/lib64 %endif %changelog +* Tue Nov 05 2024 Funda Wang - 6.0.0-10 +- adopt to cmake macro change + * Sat Nov 2 2024 liuheng - 6.0.0-9 - Update version to 6.0.0