|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate hashlink
|
|
|
|
%global crate hashlink
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-hashlink
|
|
|
|
Name: rust-hashlink
|
|
|
|
Version: 0.8.4
|
|
|
|
Version: 0.9.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: HashMap-like containers that hold their key-value pairs in a user controllable order
|
|
|
|
Summary: HashMap-like containers that hold their key-value pairs in a user controllable order
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/hashlink
|
|
|
|
URL: https://crates.io/crates/hashlink
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
HashMap-like containers that hold their key-value pairs in a user
|
|
|
|
HashMap-like containers that hold their key-value pairs in a user
|
|
|
@ -74,7 +74,7 @@ use the "serde_impl" 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
|
|
|
|