diff --git a/README.md b/README.md deleted file mode 100644 index 9d1a53c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-fixedbitset - -The rust-fixedbitset package \ No newline at end of file diff --git a/rust-fixedbitset.spec b/rust-fixedbitset.spec index 1acaeb5..2bbc2e9 100644 --- a/rust-fixedbitset.spec +++ b/rust-fixedbitset.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate fixedbitset -Name: rust-%{crate} +Name: rust-fixedbitset Version: 0.4.2 Release: %autorelease Summary: Simple bitset collection # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/fixedbitset Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Simple bitset collection.} +FixedBitSet is a simple bitset collection.} %description %{_description}