## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 16; 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 # * tests require a running i3 session: # https://github.com/tmerr/i3ipc-rs/issues/48 %bcond_with check %global debug_package %{nil} %global crate i3ipc Name: rust-i3ipc Version: 0.10.1 Release: %autorelease Summary: Library for controlling i3-wm through its IPC interface License: MIT URL: https://crates.io/crates/i3ipc Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: A library for controlling i3-wm through its IPC interface.} %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 %package -n %{name}+dox-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+dox-devel %{_description} This package contains library source intended for building other packages which use the "dox" feature of the "%{crate}" crate. %files -n %{name}+dox-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+i3-4-12-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+i3-4-12-devel %{_description} This package contains library source intended for building other packages which use the "i3-4-12" feature of the "%{crate}" crate. %files -n %{name}+i3-4-12-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+i3-4-13-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+i3-4-13-devel %{_description} This package contains library source intended for building other packages which use the "i3-4-13" feature of the "%{crate}" crate. %files -n %{name}+i3-4-13-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+i3-4-14-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+i3-4-14-devel %{_description} This package contains library source intended for building other packages which use the "i3-4-14" feature of the "%{crate}" crate. %files -n %{name}+i3-4-14-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+i3-next-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+i3-next-devel %{_description} This package contains library source intended for building other packages which use the "i3-next" feature of the "%{crate}" crate. %files -n %{name}+i3-next-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 * Fri Jan 26 2024 Fedora Release Engineering - 0.10.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.10.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue May 16 2023 Fabio Valentini - 0.10.1-14 - Regenerate with rust2rpm v24 * Fri Jan 20 2023 Fedora Release Engineering - 0.10.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.10.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering - 0.10.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering - 0.10.1-9 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.10.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.10.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Feb 21 20:28:25 CET 2020 Igor Raits - 0.10.1-6 - Remove unneeded deps, for real * Thu Jan 30 2020 Fedora Release Engineering - 0.10.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Dec 13 18:28:17 CET 2019 Igor Gnatenko - 0.10.1-4 - Drop i3 dep * Sun Nov 17 23:29:33 EET 2019 Artem Polishchuk - 0.10.1-3 - Initial package ## END: Generated by rpmautospec