Summary: Small command-line program to download videos from YouTube Name: youtube-dl Version: 2014.05.05 Release: 1 License: Public Domain and GPLv2+ Group: Video Url: http://rg3.github.com/youtube-dl/ Source0: https://yt-dl.org/downloads/%{version}/youtube-dl-%{version}.tar.gz BuildRequires: help2man BuildRequires: python Requires: python BuildArch: noarch %description Small command-line program to download videos from YouTube. %files %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.* #---------------------------------------------------------------------------- %prep #nothing %build #nothing %install install -D -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} mkdir -p %{buildroot}%{_mandir}/man1/ help2man %{buildroot}%{_bindir}/%{name} > %{buildroot}%{_mandir}/man1/%{name}.1