Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent d476cb4c0a
commit adb6c8ab29
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,22 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global crate weezl
Name: rust-%{crate}
Name: rust-weezl
Version: 0.1.7
Release: %autorelease
Summary: Fast LZW compression and decompression
# 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/weezl
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: weezl-fix-metadata.diff
ExclusiveArch: %{rust_arches}
Patch: weezl-fix-metadata.diff
BuildRequires: rust-packaging >= 21

@ -1,5 +1,5 @@
--- weezl-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ weezl-0.1.7/Cargo.toml 2022-07-18T08:34:15.942522+00:00
+++ weezl-0.1.7/Cargo.toml 2023-08-07T18:44:09.114344+00:00
@@ -72,9 +72,6 @@
optional = true
default-features = false

Loading…
Cancel
Save