enable check

This commit is contained in:
wangjiang 2023-02-16 09:30:57 +00:00
parent 8d998cf88f
commit cdcf943fcc

View File

@ -2,7 +2,7 @@
Name: zstd
Version: 1.5.0
Release: 2
Release: 3
Summary: A fast lossless compression algorithm
License: BSD and GPLv2
URL: https://github.com/facebook/zstd
@ -48,9 +48,7 @@ done
%endif
%check
%ifarch %{arm}
make -C tests test-zstd
%endif
make -C tests test
%if %{with pzstd}
make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
%endif
@ -87,6 +85,9 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1*
%changelog
* Thu Feb 16 2023 wangjiang <wangjiang37@h-partners.com> - 1.5.0-3
- enable check
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 1.5.0-2
- rebuild for next release