From 3fbad783dcccf91288f19e5663a59185035ecbfd Mon Sep 17 00:00:00 2001 From: wangjiang Date: Fri, 17 Feb 2023 02:11:47 +0000 Subject: [PATCH] enable check --- zstd.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/zstd.spec b/zstd.spec index de0a650..d3e0675 100644 --- a/zstd.spec +++ b/zstd.spec @@ -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 - 1.5.0-3 +- enable check + * Tue Oct 25 2022 yanglongkang - 1.5.0-2 - rebuild for next release -- Gitee