|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
%bcond_without check
|
|
|
|
%bcond check 1
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate object
|
|
|
|
%global crate object
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-object
|
|
|
|
Name: rust-object
|
|
|
|
Version: 0.36.5
|
|
|
|
Version: 0.36.7
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Unified interface for reading and writing object file formats
|
|
|
|
Summary: Unified interface for reading and writing object file formats
|
|
|
|
|
|
|
|
|
|
|
@ -319,7 +319,12 @@ use the "xcoff" feature of the "%{crate}" crate.
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# * skip tests that require files which are not included in published crates
|
|
|
|
# * skip tests that require files which are not included in published crates
|
|
|
|
%cargo_test -- -- --exact --skip read::coff::coff_extended_relocations --skip read::elf::get_buildid_bad_elf --skip read::elf::get_buildid_less_bad_elf --skip read::macho::test_go_macho
|
|
|
|
%{cargo_test -- -- --exact %{shrink:
|
|
|
|
|
|
|
|
--skip read::coff::coff_extended_relocations
|
|
|
|
|
|
|
|
--skip read::elf::get_buildid_bad_elf
|
|
|
|
|
|
|
|
--skip read::elf::get_buildid_less_bad_elf
|
|
|
|
|
|
|
|
--skip read::macho::test_go_macho
|
|
|
|
|
|
|
|
}}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|