From 11996ec4e05dfb51415ad579d1fd6d88e4967dc9 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 5 Jan 2023 13:46:52 -0600 Subject: [PATCH] Initial Fedora package Signed-off-by: Michel Alexandre Salim --- .gitignore | 1 + rust-mimalloc.spec | 128 +++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 130 insertions(+) create mode 100644 .gitignore create mode 100644 rust-mimalloc.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49f7e29 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/mimalloc-0.1.32.crate diff --git a/rust-mimalloc.spec b/rust-mimalloc.spec new file mode 100644 index 0000000..1813d43 --- /dev/null +++ b/rust-mimalloc.spec @@ -0,0 +1,128 @@ +# Generated by rust2rpm 23 +%bcond_without check +%global debug_package %{nil} + +%global crate mimalloc + +Name: rust-mimalloc +Version: 0.1.32 +Release: %autorelease +Summary: Performance and security oriented drop-in allocator + +License: MIT +URL: https://crates.io/crates/mimalloc +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Performance and security oriented drop-in allocator.} + +%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.txt +%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}+debug-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+debug-devel %{_description} + +This package contains library source intended for building other packages which +use the "debug" feature of the "%{crate}" crate. + +%files -n %{name}+debug-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+debug_in_debug-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+debug_in_debug-devel %{_description} + +This package contains library source intended for building other packages which +use the "debug_in_debug" feature of the "%{crate}" crate. + +%files -n %{name}+debug_in_debug-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+local_dynamic_tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+local_dynamic_tls-devel %{_description} + +This package contains library source intended for building other packages which +use the "local_dynamic_tls" feature of the "%{crate}" crate. + +%files -n %{name}+local_dynamic_tls-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+override-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+override-devel %{_description} + +This package contains library source intended for building other packages which +use the "override" feature of the "%{crate}" crate. + +%files -n %{name}+override-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+secure-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+secure-devel %{_description} + +This package contains library source intended for building other packages which +use the "secure" feature of the "%{crate}" crate. + +%files -n %{name}+secure-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 +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..0fc84d3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (mimalloc-0.1.32.crate) = 6f26f63ae8af8d9ac61390a6802daa3ca5c5795855233b777d86baced2993e8747d05caec641965e9ae13c208908c251d9dfd0ca0318edb544807e48b01e663b