|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate sha3
|
|
|
|
|
|
|
|
|
|
Name: rust-sha3
|
|
|
|
|
Version: 0.10.6
|
|
|
|
|
Version: 0.10.7
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: SHA-3 (Keccak) hash function
|
|
|
|
|
|
|
|
|
@ -16,7 +16,9 @@ Source: %{crates_source}
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
SHA-3 (Keccak) hash function.}
|
|
|
|
|
Pure Rust implementation of SHA-3, a family of Keccak-based hash
|
|
|
|
|
functions including the SHAKE family of eXtendable-Output Functions
|
|
|
|
|
(XOFs), as well as the accelerated variant TurboSHAKE.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -48,6 +50,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}+oid-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|