# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate unicode-properties Name: rust-unicode-properties Version: 0.1.1 Release: %autorelease Summary: Query character Unicode properties according to UAX #44 and UTR #51 # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/unicode-properties Source: %{crates_source} # # * https://github.com/unicode-rs/unicode-properties/pull/6 # # * add missing Unicode license terms to crate metadata Patch10: unicode-properties-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Query character Unicode properties according to UAX #44 and UTR #51.} %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}/COPYRIGHT %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %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}+emoji-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+emoji-devel %{_description} This package contains library source intended for building other packages which use the "emoji" feature of the "%{crate}" crate. %files -n %{name}+emoji-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+general-category-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+general-category-devel %{_description} This package contains library source intended for building other packages which use the "general-category" feature of the "%{crate}" crate. %files -n %{name}+general-category-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