|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate ppv-lite86
|
|
|
|
%global crate ppv-lite86
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-ppv-lite86
|
|
|
|
Name: rust-ppv-lite86
|
|
|
|
Version: 0.2.17
|
|
|
|
Version: 0.2.20
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Implementation of the crypto-simd API for x86
|
|
|
|
Summary: Implementation of the crypto-simd API for x86
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/ppv-lite86
|
|
|
|
URL: https://crates.io/crates/ppv-lite86
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Implementation of the crypto-simd API for x86.}
|
|
|
|
Implementation of the crypto-simd API for x86.}
|
|
|
@ -85,7 +85,7 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|