commit b533fdb070ea0d3880074804251924596aeda0f3 Author: MSVSphere Packaging Team Date: Fri Dec 20 15:50:02 2024 +0300 import rust-group-0.13.0-4.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0840d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/group-0.13.0.crate diff --git a/.rust-group.metadata b/.rust-group.metadata new file mode 100644 index 0000000..3f5bd88 --- /dev/null +++ b/.rust-group.metadata @@ -0,0 +1 @@ +b58719cb255b439a13d16c4fe6dba41a8ab04587 SOURCES/group-0.13.0.crate diff --git a/SOURCES/group-fix-metadata.diff b/SOURCES/group-fix-metadata.diff new file mode 100644 index 0000000..6ad80ce --- /dev/null +++ b/SOURCES/group-fix-metadata.diff @@ -0,0 +1,20 @@ +--- group-0.13.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ group-0.13.0/Cargo.toml 2023-05-30T13:44:09.882393+00:00 +@@ -25,10 +25,6 @@ + version = "0.13" + default-features = false + +-[dependencies.memuse] +-version = "0.2" +-optional = true +- + [dependencies.rand] + version = "0.8" + optional = true +@@ -50,6 +46,5 @@ + alloc = [] + default = ["alloc"] + tests = ["alloc", "rand", "rand_xorshift"] +-wnaf-memuse = ["alloc", "memuse"] + [badges.maintenance] + status = "actively-developed" diff --git a/SPECS/rust-group.spec b/SPECS/rust-group.spec new file mode 100644 index 0000000..ea382ca --- /dev/null +++ b/SPECS/rust-group.spec @@ -0,0 +1,148 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 4; + 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 24 +%bcond_without check +%global debug_package %{nil} + +%global crate group + +Name: rust-group +Version: 0.13.0 +Release: %autorelease +Summary: Elliptic curve group traits and utilities + +# Upstream license specification: MIT/Apache-2.0 +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/group +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * drop unused wnaf-memuse feature with missing dependencies +Patch: group-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Elliptic curve group traits and utilities.} + +%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}/COPYRIGHT +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%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 + +%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}+rand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rand-devel %{_description} + +This package contains library source intended for building other packages which +use the "rand" feature of the "%{crate}" crate. + +%files -n %{name}+rand-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rand_xorshift-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rand_xorshift-devel %{_description} + +This package contains library source intended for building other packages which +use the "rand_xorshift" feature of the "%{crate}" crate. + +%files -n %{name}+rand_xorshift-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tests-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tests-devel %{_description} + +This package contains library source intended for building other packages which +use the "tests" feature of the "%{crate}" crate. + +%files -n %{name}+tests-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -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.13.0-4 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 0.13.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 0.13.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 08 2023 Fabio Valentini - 0.13.0-1 +- Initial import (#2211921) +## END: Generated by rpmautospec