|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tinyvec
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Version: 1.3.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: 100% safe vec-like data structures
|
|
|
|
|
|
|
|
|
@ -37,7 +37,7 @@ which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-ZLIB.md LICENSE-APACHE.md LICENSE-MIT.md
|
|
|
|
|
%doc README.md
|
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{src-backup/,gen-array-impls.sh,rustfmt.toml}
|
|
|
|
|
|
|
|
|
@ -65,6 +65,18 @@ which use "alloc" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+alloc-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+arbitrary-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+arbitrary-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "arbitrary" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+arbitrary-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+experimental_write_impl-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|