Enable feature for using optimized assembly implementations

epel9 imports/e9/rust-sha2_0.9-0.9.9-5.el9
Fabio Valentini 1 year ago
parent e1c67ff9ef
commit 6ce223df7a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -49,6 +49,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+asm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+asm-devel %{_description}
This package contains library source intended for building other packages which
use the "asm" feature of the "%{crate}" crate.
%files -n %{name}+asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+asm-aarch64-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+asm-aarch64-devel %{_description}
This package contains library source intended for building other packages which
use the "asm-aarch64" feature of the "%{crate}" crate.
%files -n %{name}+asm-aarch64-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+compress-devel %package -n %{name}+compress-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -73,6 +97,18 @@ use the "force-soft" feature of the "%{crate}" crate.
%files -n %{name}+force-soft-devel %files -n %{name}+force-soft-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+sha2-asm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+sha2-asm-devel %{_description}
This package contains library source intended for building other packages which
use the "sha2-asm" feature of the "%{crate}" crate.
%files -n %{name}+sha2-asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -0,0 +1,2 @@
[DEFAULT]
summary = Pure Rust implementation of the SHA-2 hash function family
Loading…
Cancel
Save