diff --git a/libatomic_ops.spec b/libatomic_ops.spec index 2424cfd7b82e251ebb7f291a6bbf35f4d32ae0b9..cbe0fc560976a21e179187a83974194690b920dd 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -1,6 +1,6 @@ Name: libatomic_ops Version: 7.6.12 -Release: 2 +Release: 3 Summary: Atomic memory update operations License: GPLv2 URL: https://github.com/ivmai/libatomic_ops/ @@ -35,7 +35,8 @@ The devel for %{name} %make_install %check -#%make_build check +export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/ +%make_build check %files @@ -62,6 +63,9 @@ The devel for %{name} %doc AUTHORS ChangeLog README.md %changelog +* Tue Jul 9 2024 wangxiao - 7.6.12-3 +- enable make check + * Thu Jul 28 2022 wuzx - 7.6.12-2 - add sw64 patch