Initial import (#2291307)

epel10
Fabio Valentini 7 months ago
parent a2a6da2b02
commit 8b46853884
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/sdd-0.2.0.crate

@ -1,3 +0,0 @@
# rust-sdd
The rust-sdd package

@ -0,0 +1,70 @@
# Generated by rust2rpm 26
# * missing dev-dependencies: loom ^0.7
%bcond_with check
%global debug_package %{nil}
%global crate sdd
Name: rust-sdd
Version: 0.2.0
Release: %autorelease
Summary: Scalable lock-free memory reclaimer
License: Apache-2.0
URL: https://crates.io/crates/sdd
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Scalable lock-free memory reclaimer.}
%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
%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
%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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: loom ^0.7"]

@ -0,0 +1 @@
SHA512 (sdd-0.2.0.crate) = 851040ba93361673ffc193aef83b0b467f46d1c1d8df2230fcb8a31fa1b0264db95a7df78f4e61f53a2fa9d77547eac450e711247b1cef9490ebe8d1bdb14d55
Loading…
Cancel
Save