commit 31219a2027a506cf66b1fd170c651f9880506a38 Author: tigro Date: Mon Nov 20 00:21:15 2023 +0300 import rust-value-bag-serde1-1.4.2-1.el9 diff --git a/.rust-value-bag-serde1.metadata b/.rust-value-bag-serde1.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/value-bag-serde1-1.4.2.crate b/SOURCES/value-bag-serde1-1.4.2.crate new file mode 100644 index 0000000..e79b8da Binary files /dev/null and b/SOURCES/value-bag-serde1-1.4.2.crate differ diff --git a/SPECS/rust-value-bag-serde1.spec b/SPECS/rust-value-bag-serde1.spec new file mode 100644 index 0000000..5f6dcdf --- /dev/null +++ b/SPECS/rust-value-bag-serde1.spec @@ -0,0 +1,184 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-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*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Generated by rust2rpm 25 +%bcond_without check +%global debug_package %{nil} + +%global crate value-bag-serde1 + +Name: rust-value-bag-serde1 +Version: 1.4.2 +Release: %autorelease +Summary: Implementation detail for value-bag + +License: Apache-2.0 OR MIT +URL: https://crates.io/crates/value-bag-serde1 +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Implementation detail for value-bag.} + +%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 +%{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}+alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "alloc" feature of the "%{crate}" crate. + +%files -n %{name}+alloc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+json-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+json-devel %{_description} + +This package contains library source intended for building other packages which +use the "json" feature of the "%{crate}" crate. + +%files -n %{name}+json-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+owned-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+owned-devel %{_description} + +This package contains library source intended for building other packages which +use the "owned" feature of the "%{crate}" crate. + +%files -n %{name}+owned-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde_buf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde_buf-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde_buf" feature of the "%{crate}" crate. + +%files -n %{name}+serde_buf-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde_json-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde_json-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde_json" feature of the "%{crate}" crate. + +%files -n %{name}+serde_json-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde_test-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde_test-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde_test" feature of the "%{crate}" crate. + +%files -n %{name}+serde_test-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}+test-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+test-devel %{_description} + +This package contains library source intended for building other packages which +use the "test" feature of the "%{crate}" crate. + +%files -n %{name}+test-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 +* Mon Nov 20 2023 Arkady L. Shane - 1.4.2-1 +- Rebuilt for MSVSphere 9.2 + +* Fri Nov 03 2023 Fabio Valentini - 1.4.2-1 +- Update to version 1.4.2; Fixes RHBZ#2244973 + +* Sat Jul 22 2023 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jul 18 2023 Fabio Valentini - 1.4.1-1 +- Initial import (#2217024)