|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate rgb
|
|
|
|
|
|
|
|
|
|
Name: rust-rgb
|
|
|
|
|
Version: 0.8.37
|
|
|
|
|
Version: 0.8.50
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
|
|
|
|
|
|
|
|
|
@ -86,6 +86,18 @@ use the "bytemuck" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+bytemuck-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+checked_fns-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+checked_fns-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "checked_fns" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+checked_fns-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+grb-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|