Initial Fedora package

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 3d0daffc6b
commit 11996ec4e0
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -0,0 +1 @@
/mimalloc-0.1.32.crate

@ -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

@ -0,0 +1 @@
SHA512 (mimalloc-0.1.32.crate) = 6f26f63ae8af8d9ac61390a6802daa3ca5c5795855233b777d86baced2993e8747d05caec641965e9ae13c208908c251d9dfd0ca0318edb544807e48b01e663b
Loading…
Cancel
Save