diff --git a/README.md b/README.md deleted file mode 100644 index c335aa3..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-parking_lot - -The rust-parking_lot package \ No newline at end of file diff --git a/rust-parking_lot.spec b/rust-parking_lot.spec index 7954d45..cdf8e75 100644 --- a/rust-parking_lot.spec +++ b/rust-parking_lot.spec @@ -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}