From b1efb5b758d87e6a79582534eaa17312b7a7fc4a Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sun, 28 Apr 2024 15:03:51 -0700 Subject: [PATCH] Initial import; Fixes: RHBZ#2277553 --- .gitignore | 1 + dary_heap-fix-metadata.diff | 13 +++++ rust-dary_heap.spec | 97 +++++++++++++++++++++++++++++++++++++ rust2rpm.toml | 5 ++ sources | 1 + 5 files changed, 117 insertions(+) create mode 100644 .gitignore create mode 100644 dary_heap-fix-metadata.diff create mode 100644 rust-dary_heap.spec create mode 100644 rust2rpm.toml create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2359cbb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/dary_heap-0.3.6.crate diff --git a/dary_heap-fix-metadata.diff b/dary_heap-fix-metadata.diff new file mode 100644 index 0000000..ecf54fe --- /dev/null +++ b/dary_heap-fix-metadata.diff @@ -0,0 +1,13 @@ +--- dary_heap-0.3.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ dary_heap-0.3.6/Cargo.toml 2024-04-27T23:24:00.240285+00:00 +@@ -50,10 +50,6 @@ + optional = true + default-features = false + +-[dev-dependencies.criterion] +-version = "0.4" +-default-features = false +- + [dev-dependencies.rand] + version = "0.8" + diff --git a/rust-dary_heap.spec b/rust-dary_heap.spec new file mode 100644 index 0000000..395861e --- /dev/null +++ b/rust-dary_heap.spec @@ -0,0 +1,97 @@ +# Generated by rust2rpm 26 +%bcond_without check +%global debug_package %{nil} + +%global crate dary_heap + +Name: rust-dary_heap +Version: 0.3.6 +Release: %autorelease +Summary: D-ary heap + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/dary_heap +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * drop criterion dependency +Patch: dary_heap-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A d-ary heap.} + +%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}/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}+extra-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+extra-devel %{_description} + +This package contains library source intended for building other packages which +use the "extra" feature of the "%{crate}" crate. + +%files -n %{name}+extra-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-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 +%autochangelog diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..480a089 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,5 @@ +[features] +hide = [ + "unstable", + "unstable_nightly", +] diff --git a/sources b/sources new file mode 100644 index 0000000..a5fa48c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (dary_heap-0.3.6.crate) = 76ab17e04f79f8d52f88db3bbb7cb6b6dab1191f1363ebdd6487407e68d716446d043a9e8f43dbc06ed91e1e9d3e0d077f3fb246bb2cc83e831a1553c09cff65