|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate gix-features
|
|
|
|
%global crate gix-features
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-features
|
|
|
|
Name: rust-gix-features
|
|
|
|
Version: 0.36.1
|
|
|
|
Version: 0.38.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Integrate various capabilities using compile-time feature flags
|
|
|
|
Summary: Integrate various capabilities using compile-time feature flags
|
|
|
|
|
|
|
|
|
|
|
@ -95,6 +95,18 @@ use the "fast-sha1" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+fast-sha1-devel
|
|
|
|
%files -n %{name}+fast-sha1-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fs-read-dir-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fs-read-dir-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "fs-read-dir" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fs-read-dir-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fs-walkdir-parallel-devel
|
|
|
|
%package -n %{name}+fs-walkdir-parallel-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|