## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 27 %bcond check 1 %global debug_package %{nil} %global crate ironrdp Name: rust-ironrdp Version: 0.11.0 Release: %autorelease Summary: Meta crate re-exporting IronRDP crates for convenience License: MIT OR Apache-2.0 URL: https://crates.io/crates/ironrdp Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A meta crate re-exporting IronRDP crates for convenience.} %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-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/CHANGELOG.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 %package -n %{name}+acceptor-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+acceptor-devel %{_description} This package contains library source intended for building other packages which use the "acceptor" feature of the "%{crate}" crate. %files -n %{name}+acceptor-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+cliprdr-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+cliprdr-devel %{_description} This package contains library source intended for building other packages which use the "cliprdr" feature of the "%{crate}" crate. %files -n %{name}+cliprdr-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+connector-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+connector-devel %{_description} This package contains library source intended for building other packages which use the "connector" feature of the "%{crate}" crate. %files -n %{name}+connector-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+core-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+core-devel %{_description} This package contains library source intended for building other packages which use the "core" feature of the "%{crate}" crate. %files -n %{name}+core-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+displaycontrol-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+displaycontrol-devel %{_description} This package contains library source intended for building other packages which use the "displaycontrol" feature of the "%{crate}" crate. %files -n %{name}+displaycontrol-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+dvc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+dvc-devel %{_description} This package contains library source intended for building other packages which use the "dvc" feature of the "%{crate}" crate. %files -n %{name}+dvc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+graphics-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+graphics-devel %{_description} This package contains library source intended for building other packages which use the "graphics" feature of the "%{crate}" crate. %files -n %{name}+graphics-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+input-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+input-devel %{_description} This package contains library source intended for building other packages which use the "input" feature of the "%{crate}" crate. %files -n %{name}+input-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+pdu-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+pdu-devel %{_description} This package contains library source intended for building other packages which use the "pdu" feature of the "%{crate}" crate. %files -n %{name}+pdu-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rdpdr-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rdpdr-devel %{_description} This package contains library source intended for building other packages which use the "rdpdr" feature of the "%{crate}" crate. %files -n %{name}+rdpdr-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rdpsnd-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rdpsnd-devel %{_description} This package contains library source intended for building other packages which use the "rdpsnd" feature of the "%{crate}" crate. %files -n %{name}+rdpsnd-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+server-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+server-devel %{_description} This package contains library source intended for building other packages which use the "server" feature of the "%{crate}" crate. %files -n %{name}+server-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+session-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+session-devel %{_description} This package contains library source intended for building other packages which use the "session" feature of the "%{crate}" crate. %files -n %{name}+session-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+svc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+svc-devel %{_description} This package contains library source intended for building other packages which use the "svc" feature of the "%{crate}" crate. %files -n %{name}+svc-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 ## START: Generated by rpmautospec * Tue Jul 29 2025 Marc-André Lureau - 0.11.0-1 - Upstream release v0.11.0, fixes rhbz#2378654 * Fri Jul 25 2025 Fedora Release Engineering - 0.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jul 11 2025 Marc-André Lureau - 0.10.0-2 - Hide __bench feature, fixes rhbz#2379458 * Tue Jun 03 2025 Marc-André Lureau - 0.10.0-1 - Upstream release v0.10.0, fixes rhbz#2369255 * Tue Mar 25 2025 Marc-André Lureau - 0.9.1-1 - Initial packaging, fixes rhbz#2353110 ## END: Generated by rpmautospec