!9 fix spec check

From: @guominghong
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-12-02 03:06:26 +00:00 committed by Gitee
commit 675028b68d

View File

@ -12,7 +12,7 @@
Name: jemalloc Name: jemalloc
Version: 5.2.1 Version: 5.2.1
Release: 4 Release: 5
Summary: General-purpose scalable concurrent malloc implementation Summary: General-purpose scalable concurrent malloc implementation
License: BSD License: BSD
URL: http://www.canonware.com/jemalloc/ URL: http://www.canonware.com/jemalloc/
@ -50,10 +50,8 @@ uname -a
%make_build %make_build
%check %check
%if %{?_with_check:1}%{!?_with_check:0}
LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags} LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
make check make check
%endif
%install %install
%make_install %make_install
@ -84,6 +82,9 @@ make check
%{_mandir}/man3/jemalloc.3* %{_mandir}/man3/jemalloc.3*
%changelog %changelog
* Thu Dec 2 2021 guominghong <guominghong@huawei.com> - 5.2.1-5
- Fix spec check
* Tue Nov 16 2021 guominghong <guominghong@huawei.com> - 5.2.1-4 * Tue Nov 16 2021 guominghong <guominghong@huawei.com> - 5.2.1-4
- Fix tcaches mutex pre-post fork handling - Fix tcaches mutex pre-post fork handling