## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate smallvec Name: rust-%{crate} Version: 1.8.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 URL: https://crates.io/crates/smallvec Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: 'Small vector' optimization: store up to a small number of items on the stack.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} 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 %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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+const_generics-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+const_generics-devel %{_description} 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 %package -n %{name}+const_new-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+const_new-devel %{_description} 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 %package -n %{name}+may_dangle-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+may_dangle-devel %{_description} 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 %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} 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 %package -n %{name}+specialization-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+specialization-devel %{_description} 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 %package -n %{name}+union-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+union-devel %{_description} 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 %package -n %{name}+write-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+write-devel %{_description} 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 %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Wed Jan 26 2022 Fabio Valentini 1.8.0-1 - Update to version 1.8.0; Fixes RHBZ#2040531 * Fri Jan 21 2022 Fedora Release Engineering 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Sep 30 2021 Fabio Valentini 1.7.0-1 - Update to version 1.7.0; Fixes RHBZ#2008647 * Fri Jul 23 2021 Fedora Release Engineering - 1.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Jan 09 2021 Fabio Valentini - 1.6.1-1 - Update to version 1.6.1. - Fixes RHBZ#1914410 * Fri Jan 01 15:06:38 CET 2021 Igor Raits - 1.6.0-1 - Update to 1.6.0 (Fixes: RHBZ#1911860) * Mon Dec 07 2020 Fabio Valentini - 1.5.1-1 - Update to version 1.5.1. - Fixes RHBZ#1904619 * Thu Nov 19 2020 Fabio Valentini - 1.5.0-1 - Update to version 1.5.0. - Fixes RHBZ#1898676 * Thu Aug 13 2020 Josh Stone - 1.4.2-1 - Update to 1.4.2 * Sat Aug 01 2020 Fedora Release Engineering - 1.4.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Josh Stone - 1.4.1-1 - Update to 1.4.1 * Thu Apr 23 2020 Josh Stone - 1.4.0-1 - Update to 1.4.0 * Wed Apr 08 2020 Josh Stone - 1.3.0-1 - Update to 1.3.0 * Thu Jan 30 2020 Josh Stone - 1.2.0-1 - Update to 1.2.0 * Fri Dec 27 08:27:43 CET 2019 Igor Gnatenko - 1.1.0-1 - Update to 1.0.0 * Fri Nov 22 2019 Josh Stone - 1.0.0-1 - Update to 1.0.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.6.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jun 20 09:39:44 CEST 2019 Igor Gnatenko - 0.6.10-2 - Regenerate * Mon Jun 10 2019 Josh Stone - 0.6.10-1 - Update to 0.6.10 * Sun Jun 09 12:25:20 CEST 2019 Igor Gnatenko - 0.6.9-4 - Fix skip_build * Sun Jun 09 11:01:48 CEST 2019 Igor Gnatenko - 0.6.9-3 - Regenerate * Sun Mar 10 2019 Igor Gnatenko - 0.6.9-2 - Do not pull optional dependencies * Mon Feb 18 2019 Igor Gnatenko - 0.6.9-1 - Update to 0.6.9 * Sat Feb 02 2019 Fedora Release Engineering - 0.6.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jan 19 2019 Igor Gnatenko - 0.6.8-1 - Update to 0.6.8 * Fri Nov 30 2018 Josh Stone - 0.6.7-1 - Update to 0.6.7 * Fri Nov 16 2018 Josh Stone - 0.6.6-1 - Update to 0.6.6 * Sat Oct 27 2018 Igor Gnatenko - 0.6.5-3 - Adapt to new packaging * Sun Oct 07 2018 Igor Gnatenko - 0.6.5-2 - Run tests in infrastructure * Sat Sep 08 2018 Josh Stone - 0.6.5-1 - Update to 0.6.5 * Tue Aug 07 2018 Josh Stone - 0.6.4-1 - Update to 0.6.4 * Tue Jul 31 2018 Josh Stone - 0.6.3-1 - Update to 0.6.3 * Sat Jul 14 2018 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 14 2018 Igor Gnatenko - 0.6.2-1 - Update to 0.6.2 * Tue Apr 24 2018 Igor Gnatenko - 0.6.1-1 - Update to 0.6.1 * Fri Feb 09 2018 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.6.0-2 - Rebuild for rust-packaging v5 * Sun Dec 03 2017 Igor Gnatenko - 0.6.0-1 - Update to 0.6.0 * Fri Dec 01 2017 Igor Gnatenko - 0.5.0-1 - Initial package