commit 4545b781e86c1fab79fed2dd0ad4e9ada56b4606 Author: MSVSphere Packaging Team Date: Fri Dec 20 14:50:24 2024 +0300 import rust-async-trait-0.1.83-1.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6df7a8e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/async-trait-0.1.83.crate diff --git a/.rust-async-trait.metadata b/.rust-async-trait.metadata new file mode 100644 index 0000000..d360513 --- /dev/null +++ b/.rust-async-trait.metadata @@ -0,0 +1 @@ +92b51df7311924f34c75d7b162060b39841d8db6 SOURCES/async-trait-0.1.83.crate diff --git a/SPECS/rust-async-trait.spec b/SPECS/rust-async-trait.spec new file mode 100644 index 0000000..004625e --- /dev/null +++ b/SPECS/rust-async-trait.spec @@ -0,0 +1,224 @@ +## 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 async-trait + +Name: rust-async-trait +Version: 0.1.83 +Release: %autorelease +Summary: Type erasure for async trait methods + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/async-trait +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Type erasure for async trait methods.} + +%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}/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 - 0.1.83-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Mon Oct 07 2024 Fabio Valentini - 0.1.83-1 +- Update to version 0.1.83; Fixes RHBZ#2314483 + +* Tue Sep 17 2024 Fabio Valentini - 0.1.82-1 +- Update to version 0.1.82; Fixes RHBZ#2309003 + +* Fri Aug 09 2024 Fabio Valentini - 0.1.81-1 +- Update to version 0.1.81; Fixes RHBZ#2296206 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.1.80-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Apr 12 2024 Fabio Valentini - 0.1.80-1 +- Update to version 0.1.80; Fixes RHBZ#2271249 + +* Mon Mar 18 2024 Fabio Valentini - 0.1.78-1 +- Update to version 0.1.78; Fixes RHBZ#2269898 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.1.77-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 05 2024 Fabio Valentini - 0.1.77-1 +- Update to version 0.1.77; Fixes RHBZ#2256298 + +* Thu Dec 21 2023 Fabio Valentini - 0.1.75-1 +- Update to version 0.1.75; Fixes RHBZ#2255471 + +* Sun Oct 15 2023 Fabio Valentini - 0.1.74-1 +- Update to version 0.1.74; Fixes RHBZ#2244255 + +* Sun Aug 27 2023 Fabio Valentini - 0.1.73-1 +- Update to version 0.1.73; Fixes RHBZ#2231579 + +* Fri Jul 21 2023 Fabio Valentini - 0.1.72-1 +- Update to version 0.1.72; Fixes RHBZ#2224481 + +* Tue Jul 11 2023 Fabio Valentini - 0.1.71-1 +- Update to version 0.1.71; Fixes RHBZ#2219230 + +* Sun Apr 02 2023 Fabio Valentini - 0.1.68-1 +- Update to version 0.1.68; Fixes RHBZ#2181619 + +* Wed Mar 22 2023 Fabio Valentini - 0.1.67-1 +- Update to version 0.1.67; Fixes RHBZ#2179487 + +* Mon Mar 06 2023 Fabio Valentini - 0.1.66-1 +- Update to version 0.1.66; Fixes RHBZ#2175375 + +* Sun Feb 05 2023 Fabio Valentini - 0.1.64-1 +- Update to version 0.1.64; Fixes RHBZ#2165740 + +* Thu Jan 26 2023 Fabio Valentini - 0.1.63-1 +- Update to version 0.1.63; Fixes RHBZ#2158928 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.60-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Dec 20 2022 Fabio Valentini - 0.1.60-1 +- Update to version 0.1.60; Fixes RHBZ#2154555 + +* Sun Dec 04 2022 Fabio Valentini - 0.1.59-1 +- Update to version 0.1.59; Fixes RHBZ#2135974 + +* Tue Aug 02 2022 Fabio Valentini - 0.1.57-1 +- Update to version 0.1.57; Fixes RHBZ#2112806 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.1.56-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jul 16 2022 Fabio Valentini - 0.1.56-1 +- Update to version 0.1.56; Fixes RHBZ#2093073 + +* Tue Mar 29 2022 Fabio Valentini - 0.1.53-1 +- Update to version 0.1.53; Fixes RHBZ#2068686 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.52-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 09 2021 Fabio Valentini - 0.1.52-1 +- Update to version 0.1.52; Fixes RHBZ#2030674 + +* Thu Jul 29 2021 Fabio Valentini - 0.1.51-1 +- Update to version 0.1.51; Fixes RHBZ#1987133 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.50-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Apr 21 2021 Fabio Valentini - 0.1.50-1 +- Update to version 0.1.50. +- Fixes RHBZ#1935560 + +* Sun Mar 28 2021 Fabio Valentini - 0.1.48-1 +- Update to version 0.1.48. +- Fixes RHBZ#1935560 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 08 2020 Fabio Valentini - 0.1.42-1 +- Update to version 0.1.42. +- Fixes RHBZ#1900269 + +* Wed Oct 07 2020 Fabio Valentini - 0.1.41-1 +- Update to version 0.1.41. + +* Sat Sep 05 2020 Josh Stone - 0.1.40-1 +- Update to 0.1.40 + +* Tue Aug 25 2020 Josh Stone - 0.1.38-1 +- Update to 0.1.38 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Jun 21 09:01:55 CEST 2020 Igor Raits - 0.1.36-1 +- Update to 0.1.36 + +* Wed May 13 2020 Josh Stone - 0.1.31-1 +- Update to 0.1.31 + +* Wed Apr 08 2020 Josh Stone - 0.1.30-1 +- Update to 0.1.30 + +* Thu Apr 02 2020 Josh Stone - 0.1.29-1 +- Update to 0.1.29 + +* Sun Mar 29 09:49:26 CEST 2020 Igor Raits - 0.1.27-1 +- Update to 0.1.27 + +* Fri Mar 27 11:06:03 CET 2020 Igor Raits - 0.1.26-1 +- Update to 0.1.26 + +* Mon Feb 10 2020 Josh Stone - 0.1.24-1 +- Update to 0.1.24 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Dec 14 14:03:56 CET 2019 Igor Gnatenko - 0.1.21-1 +- Initial package + +## END: Generated by rpmautospec