# Generated by rust2rpm 24 # rstest's crates have weird interdependencies %bcond_with check %global debug_package %{nil} %global crate reedline Name: rust-reedline Version: 0.16.0 Release: %autorelease Summary: Readline-like crate for CLI text input License: MIT URL: https://crates.io/crates/reedline Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: A readline-like crate for CLI text input.} %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}/CONTRIBUTING.md %doc %{crate_instdir}/README.md %doc %{crate_instdir}/UX_TESTING.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}+bashisms-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bashisms-devel %{_description} This package contains library source intended for building other packages which use the "bashisms" feature of the "%{crate}" crate. %files -n %{name}+bashisms-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+clipboard-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+clipboard-devel %{_description} This package contains library source intended for building other packages which use the "clipboard" feature of the "%{crate}" crate. %files -n %{name}+clipboard-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+crossbeam-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crossbeam-devel %{_description} This package contains library source intended for building other packages which use the "crossbeam" feature of the "%{crate}" crate. %files -n %{name}+crossbeam-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+external_printer-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+external_printer-devel %{_description} This package contains library source intended for building other packages which use the "external_printer" feature of the "%{crate}" crate. %files -n %{name}+external_printer-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rusqlite-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rusqlite-devel %{_description} This package contains library source intended for building other packages which use the "rusqlite" feature of the "%{crate}" crate. %files -n %{name}+rusqlite-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 %package -n %{name}+sqlite-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+sqlite-devel %{_description} This package contains library source intended for building other packages which use the "sqlite" feature of the "%{crate}" crate. %files -n %{name}+sqlite-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+sqlite-dynlib-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+sqlite-dynlib-devel %{_description} This package contains library source intended for building other packages which use the "sqlite-dynlib" feature of the "%{crate}" crate. %files -n %{name}+sqlite-dynlib-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+system_clipboard-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+system_clipboard-devel %{_description} This package contains library source intended for building other packages which use the "system_clipboard" feature of the "%{crate}" crate. %files -n %{name}+system_clipboard-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog