mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 15:22:53 +00:00
Updated to release 2017.09.15
This commit is contained in:
parent
ec7863d2a3
commit
99344417da
2 changed files with 9 additions and 11 deletions
7
.abf.yml
7
.abf.yml
|
@ -3,8 +3,5 @@ removed_sources:
|
|||
youtube-dl-2017.02.28.tar.gz: 22c1b0918a60fba7de4f274f6cc135d2d810c1b5
|
||||
youtube-dl-2017.07.15.tar.gz: 2ff5fe0ca9b9ddd4a7e82b2b7c2073f848b14512
|
||||
sources:
|
||||
youtube-dl-2016.10.26.tar.gz.sig: 4dbd079ec43f566e24cc71f52bb21d684787422a
|
||||
youtube-dl-2017.02.28.tar.gz.sig: 59ff6bd1ec01b985e7cd4e3b367d8d510774693c
|
||||
youtube-dl-2017.07.15.tar.gz.sig: 773bb6a6fb2bd817520f23c4c2d6c11f16bebb34
|
||||
youtube-dl-2017.07.30.1.tar.gz: 2c3e2756622f26f09f483d2cf946b9465d58d71e
|
||||
youtube-dl-2017.07.30.1.tar.gz.sig: 3a9551ced7816b24b0fec16b9da1cdb6ee9d509f
|
||||
youtube-dl-2017.09.15.tar.gz: f73aabb59c3d18dd68787777bb02299ec051805d
|
||||
youtube-dl-2017.09.15.tar.gz.sig: ed2c06f9af304e8df2635cad3cf07141ddfb667e
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Small command-line program to download videos from YouTube
|
||||
Name: youtube-dl
|
||||
Version: 2017.07.30.1
|
||||
Version: 2017.09.15
|
||||
Release: 1
|
||||
License: Public Domain and GPLv2+
|
||||
Group: Video
|
||||
|
@ -13,11 +13,11 @@ Source1: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz.sig
|
|||
# Source2: gpgkey-7D33D762FD6C35130481347FDB4B54CBA4826A18.gpg
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: pythonegg(nose)
|
||||
BuildRequires: pythonegg(setuptools)
|
||||
BuildRequires: gnupg2
|
||||
# For tests
|
||||
BuildRequires: ffmpeg
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: pythonegg(nose)
|
||||
BuildRequires: pythonegg(setuptools)
|
||||
Requires: python
|
||||
Suggests: ffmpeg
|
||||
|
||||
|
@ -29,16 +29,17 @@ Small command-line program to download videos from YouTube and similar sites.
|
|||
%doc LICENSE README.txt
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_datadir}/zsh/site-functions/_youtube-dl
|
||||
%{_datadir}/zsh/site-functions/_%{name}
|
||||
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
# gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
# gpgv2 --quiet --keyring %%{SOURCE2} %%{SOURCE1} %%{SOURCE0}
|
||||
%setup -qn %{name}
|
||||
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue