Name: ytfzf Version: 1.1.0 Release: 0%{?dist}.1sunshine Summary: A script find and play or download Youtube videos (without API) using youtube-dl and mpv License: GPLv3 Url: https://github.com/pystardust/ytfzf Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Requires: mpv Requires: youtube-dl Requires: jq # alternatively: dmenu Requires: fzf Recommends: ueberzug %description A posix script that helps you find Youtube videos (with out API) and opens/downloads using mpv/youtube-dl. * Thumbnails * History support * Download support * Format selection (and default formats) * Queue multiple tracks (using fzf multiselection) %prep %autosetup %install mkdir -p %{buildroot}/%{_bindir} install -m 0755 %{name} %{buildroot}/%{_bindir}/%{name} %files %{_bindir}/%{name} %changelog * Sat Mar 20 2021 Moritz Barsnick 1.1.0-0.1sunshine - use proper versioning scheme (alternatively do reproducible builds by using git tags or hashes) - reformat %%description - Requires: fzf instead of Recommends: (as tool requires either fzf or dmenu) - add Recommends: ueberzug * Thu Mar 04 2021 Ben Homan -