|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
|
|
|
|
|
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
|
|
|
|
|
%bcond check 0
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate gix-index
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-index
|
|
|
|
|
Version: 0.26.0
|
|
|
|
|
Version: 0.38.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Git index file implementation used by gix
|
|
|
|
|
|
|
|
|
@ -33,7 +35,6 @@ use the "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
@ -88,9 +89,7 @@ use the "serde" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# * Skip test that requires a not published file (tests/ directory is not
|
|
|
|
|
# published with the crate)
|
|
|
|
|
%cargo_test -- -- --skip entry_by_path_with_conflicting_file --skip size_of_entry --skip size_of_tree
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|