Regenerate with rust2rpm v24

epel10
Fabio Valentini 1 year ago
parent 0269ca6fbf
commit e15cf9974e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,26 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
# * speculate is not packaged # * missing dev-dependencies: speculate ^0.1.2
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate diff %global crate diff
Name: rust-%{crate} Name: rust-diff
Version: 0.1.13 Version: 0.1.13
Release: %autorelease Release: %autorelease
Summary: LCS based slice and string diffing implementation Summary: LCS based slice and string diffing implementation
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/diff URL: https://crates.io/crates/diff
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
LCS based slice and string diffing implementation.} An LCS based slice and string diffing implementation.}
%description %{_description} %description %{_description}

Loading…
Cancel
Save