%define long_commit 981be9a8ed5cdffd3f922e10792591bb1abfb702 %define short_commit 981be9a Name: lbstools Version: 1.0^20260427g%{short_commit} Release: 1%{?dist} Summary: A bunch of Bash scripts I wrote excluding fzfm which was written by Jake@Linux. License: MIT URL: https://codeberg.org/LBarrys/LBsTools Source: %{url}/archive/%{long_commit}.tar.gz BuildArch: noarch Requires: copr-cli Requires: yt-dlp Requires: ffmpeg Requires: fzf Requires: grim Requires: slurp Requires: jq Requires: hyprland Requires: umu-launcher %description A bunch of Bash scripts I wrote excluding fzfm which was written by Jake@Linux. %prep %autosetup -n %{name} %build # Nothing to build %install mkdir -p %{buildroot}%{_bindir} install -m 755 \ copr \ dlp-music \ fetch fzfm \ fzfm-tools \ newspec \ screenshot \ umu \ %{buildroot}%{_bindir}/ %files %license LICENSE %doc README.md %{_bindir}/copr %{_bindir}/dlp-music %{_bindir}/fetch %{_bindir}/fzfm %{_bindir}/fzfm-tools %{_bindir}/newspec %{_bindir}/screenshot %{_bindir}/umu %changelog %autochangelog