diff --git a/.abf.yml b/.abf.yml index 1c884be..1762b17 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: -youtube-dl.1.gz: 87bb9228003ebbe5a35bb3a58fea0f21b13e4d43 + youtube-dl-2014.09.25.tar.gz: b5d22e23d5525a418ed5cbb1c7f151baf16975d5 diff --git a/youtube-dl.spec b/youtube-dl.spec index e069aeb..3a1f142 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,7 +1,7 @@ Summary: Small command-line program to download videos from YouTube Name: youtube-dl -Version: 2014.05.05 -Release: 2 +Version: 2014.09.25 +Release: 1 License: Public Domain and GPLv2+ Group: Video Url: http://rg3.github.com/youtube-dl/ @@ -36,4 +36,5 @@ Small command-line program to download videos from YouTube. %doc LICENSE README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* -%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name} \ No newline at end of file +%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name} +%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish \ No newline at end of file