diff --git a/.abf.yml b/.abf.yml index cc06bb6..92443e3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,3 @@ sources: - "youtube-dl.1.gz": 87bb9228003ebbe5a35bb3a58fea0f21b13e4d43 + youtube-dl.1.gz: 87bb9228003ebbe5a35bb3a58fea0f21b13e4d43 + youtube-dl: 72507678c29c8402c2ef485bd19f1b52d0a76269 diff --git a/youtube-dl b/youtube-dl deleted file mode 100644 index 4294cd9..0000000 Binary files a/youtube-dl and /dev/null differ diff --git a/youtube-dl.spec b/youtube-dl.spec index 6b5ef95..59022b5 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,11 +1,11 @@ -Name: youtube-dl -Version: 2013.02.25 -Release: 1 Summary: Small command-line program to download videos from YouTube +Name: youtube-dl +Version: 2013.07.02 +Release: 1 License: Public Domain and GPLv2 Group: Video -URL: http://rg3.github.com/youtube-dl/ -Source0: https://github.com/rg3/youtube-dl/raw/%{version}/%{name} +Url: http://rg3.github.com/youtube-dl/ +Source0: http://youtube-dl.org/downloads/%{version}/youtube-dl #man page from Debian by Rogerio Brito , licensed under GPLv2 Source1: %{name}.1.gz BuildArch: noarch @@ -21,13 +21,11 @@ Small command-line program to download videos from YouTube. #nothing %install -%__install -D -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} +install -D -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} #man page by Rogerio Brito , licensed under GPLv2 - from a Debian package -%__install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz +install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz %files %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.* - -