|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
|
|
|
|
|
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
|
|
|
|
|
%bcond check 0
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate gix-protocol
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-protocol
|
|
|
|
|
Version: 0.48.0
|
|
|
|
|
Version: 0.41.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Git protocols implementation
|
|
|
|
|
|
|
|
|
@ -34,6 +34,7 @@ use the "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
@ -60,6 +61,18 @@ use the "async-client" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+async-client-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+async-trait-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+async-trait-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "async-trait" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+async-trait-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+blocking-client-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -84,28 +97,28 @@ use the "document-features" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+document-features-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fetch-devel
|
|
|
|
|
%package -n %{name}+futures-io-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fetch-devel %{_description}
|
|
|
|
|
%description -n %{name}+futures-io-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fetch" feature of the "%{crate}" crate.
|
|
|
|
|
use the "futures-io" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fetch-devel
|
|
|
|
|
%files -n %{name}+futures-io-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+handshake-devel
|
|
|
|
|
%package -n %{name}+futures-lite-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+handshake-devel %{_description}
|
|
|
|
|
%description -n %{name}+futures-lite-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "handshake" feature of the "%{crate}" crate.
|
|
|
|
|
use the "futures-lite" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+handshake-devel
|
|
|
|
|
%files -n %{name}+futures-lite-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
|