|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
|
%bcond_without check
|
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
|
# * missing dev-dependencies: debugger_test, debugger_test_parser
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate smallvec
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.9.0
|
|
|
|
|
Name: rust-smallvec
|
|
|
|
|
Version: 1.10.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Store up to a small number of items on the stack
|
|
|
|
|
|
|
|
|
|
# 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/smallvec
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
@ -86,6 +86,18 @@ use the "const_new" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+const_new-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+debugger_visualizer-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+debugger_visualizer-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "debugger_visualizer" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+debugger_visualizer-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+may_dangle-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|