|
|
@ -9,14 +9,14 @@
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * missing dev-dependency: rcgen ^0.10
|
|
|
|
# * missing dev-dependency: rcgen ^0.11.3
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate h3
|
|
|
|
%global crate h3
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-h3
|
|
|
|
Name: rust-h3
|
|
|
|
Version: 0.0.2
|
|
|
|
Version: 0.0.3
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Async HTTP/3 implementation
|
|
|
|
Summary: Async HTTP/3 implementation
|
|
|
|
|
|
|
|
|
|
|
@ -58,6 +58,18 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+i-implement-a-third-party-backend-and-opt-into-breaking-changes-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+i-implement-a-third-party-backend-and-opt-into-breaking-changes-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "i-implement-a-third-party-backend-and-opt-into-breaking-changes" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+i-implement-a-third-party-backend-and-opt-into-breaking-changes-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
@ -78,8 +90,11 @@ cp -pav %{SOURCE1} .
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0.2-1
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0.3-1
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.0.3-1
|
|
|
|
|
|
|
|
- Update to version 0.0.3
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.0.2-1
|
|
|
|
* Mon Oct 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.0.2-1
|
|
|
|
- Initial import (#2246720)
|
|
|
|
- Initial import (#2246720)
|
|
|
|