Name: lbstools Version: 1.0 Release: 3%{?dist} Summary: A bunch of Bash scripts I wrote. License: MIT URL: https://codeberg.org/LBarrys/LBsTools Source: %{url}/archive/main.tar.gz BuildArch: noarch Requires: copr-cli Requires: yt-dlp Requires: ffmpeg Requires: umu-launcher %description A bunch of Bash scripts I wrote. %prep %autosetup -n %{name} %build # Nothing to build %install mkdir -p %{buildroot}%{_bindir} install -m755 copr-api %{buildroot}%{_bindir} install -m755 dlp-music %{buildroot}%{_bindir} install -m755 newspec %{buildroot}%{_bindir} install -m755 umu %{buildroot}%{_bindir} %files %license LICENSE %doc README.md %{_bindir}/copr-api %{_bindir}/dlp-music %{_bindir}/newspec %{_bindir}/umu %changelog %autochangelog