|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate polyval
|
|
|
|
|
|
|
|
|
|
Name: rust-polyval
|
|
|
|
|
Version: 0.6.2
|
|
|
|
|
Version: 0.6.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: GHASH-like universal hash over GF(2^128)
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
|
|
|
|
|
URL: https://crates.io/crates/polyval
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
POLYVAL is a GHASH-like universal hash over GF(2^128) useful for
|
|
|
|
@ -74,7 +74,7 @@ use the "zeroize" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|