Enable feature for using optimized assembly implementations

epel9
Fabio Valentini 2 years ago
parent ee057bf932
commit 18afe438c0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-md-5
The rust-md-5 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/md-5
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -50,6 +48,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}+md5-asm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+md5-asm-devel %{_description}
This package contains library source intended for building other packages which
use the "md5-asm" feature of the "%{crate}" crate.
%files -n %{name}+md5-asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+oid-devel
Summary: %{summary}
BuildArch: noarch

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