Regenerate with rust2rpm v24

epel10
Fabio Valentini 1 year ago
parent 177c4e228f
commit d648d51add
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,25 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fixedbitset %global crate fixedbitset
Name: rust-%{crate} Name: rust-fixedbitset
Version: 0.4.2 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Simple bitset collection Summary: Simple bitset collection
# Upstream license specification: MIT/Apache-2.0 # 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 URL: https://crates.io/crates/fixedbitset
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Simple bitset collection.} FixedBitSet is a simple bitset collection.}
%description %{_description} %description %{_description}

Loading…
Cancel
Save