diff --git a/mold.spec b/mold.spec index 8acb4fa4e43a24e48f5aa31687db595960b975ee..c26c4696867c50b0bae4f8ecafa07ef8d1180ad8 100644 --- a/mold.spec +++ b/mold.spec @@ -2,7 +2,7 @@ Name: mold Version: 2.34.1 -Release: 1 +Release: 2 Summary: A Modern Linker (mold) License: MIT URL: https://github.com/rui314/mold @@ -40,7 +40,7 @@ build time, especially in rapid debug-edit-rebuild cycles. rm -r third-party/{xxhash,zlib,zstd} %build -%cmake -B %{_vpath_builddir} %{build_args} +%cmake %{build_args} %cmake_build %if %{with ctest} @@ -65,6 +65,10 @@ chmod +x %{buildroot}%{_libdir}/mold/mold-wrapper.so %{_mandir}/man1/mold.1* %changelog +* Wed Nov 27 2024 jchzhou - 2.34.1-2 +- Remove hardcoded building dir as cmake improvements landed on master[1] +- 1. https://gitee.com/src-openeuler/cmake/pulls/80 + * Sat Oct 05 2024 Funda Wang - 2.34.1-1 - Upgrade to 2.34.1