|
|
|
@ -1,22 +1,28 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 19
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tiny-keccak
|
|
|
|
|
|
|
|
|
|
Name: rust-tiny-keccak
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 2.0.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Implementation of Keccak derived functions
|
|
|
|
|
|
|
|
|
|
License: CC0-1.0
|
|
|
|
|
# Upstream license specification: CC0-1.0
|
|
|
|
|
License: CC0
|
|
|
|
|
URL: https://crates.io/crates/tiny-keccak
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
An implementation of Keccak derived functions.}
|
|
|
|
|
Implementation of Keccak derived functions.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -27,12 +33,12 @@ BuildArch: noarch
|
|
|
|
|
%description devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
|
use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -41,10 +47,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+default-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
use "the default" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+cshake-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -53,10 +59,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+cshake-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "cshake" feature of the "%{crate}" crate.
|
|
|
|
|
use "the cshake" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+cshake-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fips202-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -65,10 +71,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+fips202-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fips202" feature of the "%{crate}" crate.
|
|
|
|
|
use "the fips202" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fips202-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+k12-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -77,10 +83,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+k12-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "k12" feature of the "%{crate}" crate.
|
|
|
|
|
use "the k12" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+k12-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+keccak-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -89,10 +95,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+keccak-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "keccak" feature of the "%{crate}" crate.
|
|
|
|
|
use "the keccak" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+keccak-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+kmac-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -101,10 +107,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+kmac-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "kmac" feature of the "%{crate}" crate.
|
|
|
|
|
use "the kmac" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+kmac-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+parallel_hash-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -113,10 +119,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+parallel_hash-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "parallel_hash" feature of the "%{crate}" crate.
|
|
|
|
|
use "the parallel_hash" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+parallel_hash-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+sha3-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -125,10 +131,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+sha3-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "sha3" feature of the "%{crate}" crate.
|
|
|
|
|
use "the sha3" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+sha3-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+shake-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -137,10 +143,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+shake-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "shake" feature of the "%{crate}" crate.
|
|
|
|
|
use "the shake" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+shake-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+sp800-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -149,10 +155,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+sp800-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "sp800" feature of the "%{crate}" crate.
|
|
|
|
|
use "the sp800" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+sp800-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tuple_hash-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -161,10 +167,10 @@ BuildArch: noarch
|
|
|
|
|
%description -n %{name}+tuple_hash-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "tuple_hash" feature of the "%{crate}" crate.
|
|
|
|
|
use "the tuple_hash" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tuple_hash-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|