# Generated by rust2rpm 22 %bcond_without check %global debug_package %{nil} %global crate wezterm-bidi %global forgeurl https://github.com/wez/wezterm %global tag termwiz-0.18.0 Name: rust-wezterm-bidi Version: 0.2.1 Release: %autorelease Summary: Unicode Bidi Algorithm (UBA) License: MIT AND Unicode-DFS-2016 URL: https://crates.io/crates/wezterm-bidi Source: %{crates_source} # https://github.com/wez/wezterm/commit/8b32ed483afaebb4a473afa641ad45091ab6256e#commitcomment-86975646 Source: %{forgeurl}/raw/%{tag}/bidi/data/BidiCharacterTest.txt Source: %{forgeurl}/raw/%{tag}/bidi/data/BidiTest.txt ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 %global _description %{expand: Unicode Bidi Algorithm (UBA).} %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.md %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 mkdir -p data cp -p %SOURCE1 %SOURCE2 data/ %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog