|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# 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_with check
|
|
|
|
|
%bcond check 0
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate gix-worktree-stream
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-worktree-stream
|
|
|
|
|
Version: 0.6.0
|
|
|
|
|
Version: 0.19.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Generate a byte-stream from a git-tree
|
|
|
|
|
|
|
|
|
@ -34,7 +34,6 @@ use the "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
# We exclude the tests directory because they contain bash scripts
|
|
|
|
|
# and the automatic Requires detection falsely adds bash as a required dependency.
|
|
|
|
|
# Tests are disabled anyway so this should have no effect.
|
|
|
|
|