Merge branch 'rawhide' into epel9

epel9
Fabio Valentini 2 years ago
commit b43ce59898
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

3
.gitignore vendored

@ -22,3 +22,6 @@
/smallvec-1.6.0.crate
/smallvec-1.6.1.crate
/smallvec-1.7.0.crate
/smallvec-1.8.0.crate
/smallvec-1.9.0.crate
/smallvec-1.10.0.crate

@ -1,25 +1,22 @@
# Generated by rust2rpm 18
%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.7.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/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/smallvec
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
'Small vector' optimization: store up to a small number of items on the stack.}
@ -32,13 +29,14 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,11 +44,23 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/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 the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+const_generics-devel
Summary: %{summary}
@ -58,11 +68,11 @@ BuildArch: noarch
%description -n %{name}+const_generics-devel %{_description}
This package contains library source intended for building other packages
which use "const_generics" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "const_generics" feature of the "%{crate}" crate.
%files -n %{name}+const_generics-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+const_new-devel
Summary: %{summary}
@ -70,11 +80,23 @@ BuildArch: noarch
%description -n %{name}+const_new-devel %{_description}
This package contains library source intended for building other packages
which use "const_new" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "const_new" feature of the "%{crate}" crate.
%files -n %{name}+const_new-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%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}
@ -82,11 +104,11 @@ BuildArch: noarch
%description -n %{name}+may_dangle-devel %{_description}
This package contains library source intended for building other packages
which use "may_dangle" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "may_dangle" feature of the "%{crate}" crate.
%files -n %{name}+may_dangle-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -94,11 +116,11 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+specialization-devel
Summary: %{summary}
@ -106,11 +128,11 @@ BuildArch: noarch
%description -n %{name}+specialization-devel %{_description}
This package contains library source intended for building other packages
which use "specialization" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "specialization" feature of the "%{crate}" crate.
%files -n %{name}+specialization-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+union-devel
Summary: %{summary}
@ -118,11 +140,11 @@ BuildArch: noarch
%description -n %{name}+union-devel %{_description}
This package contains library source intended for building other packages
which use "union" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "union" feature of the "%{crate}" crate.
%files -n %{name}+union-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+write-devel
Summary: %{summary}
@ -130,11 +152,11 @@ BuildArch: noarch
%description -n %{name}+write-devel %{_description}
This package contains library source intended for building other packages
which use "write" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "write" feature of the "%{crate}" crate.
%files -n %{name}+write-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (smallvec-1.7.0.crate) = d061e0059cd6bd1636424374848aa1d4edd21f75605844a7855ff5d343dbdb71e6eb14bd70de7947ae7ab58f04ff096a5e77aa9a1ac14cef59f657685c846156
SHA512 (smallvec-1.10.0.crate) = a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae

Loading…
Cancel
Save