## 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 28 %bcond check 1 %global debug_package %{nil} %global crate input Name: rust-input Version: 0.9.1 Release: %autorelease Summary: Libinput bindings for rust License: MIT URL: https://crates.io/crates/input Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Libinput bindings for rust.} %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}+libinput_1_11-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libinput_1_11-devel %{_description} This package contains library source intended for building other packages which use the "libinput_1_11" feature of the "%{crate}" crate. %files -n %{name}+libinput_1_11-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libinput_1_14-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libinput_1_14-devel %{_description} This package contains library source intended for building other packages which use the "libinput_1_14" feature of the "%{crate}" crate. %files -n %{name}+libinput_1_14-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libinput_1_15-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libinput_1_15-devel %{_description} This package contains library source intended for building other packages which use the "libinput_1_15" feature of the "%{crate}" crate. %files -n %{name}+libinput_1_15-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libinput_1_19-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libinput_1_19-devel %{_description} This package contains library source intended for building other packages which use the "libinput_1_19" feature of the "%{crate}" crate. %files -n %{name}+libinput_1_19-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libinput_1_21-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libinput_1_21-devel %{_description} This package contains library source intended for building other packages which use the "libinput_1_21" feature of the "%{crate}" crate. %files -n %{name}+libinput_1_21-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}+udev-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+udev-devel %{_description} This package contains library source intended for building other packages which use the "udev" feature of the "%{crate}" crate. %files -n %{name}+udev-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+use_bindgen-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+use_bindgen-devel %{_description} This package contains library source intended for building other packages which use the "use_bindgen" feature of the "%{crate}" crate. %files -n %{name}+use_bindgen-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 * Mon Mar 16 2026 Benjamin A. Beasley - 0.9.1-1 - Update to version 0.9.1; Fixes RHBZ#2259219 * Sat Jan 17 2026 Fedora Release Engineering - 0.8.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Sat Nov 29 2025 Fabio Valentini - 0.8.3-7 - Restore feature subpackages for libinput API levels * Fri Oct 10 2025 Fabio Valentini - 0.8.3-6 - Adapt to technically breaking changes in input-sys 1.18.0 * Fri Jul 25 2025 Fedora Release Engineering - 0.8.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 0.8.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 0.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering - 0.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Davide Cavalca - 0.8.3-1 - Initial import; Fixes: RHBZ#2224961 ## END: Generated by rpmautospec