Name: youtube-dl Version: 2012.12.11 Release: %mkrel 1 Summary: Small command-line program to download videos from YouTube License: Public Domain and GPLv2 Group: Video/Players URL: http://rg3.github.com/youtube-dl/ Source0: https://github.com/rg3/youtube-dl/archive/%{version}.zip #man page from Debian by Rogerio Brito , licensed under GPLv2 Source1: %{name}.1.gz BuildArch: noarch Requires: python %description Small command-line program to download videos from YouTube. %prep #nothing to prep %build #nothing to build %install #python executable install -D -p -m 755 %{_sourcedir}/%{name} %{buildroot}%{_bindir}/%{name} # man page by Rogerio Brito , licensed under GPLv2 - from a Debian package install -D -p -m 644 %{_sourcedir}/%{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz %files %{_bindir}/%{name} %{_mandir}/man?/*