commit 5029e697095ce95afcbf486bfb2e2e684edfce14 Author: MSVSphere Packaging Team Date: Fri Dec 20 15:56:18 2024 +0300 import rust-http-body-1.0.1-1.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b13d4fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/http-body-1.0.1.crate diff --git a/.rust-http-body.metadata b/.rust-http-body.metadata new file mode 100644 index 0000000..7c3fd5e --- /dev/null +++ b/.rust-http-body.metadata @@ -0,0 +1 @@ +2cdd3d92ee9be5f1eb050562af2c706951add178 SOURCES/http-body-1.0.1.crate diff --git a/SPECS/rust-http-body.spec b/SPECS/rust-http-body.spec new file mode 100644 index 0000000..66684af --- /dev/null +++ b/SPECS/rust-http-body.spec @@ -0,0 +1,158 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## 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 26 +%bcond_without check +%global debug_package %{nil} + +%global crate http-body + +Name: rust-http-body +Version: 1.0.1 +Release: %autorelease +Summary: Trait representing an asynchronous, streaming, HTTP request or response body + +License: MIT +URL: https://crates.io/crates/http-body +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Trait representing an asynchronous, streaming, HTTP request or response +body.} + +%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 +%doc %{crate_instdir}/CHANGELOG.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 + +%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 +* Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.1-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Mon Jul 29 2024 Fabio Valentini - 1.0.1-1 +- Update to version 1.0.1; Fixes RHBZ#2297866 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Apr 08 2024 Fabio Valentini - 1.0.0-1 +- Update to version 1.0.0; Fixes RHBZ#2249876 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.4.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Aug 06 2023 Fabio Valentini - 0.4.5-5 +- Regenerate with rust2rpm v24 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.4.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jan 20 2023 Fedora Release Engineering - 0.4.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon May 23 2022 Fabio Valentini - 0.4.5-1 +- Update to version 0.4.5; Fixes RHBZ#2088821 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Nov 05 2021 Fabio Valentini - 0.4.4-1 +- Update to version 0.4.4; Fixes RHBZ#2016680 + +* Sun Aug 08 2021 Fabio Valentini - 0.4.3-1 +- Update to version 0.4.3; Fixes RHBZ#1991242 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 09 2021 Fabio Valentini - 0.4.2-1 +- Update to version 0.4.2. +- Fixes RHBZ#1958527 + +* Sun Mar 21 2021 Fabio Valentini - 0.4.1-1 +- Update to version 0.4.1. +- Fixes RHBZ#1940960 + +* Sat Mar 06 2021 Fabio Valentini - 0.4.0-1 +- Update to version 0.4.0. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Feb 11 10:22:44 CET 2020 Igor Raits - 0.3.1-1 +- Update to 0.3.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 21 19:49:52 CEST 2019 Igor Gnatenko - 0.1.0-3 +- Regenerate + +* Sat Jun 08 2019 Igor Gnatenko - 0.1.0-2 +- Run tests in infrastructure + +* Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko - 0.1.0-1 +- Initial package + +## END: Generated by rpmautospec