Enable feature for simd-accelerated adler32 hash

epel9 imports/e9/rust-miniz_oxide-0.7.1-3.el9
Fabio Valentini 2 years ago
parent e27addcf0c
commit 47d2848b8b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -50,6 +50,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-devel %{_description}
This package contains library source intended for building other packages which
use the "simd" feature of the "%{crate}" crate.
%files -n %{name}+simd-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-adler32-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-adler32-devel %{_description}
This package contains library source intended for building other packages which
use the "simd-adler32" feature of the "%{crate}" crate.
%files -n %{name}+simd-adler32-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -3,6 +3,4 @@ unwanted-features =
alloc
compiler_builtins
core
simd-adler32
rustc-dep-of-std
simd

Loading…
Cancel
Save