Enable feature for using optimized assembly implementations

epel9
Fabio Valentini 2 years ago
parent ba6c7f1795
commit 7c33043dbf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-sha1
The rust-sha1 package

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/sha1
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -50,6 +48,18 @@ 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}+compress-devel
Summary: %{summary}
BuildArch: noarch
@ -86,6 +96,18 @@ use the "oid" feature of the "%{crate}" crate.
%files -n %{name}+oid-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+sha1-asm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+sha1-asm-devel %{_description}
This package contains library source intended for building other packages which
use the "sha1-asm" feature of the "%{crate}" crate.
%files -n %{name}+sha1-asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1,4 +0,0 @@
[DEFAULT]
unwanted-features =
asm
sha1-asm
Loading…
Cancel
Save