# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate yrs Name: rust-yrs Version: 0.12.2 Release: %autorelease Summary: High performance implementation of the Yjs CRDT License: MIT URL: https://crates.io/crates/yrs Source: %{crates_source} # License file, same project just a different folder # Reported: https://github.com/y-crdt/y-crdt/issues/228 Source: https://github.com/y-crdt/y-crdt/raw/release-v%{version}/LICENSE BuildRequires: rust-packaging >= 21 %global _description %{expand: High performance implementation of the Yjs CRDT.} %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 LICENSE %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_no_tilde} -p1 cp %{SOURCE1} . # Criterion is a benchmarking tool we do not need sed -i "/criterion/,+1{d}" Cargo.toml # wasm-bindgen is a feature of rand we do not need sed -i "/wasm-bindgen/d" Cargo.toml %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog