|
|
@ -81,8 +81,13 @@ which use "use_core" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# https://github.com/gnzlbg/match_cfg/issues/1
|
|
|
|
|
|
|
|
%if 0%{?__isa_bits} == 32
|
|
|
|
|
|
|
|
%cargo_test -- -- --skip tests::tests
|
|
|
|
|
|
|
|
%else
|
|
|
|
%cargo_test
|
|
|
|
%cargo_test
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Feb 11 14:18:39 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.0-1
|
|
|
|
* Tue Feb 11 14:18:39 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.0-1
|
|
|
|