# Generated by rust2rpm 28 %bcond check 0 %global debug_package %{nil} %global crate egui Name: rust-egui Version: 0.31.1 Release: %autorelease Summary: Easy-to-use immediate mode GUI that runs on both web and native License: MIT OR Apache-2.0 URL: https://crates.io/crates/egui Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: An easy-to-use immediate mode GUI that runs on both web and native.} %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 # FIXME: no license files detected %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}+_override_unity-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+_override_unity-devel %{_description} This package contains library source intended for building other packages which use the "_override_unity" feature of the "%{crate}" crate. %files -n %{name}+_override_unity-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+accesskit-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+accesskit-devel %{_description} This package contains library source intended for building other packages which use the "accesskit" feature of the "%{crate}" crate. %files -n %{name}+accesskit-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+bytemuck-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bytemuck-devel %{_description} This package contains library source intended for building other packages which use the "bytemuck" feature of the "%{crate}" crate. %files -n %{name}+bytemuck-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+callstack-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+callstack-devel %{_description} This package contains library source intended for building other packages which use the "callstack" feature of the "%{crate}" crate. %files -n %{name}+callstack-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+cint-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+cint-devel %{_description} This package contains library source intended for building other packages which use the "cint" feature of the "%{crate}" crate. %files -n %{name}+cint-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+color-hex-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+color-hex-devel %{_description} This package contains library source intended for building other packages which use the "color-hex" feature of the "%{crate}" crate. %files -n %{name}+color-hex-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+deadlock_detection-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+deadlock_detection-devel %{_description} This package contains library source intended for building other packages which use the "deadlock_detection" feature of the "%{crate}" crate. %files -n %{name}+deadlock_detection-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+default_fonts-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default_fonts-devel %{_description} This package contains library source intended for building other packages which use the "default_fonts" feature of the "%{crate}" crate. %files -n %{name}+default_fonts-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+document-features-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+document-features-devel %{_description} This package contains library source intended for building other packages which use the "document-features" feature of the "%{crate}" crate. %files -n %{name}+document-features-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+log-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+log-devel %{_description} This package contains library source intended for building other packages which use the "log" feature of the "%{crate}" crate. %files -n %{name}+log-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+mint-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+mint-devel %{_description} This package contains library source intended for building other packages which use the "mint" feature of the "%{crate}" crate. %files -n %{name}+mint-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+persistence-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+persistence-devel %{_description} This package contains library source intended for building other packages which use the "persistence" feature of the "%{crate}" crate. %files -n %{name}+persistence-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rayon-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rayon-devel %{_description} This package contains library source intended for building other packages which use the "rayon" feature of the "%{crate}" crate. %files -n %{name}+rayon-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ron-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ron-devel %{_description} This package contains library source intended for building other packages which use the "ron" feature of the "%{crate}" crate. %files -n %{name}+ron-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unity-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unity-devel %{_description} This package contains library source intended for building other packages which use the "unity" feature of the "%{crate}" crate. %files -n %{name}+unity-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