|
|
@ -1,13 +1,13 @@
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
|
|
|
|
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
|
|
|
|
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
|
|
|
|
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
|
|
|
|
%bcond_with check
|
|
|
|
%bcond check 0
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate gix-ref
|
|
|
|
%global crate gix-ref
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-ref
|
|
|
|
Name: rust-gix-ref
|
|
|
|
Version: 0.38.0
|
|
|
|
Version: 0.50.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Gix implementation for handling git references
|
|
|
|
Summary: Gix implementation for handling git references
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +34,6 @@ use the "%{crate}" crate.
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|