# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate lib0 Name: rust-lib0 Version: 0.12.2 Release: %autorelease Summary: Efficient binary encoding library for Yrs License: MIT URL: https://crates.io/crates/lib0 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: Efficient binary encoding library for Yrs.} %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 %{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}+lib0-serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+lib0-serde-devel %{_description} This package contains library source intended for building other packages which use the "lib0-serde" feature of the "%{crate}" crate. %files -n %{name}+lib0-serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde_json-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_json-devel %{_description} This package contains library source intended for building other packages which use the "serde_json" feature of the "%{crate}" crate. %files -n %{name}+serde_json-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 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog