## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate vec1 Name: rust-vec1 Version: 1.12.1 Release: %autorelease Summary: Std Vec wrapper assuring that it has at least 1 element License: MIT OR Apache-2.0 URL: https://crates.io/crates/vec1 Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A std Vec wrapper assuring that it has at least 1 element.} %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 %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CONTRIBUTORS.md %doc %{crate_instdir}/README.md %{crate_instdir}/ %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 %{crate_instdir}/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 %{crate_instdir}/Cargo.toml %package -n %{name}+smallvec-v1-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+smallvec-v1-devel %{_description} This package contains library source intended for building other packages which use the "smallvec-v1" feature of the "%{crate}" crate. %files -n %{name}+smallvec-v1-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+smallvec-v1-write-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+smallvec-v1-write-devel %{_description} This package contains library source intended for building other packages which use the "smallvec-v1-write" feature of the "%{crate}" crate. %files -n %{name}+smallvec-v1-write-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+smallvec_v1_-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+smallvec_v1_-devel %{_description} This package contains library source intended for building other packages which use the "smallvec_v1_" feature of the "%{crate}" crate. %files -n %{name}+smallvec_v1_-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unstable-nightly-try-from-impl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unstable-nightly-try-from-impl-devel %{_description} This package contains library source intended for building other packages which use the "unstable-nightly-try-from-impl" feature of the "%{crate}" crate. %files -n %{name}+unstable-nightly-try-from-impl-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Fri Jul 25 2025 Fedora Release Engineering - 1.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 1.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Jul 20 2024 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue May 28 2024 Fabio Valentini - 1.12.1-1 - Update to version 1.12.1; Fixes RHBZ#2283250 * Tue Apr 16 2024 Fabio Valentini - 1.12.0-1 - Update to version 1.12.0; Fixes RHBZ#2271213 * Sat Jan 27 2024 Fedora Release Engineering - 1.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering - 1.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Mar 02 2023 Michel Alexandre Salim - 1.10.1-1 - Initial Fedora package ## END: Generated by rpmautospec