Enable feature for using optimized assembly implementations

epel9
Fabio Valentini 2 years ago
parent b9246e86ec
commit b093908543
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
%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
Summary: %{summary}
BuildArch: noarch
@ -85,6 +109,18 @@ use the "oid" feature of the "%{crate}" crate.
%files -n %{name}+oid-devel
%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
Summary: %{summary}
BuildArch: noarch

@ -1,6 +1,2 @@
[DEFAULT]
summary = Pure Rust implementation of the SHA-2 hash function family
unwanted-features =
asm
asm-aarch64
sha2-asm

Loading…
Cancel
Save