Regenerate with rust2rpm v24

epel9
Fabio Valentini 2 years ago
parent 4cea85502a
commit 32ebb93c1a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,4 +0,0 @@
[DEFAULT]
unwanted-features =
generic-simd
packed_simd

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

@ -1,5 +1,5 @@
--- bytecount-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bytecount-0.6.3/Cargo.toml 2022-07-16T13:01:08.506236+00:00
+++ bytecount-0.6.3/Cargo.toml 2023-08-06T13:05:22.169071+00:00
@@ -42,10 +42,6 @@
optional = true
package = "packed_simd_2"

@ -1,29 +1,27 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate bytecount
Name: rust-%{crate}
Name: rust-bytecount
Version: 0.6.3
Release: %autorelease
Summary: Count occurrences of a given byte, or the number of UTF-8 code points
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/bytecount
Source: %{crates_source}
# Initial patched metadata
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch0: bytecount-fix-metadata.diff
ExclusiveArch: %{rust_arches}
Patch: bytecount-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Count occurrences of a given byte, or the number of UTF-8 code points, in a
byte slice, fast.}
Count occurrences of a given byte, or the number of UTF-8 code points,
in a byte slice, fast.}
%description %{_description}

@ -0,0 +1,5 @@
[DEFAULT]
summary = Count occurrences of a given byte, or the number of UTF-8 code points
unwanted-features =
generic-simd
packed_simd
Loading…
Cancel
Save