Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent edb1752067
commit 96418f3d00
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

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

Loading…
Cancel
Save