## START: Set by rpmautospec ## (rpmautospec version 0.7.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 Name: hyprshot Version: 1.3.0 Release: %autorelease Summary: Utility to easily take screenshots in Hyprland using your mouse BuildArch: noarch License: GPL-3.0-only URL: https://github.com/Gustash/Hyprshot Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Requires: jq grim slurp wl-clipboard /usr/bin/notify-send Recommends: hyprpicker %description Hyprshot is an utility to easily take screenshot in Hyprland using your mouse. It allows taking screenshots of windows, regions and monitors which are saved to a folder of your choosing and copied to your clipboard. %prep %autosetup -n Hyprshot-%{version} %build %install install -Dpm0755 %{name} -t %{buildroot}/%{_bindir} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog ## START: Generated by rpmautospec * Thu Dec 12 2024 John Doe - 1.3.0-1 - Uncommitted changes ## END: Generated by rpmautospec