|
|
@ -1,7 +1,5 @@
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
# * work around codegen issues when compiling doctests with LLVM 13:
|
|
|
|
%bcond_without check
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2045116
|
|
|
|
|
|
|
|
%bcond_with check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
# * ASL 2.0
|
|
|
|
# * ASL 2.0
|
|
|
@ -592,8 +590,12 @@ rm -v %{buildroot}%{_libdir}/librav1e.a
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# * work around codegen issues when compiling doctests with LLVM 13:
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2045116
|
|
|
|
|
|
|
|
%ifnarch %{arm}
|
|
|
|
%cargo_test
|
|
|
|
%cargo_test
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
%autochangelog
|
|
|
|