mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 15:22:53 +00:00
Log: update to 2014.10.18, add zsh completion
This commit is contained in:
parent
ace5c2a2ad
commit
a95c60dd91
2 changed files with 7 additions and 4 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,2 +1,4 @@
|
|||
sources:
|
||||
removed_sources:
|
||||
youtube-dl-2014.09.25.tar.gz: b5d22e23d5525a418ed5cbb1c7f151baf16975d5
|
||||
sources:
|
||||
youtube-dl-2014.10.18.tar.gz: 2433ecdfd07a255be5e1cdd56da1c84af881076a
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Small command-line program to download videos from YouTube
|
||||
Name: youtube-dl
|
||||
Version: 2014.09.25
|
||||
Version: 2014.10.18
|
||||
Release: 1
|
||||
License: Public Domain and GPLv2+
|
||||
Group: Video
|
||||
|
@ -33,8 +33,9 @@ Small command-line program to download videos from YouTube.
|
|||
#make test
|
||||
|
||||
%files
|
||||
%doc LICENSE README.md
|
||||
%doc LICENSE README.txt
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_datadir}/zsh/site-functions/_youtube-dl
|
||||
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish
|
||||
%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish
|
||||
|
|
Loading…
Add table
Reference in a new issue