# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate tui-textarea Name: rust-tui-textarea Version: 0.4.0 Release: %autorelease Summary: Simple yet powerful text editor widget for ratatui and tui-rs License: MIT URL: https://crates.io/crates/tui-textarea Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * drop features and dependencies for unused termwiz support Patch: tui-textarea-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Tui-textarea is a simple yet powerful text editor widget for ratatui and tui-rs. Multi-line text editor can be easily put as part of your TUI application.} %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.txt %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 %package -n %{name}+arbitrary-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+arbitrary-devel %{_description} This package contains library source intended for building other packages which use the "arbitrary" feature of the "%{crate}" crate. %files -n %{name}+arbitrary-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+crossterm-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crossterm-devel %{_description} This package contains library source intended for building other packages which use the "crossterm" feature of the "%{crate}" crate. %files -n %{name}+crossterm-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+no-backend-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+no-backend-devel %{_description} This package contains library source intended for building other packages which use the "no-backend" feature of the "%{crate}" crate. %files -n %{name}+no-backend-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ratatui-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ratatui-devel %{_description} This package contains library source intended for building other packages which use the "ratatui" feature of the "%{crate}" crate. %files -n %{name}+ratatui-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+search-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+search-devel %{_description} This package contains library source intended for building other packages which use the "search" feature of the "%{crate}" crate. %files -n %{name}+search-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+termion-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+termion-devel %{_description} This package contains library source intended for building other packages which use the "termion" feature of the "%{crate}" crate. %files -n %{name}+termion-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tuirs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tuirs-devel %{_description} This package contains library source intended for building other packages which use the "tuirs" feature of the "%{crate}" crate. %files -n %{name}+tuirs-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tuirs-crossterm-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tuirs-crossterm-devel %{_description} This package contains library source intended for building other packages which use the "tuirs-crossterm" feature of the "%{crate}" crate. %files -n %{name}+tuirs-crossterm-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tuirs-no-backend-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tuirs-no-backend-devel %{_description} This package contains library source intended for building other packages which use the "tuirs-no-backend" feature of the "%{crate}" crate. %files -n %{name}+tuirs-no-backend-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tuirs-termion-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tuirs-termion-devel %{_description} This package contains library source intended for building other packages which use the "tuirs-termion" feature of the "%{crate}" crate. %files -n %{name}+tuirs-termion-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep # drop termwiz example rm examples/termwiz.rs %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog