@ -1,5 +1,8 @@
%global somajor 4
# Tests are flaky in Koji
%bcond_with tests
Name: librist
Version: 0.2.7
Release: 1%{?dist}
@ -71,8 +74,10 @@ mkdir -p %{buildroot}%{_docdir}/%{name}
cp -av docs/* %{buildroot}%{_docdir}/%{name}
%if %{with tests}
%check
%meson_test
%endif
%files