# Generated by rust2rpm 27 %bcond check 1 %global debug_package %{nil} %global crate flo_curves Name: rust-flo_curves Version: 0.7.0 Release: %autorelease Summary: Library for manipulating Bezier curves License: Apache-2.0 URL: https://crates.io/crates/flo_curves Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Library for manipulating Bezier curves.} %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}/README.md %doc %{crate_instdir}/THANKS.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}+extra_checks-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+extra_checks-devel %{_description} This package contains library source intended for building other packages which use the "extra_checks" feature of the "%{crate}" crate. %files -n %{name}+extra_checks-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