import rust-bytecheck-0.8.0-1.el10

i10ce changed/i10ce/rust-bytecheck-0.8.0-1.el10
MSVSphere Packaging Team 1 month ago
commit 873f820c5a
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/bytecheck-0.8.0.crate

@ -0,0 +1 @@
0c7e3774763e97e1dbe2c57ecb7f2d7c427498da SOURCES/bytecheck-0.8.0.crate

@ -0,0 +1,160 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## 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 bytecheck
Name: rust-bytecheck
Version: 0.8.0
Release: %autorelease
Summary: Memory validation framework for Rust
License: MIT
URL: https://crates.io/crates/bytecheck
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Memory validation framework for Rust.}
%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}/README.md
%doc %{crate_instdir}/example.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}+simdutf8-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simdutf8-devel %{_description}
This package contains library source intended for building other packages which
use the "simdutf8" feature of the "%{crate}" crate.
%files -n %{name}+simdutf8-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+uuid-1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+uuid-1-devel %{_description}
This package contains library source intended for building other packages which
use the "uuid-1" feature of the "%{crate}" crate.
%files -n %{name}+uuid-1-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 <packager@msvsphere-os.ru> - 0.8.0-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Sep 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.8.0-1
- Update to version 0.8.0; Fixes RHBZ#2173812
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Feb 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.12-1
- Update to version 0.6.12
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Sep 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.11-3
- Skip tests that fail with Rust 1.71
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.11-1
- Update to version 0.6.11
* Tue Feb 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.10-1
- Update to version 0.6.10
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 27 2022 Fabio Valentini <decathorpe@gmail.com> - 0.6.9-1
- Update to version 0.6.9; Fixes RHBZ#2110246
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 06 2022 Fabio Valentini <decathorpe@gmail.com> - 0.6.8-1
- Update to version 0.6.8; Fixes RHBZ#2081203
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Dec 10 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.6.7-1
- Update to version 0.6.7; Fixes RHBZ#2028945
* Sun Nov 28 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.6.6-1
- Update to version 0.6.6; Fixes RHBZ#2026710
* Sun Aug 15 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.6.5-1
- Update to version 0.6.5; Fixes RHBZ#1990955
* Thu Aug 05 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.6.4-2
- Deactivate test on s390x
* Thu Aug 05 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.6.4-1
- Initial import; Fixes RHBZ#1980620
## END: Generated by rpmautospec
Loading…
Cancel
Save