From 008f3fbd3943aba08be12eb0f21726b8dda797e6 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 29 Feb 2020 14:08:36 +0100 Subject: [PATCH] Initial import Signed-off-by: Igor Raits --- .gitignore | 1 + rust-memmap2.spec | 77 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 79 insertions(+) create mode 100644 .gitignore create mode 100644 rust-memmap2.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c4e011 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/memmap2-0.1.0.crate diff --git a/rust-memmap2.spec b/rust-memmap2.spec new file mode 100644 index 0000000..c442ad6 --- /dev/null +++ b/rust-memmap2.spec @@ -0,0 +1,77 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate memmap2 + +Name: rust-%{crate} +Version: 0.1.0 +Release: 1%{?dist} +Summary: Cross-platform Rust API for memory-mapped file IO + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/memmap2 +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Cross-platform Rust API for memory-mapped file IO.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +# https://github.com/RazrFalcon/memmap2-rs/pull/1 +rm -vr ci/ +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sat Feb 29 13:45:08 CET 2020 Igor Raits - 0.1.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..436c891 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (memmap2-0.1.0.crate) = 5db391d7a4208e141aba27462687ffe9ab7bcd633ac66a28f0e19a985aa2cbf5f903b46a08fa9f1d1f136e9d55cd4cf8a98b312bcf744578f9311b0d0a4c8c69