Compare commits

...

5 Commits

Author SHA1 Message Date
Fedora Release Engineering a0ee2c544f Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 74f7f8c980 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 96418f3d00
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering edb1752067 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 109163dc7e Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -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