Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent 3b2a0bda80
commit 352d83530c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-parking_lot
The rust-parking_lot package

@ -1,26 +1,23 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot
Name: rust-%{crate}
Name: rust-parking_lot
Version: 0.12.1
Release: %autorelease
Summary: Compact and efficient implementations of standard synchronization primitives
Summary: More compact and efficient implementations of the standard synchronization primitives
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/parking_lot
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
More compact and efficient implementations of the standard synchronization
primitives.}
More compact and efficient implementations of the standard
synchronization primitives.}
%description %{_description}

Loading…
Cancel
Save