## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; 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 24 %bcond_without check %global debug_package %{nil} %global crate tokio-compat Name: rust-tokio-compat Version: 0.1.6 Release: %autorelease Summary: Compatibility between tokio 0.2 and legacy versions License: MIT URL: https://crates.io/crates/tokio-compat Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: Compatibility between `tokio` 0.2 and legacy versions.} %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 %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}+blocking-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+blocking-devel %{_description} This package contains library source intended for building other packages which use the "blocking" feature of the "%{crate}" crate. %files -n %{name}+blocking-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+pin-project-lite-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+pin-project-lite-devel %{_description} This package contains library source intended for building other packages which use the "pin-project-lite" feature of the "%{crate}" crate. %files -n %{name}+pin-project-lite-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rt-current-thread-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rt-current-thread-devel %{_description} This package contains library source intended for building other packages which use the "rt-current-thread" feature of the "%{crate}" crate. %files -n %{name}+rt-current-thread-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rt-full-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rt-full-devel %{_description} This package contains library source intended for building other packages which use the "rt-full" feature of the "%{crate}" crate. %files -n %{name}+rt-full-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+sink-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+sink-devel %{_description} This package contains library source intended for building other packages which use the "sink" feature of the "%{crate}" crate. %files -n %{name}+sink-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-current-thread-01-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-current-thread-01-devel %{_description} This package contains library source intended for building other packages which use the "tokio-current-thread-01" feature of the "%{crate}" crate. %files -n %{name}+tokio-current-thread-01-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-executor-01-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-executor-01-devel %{_description} This package contains library source intended for building other packages which use the "tokio-executor-01" feature of the "%{crate}" crate. %files -n %{name}+tokio-executor-01-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-reactor-01-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-reactor-01-devel %{_description} This package contains library source intended for building other packages which use the "tokio-reactor-01" feature of the "%{crate}" crate. %files -n %{name}+tokio-reactor-01-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-timer-02-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-timer-02-devel %{_description} This package contains library source intended for building other packages which use the "tokio-timer-02" feature of the "%{crate}" crate. %files -n %{name}+tokio-timer-02-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -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 * Sat Jan 27 2024 Fedora Release Engineering - 0.1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Aug 07 2023 Fabio Valentini - 0.1.6-5 - Regenerate with rust2rpm v24 * Sat Jul 22 2023 Fedora Release Engineering - 0.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Davide Cavalca - 0.1.6-1 - Initial import; Fixes: RHBZ#1981140 ## END: Generated by rpmautospec