2013-07-04 22:48:15 +11:00
|
|
|
Summary: Small command-line program to download videos from YouTube
|
2012-02-02 01:55:34 +04:00
|
|
|
Name: youtube-dl
|
2013-08-11 00:41:42 +11:00
|
|
|
Version: 2013.08.09
|
2012-09-30 17:12:17 +02:00
|
|
|
Release: 1
|
2012-02-02 01:55:34 +04:00
|
|
|
License: Public Domain and GPLv2
|
|
|
|
Group: Video
|
2013-07-04 22:48:15 +11:00
|
|
|
Url: http://rg3.github.com/youtube-dl/
|
|
|
|
Source0: http://youtube-dl.org/downloads/%{version}/youtube-dl
|
2012-02-02 01:55:34 +04:00
|
|
|
#man page from Debian by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2
|
|
|
|
Source1: %{name}.1.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: python
|
|
|
|
|
|
|
|
%description
|
|
|
|
Small command-line program to download videos from YouTube.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
#nothing
|
|
|
|
|
|
|
|
%build
|
|
|
|
#nothing
|
|
|
|
|
|
|
|
%install
|
2013-07-04 22:48:15 +11:00
|
|
|
install -D -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
|
2012-02-02 01:55:34 +04:00
|
|
|
|
|
|
|
#man page by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2 - from a Debian package
|
2013-07-04 22:48:15 +11:00
|
|
|
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
|
2012-02-02 01:55:34 +04:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1.*
|