Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -0,0 +1,3 @@
# rust-linked-hash-map
The rust-linked-hash-map package

@ -1,24 +1,26 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 21
# * unit tests are excluded from published crates # * unit tests are excluded from published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate linked-hash-map %global crate linked-hash-map
Name: rust-linked-hash-map Name: rust-%{crate}
Version: 0.5.6 Version: 0.5.6
Release: %autorelease Release: %autorelease
Summary: HashMap wrapper that holds key-value pairs in insertion order Summary: HashMap wrapper that holds key-value pairs in insertion order
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/linked-hash-map URL: https://crates.io/crates/linked-hash-map
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A HashMap wrapper that holds key-value pairs in insertion order.} HashMap wrapper that holds key-value pairs in insertion order.}
%description %{_description} %description %{_description}

Loading…
Cancel
Save