## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; 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 26 %bcond_without check %global crate kdotool Name: rust-kdotool Version: 0.2.1 Release: %autorelease Summary: Xdotool-like tool to manipulate windows on KDE Wayland License: Apache-2.0 URL: https://crates.io/crates/kdotool Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * relax handlebars dependency from ^4.5 to >=4.5,<6: # https://github.com/jinliu/kdotool/pull/9 Patch: kdotool-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A xdotool-like tool to manipulate windows on KDE Wayland.} %description %{_description} %package -n %{crate} Summary: %{summary} # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 # Apache-2.0 OR BSL-1.0 # Apache-2.0 OR MIT # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # Unlicense OR MIT License: Apache-2.0 AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT) # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc CHANGELOG.md %doc README.md %{_bindir}/kdotool %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Fri Jul 19 2024 Fedora Release Engineering - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu May 23 2024 Fabio Valentini - 0.2.1-3 - Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces * Tue Apr 30 2024 Benjamin A. Beasley - 0.2.1-2 - Relax handlebars dependency from ^4.5 to >=4.5,<6 * Wed Feb 21 2024 Neal Gompa - 0.2.1-1 - Initial package ## END: Generated by rpmautospec