|
|
|
@ -1,26 +1,23 @@
|
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate either
|
|
|
|
|
|
|
|
|
|
Name: rust-either
|
|
|
|
|
Version: 1.8.0
|
|
|
|
|
Version: 1.9.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: General purpose sum type with two cases
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/either
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Enum `Either` with variants `Left` and `Right` is a general purpose sum type
|
|
|
|
|
with two cases.}
|
|
|
|
|
The enum `Either` with variants `Left` and `Right` is a general purpose
|
|
|
|
|
sum type with two cases.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|