commit b6963266a968803d3c0181e150a558d2028f4190 Author: MSVSphere Packaging Team Date: Fri Dec 20 15:11:35 2024 +0300 import rust-crc-any-2.5.0-2.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9dcbef --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/crc-any-2.5.0.crate diff --git a/.rust-crc-any.metadata b/.rust-crc-any.metadata new file mode 100644 index 0000000..d05e2f6 --- /dev/null +++ b/.rust-crc-any.metadata @@ -0,0 +1 @@ +38ffb34d42bf8199fef04210c9f6c129c1e87593 SOURCES/crc-any-2.5.0.crate diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..7bfa6a8 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# rust-crc-any + +The rust-crc-any package \ No newline at end of file diff --git a/SOURCES/crc-any-fix-metadata.diff b/SOURCES/crc-any-fix-metadata.diff new file mode 100644 index 0000000..017ba60 --- /dev/null +++ b/SOURCES/crc-any-fix-metadata.diff @@ -0,0 +1,12 @@ +--- crc-any-2.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ crc-any-2.5.0/Cargo.toml 2024-10-29T14:11:56.176934+00:00 +@@ -51,9 +51,6 @@ + version = "0.8" + optional = true + +-[dev-dependencies.bencher] +-version = "0.1.5" +- + [features] + alloc = ["debug-helper"] + default = ["alloc"] diff --git a/SPECS/rust-crc-any.spec b/SPECS/rust-crc-any.spec new file mode 100644 index 0000000..39e731a --- /dev/null +++ b/SPECS/rust-crc-any.spec @@ -0,0 +1,184 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + 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 crc-any + +Name: rust-crc-any +Version: 2.5.0 +Release: %autorelease +Summary: Compute CRC values + +License: MIT +URL: https://crates.io/crates/crc-any +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +Patch: crc-any-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +To compute CRC values by providing the length of bits, expression, +reflection, an initial value and a final xor value. It has many built-in +CRC functions.} + +%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 +%{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}+debug-helper-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+debug-helper-devel %{_description} + +This package contains library source intended for building other packages which +use the "debug-helper" feature of the "%{crate}" crate. + +%files -n %{name}+debug-helper-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+development-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+development-devel %{_description} + +This package contains library source intended for building other packages which +use the "development" feature of the "%{crate}" crate. + +%files -n %{name}+development-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+heapless-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+heapless-devel %{_description} + +This package contains library source intended for building other packages which +use the "heapless" feature of the "%{crate}" crate. + +%files -n %{name}+heapless-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 + +%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 - 2.5.0-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Tue Oct 29 2024 Orion Poplawski - 2.5.0-2 +- Drop unneeded dependency on bencher + +* Thu Sep 26 2024 Orion Poplawski - 2.5.0-1 +- Update to 2.5.0 + +* Fri Jul 23 2021 Fedora Release Engineering - 2.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 18 2021 Fabio Valentini - 2.3.12-1 +- Update to version 2.3.12. +- Fixes RHBZ#1967027 + +* Wed Apr 21 2021 Fabio Valentini - 2.3.9-1 +- Update to version 2.3.9. +- Fixes RHBZ#1952035 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.3.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Fabio Valentini - 2.3.5-3 +- Remove features with broken dependencies. + +* Wed Jul 29 2020 Fedora Release Engineering - 2.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 22 2020 Josh Stone - 2.3.5-1 +- Update to 2.3.5 + +* Mon Jul 20 08:32:57 CEST 2020 Igor Raits - 2.3.4-1 +- Update to 2.3.4 + +* Fri Jun 19 2020 Josh Stone - 2.3.1-1 +- Update to 2.3.1 + +* Thu May 14 08:18:37 CEST 2020 Igor Raits - 2.3.0-1 +- Initial package + +## END: Generated by rpmautospec