|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate rgb
|
|
|
|
%global crate rgb
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-rgb
|
|
|
|
Name: rust-rgb
|
|
|
|
Version: 0.8.35
|
|
|
|
Version: 0.8.36
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
|
|
|
|
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
|
|
|
|
|
|
|
|
|
|
|
@ -16,10 +16,11 @@ Source: %{crates_source}
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods
|
|
|
|
`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience
|
|
|
|
for color manipulation. Allows no-copy high-level interoperability. Also adds
|
|
|
|
methods for color manipulation. Allows no-copy high-level
|
|
|
|
common convenience methods and implements standard Rust traits to make
|
|
|
|
interoperability. Also adds common convenience methods and implements
|
|
|
|
`RGB`/`RGBA` pixels and slices first-class Rust objects.}
|
|
|
|
standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class
|
|
|
|
|
|
|
|
Rust objects.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|