mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 15:22:53 +00:00
Updated to 2016.07.06
This commit is contained in:
parent
12fb798785
commit
d9aa1ac208
2 changed files with 5 additions and 10 deletions
8
.abf.yml
8
.abf.yml
|
@ -1,7 +1,3 @@
|
|||
removed_sources:
|
||||
youtube-dl-2016.05.10.tar.gz: e155c4ff72ecd2dc85edf88a7f2d6f9ca78894e9
|
||||
sources:
|
||||
gpgkey-7D33D762FD6C35130481347FDB4B54CBA4826A18.gpg: f82ac2aafae855409c341c6fe2bf4f1ebd04a87b
|
||||
youtube-dl-2016.05.10.tar.gz.sig: 511161c58dd72ce5658c50449adb61560af3cdb9
|
||||
youtube-dl-2016.05.21.2.tar.gz: 8161ef197bc2f56176b9bf7cc53bb3fd38e8165f
|
||||
youtube-dl-2016.05.21.2.tar.gz.sig: 728e063b3bf02b0241b475f134bd464a11869217
|
||||
youtube-dl-2016.07.06.tar.gz: 2e137419cc309c7dc67830f6c9c49ce8e2b0d305
|
||||
youtube-dl-2016.07.06.tar.gz.sig: b1f0a232c24755046372f728344cd6df132919ab
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Small command-line program to download videos from YouTube
|
||||
Name: youtube-dl
|
||||
Version: 2016.05.21.2
|
||||
Version: 2016.07.06
|
||||
Release: 1
|
||||
License: Public Domain and GPLv2+
|
||||
Group: Video
|
||||
|
@ -10,7 +10,7 @@ Source1: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz.sig
|
|||
|
||||
# using 4096R/A4826A18 Philipp Hagemeister Key fingerprint = 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18
|
||||
# from http://rg3.github.io/youtube-dl/download.html
|
||||
Source2: gpgkey-7D33D762FD6C35130481347FDB4B54CBA4826A18.gpg
|
||||
# Source2: gpgkey-7D33D762FD6C35130481347FDB4B54CBA4826A18.gpg
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: pythonegg(nose)
|
||||
|
@ -36,11 +36,10 @@ Small command-line program to download videos from YouTube and similar sites.
|
|||
#-----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
# gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -qn %{name}
|
||||
|
||||
%build
|
||||
#python ./setup.py
|
||||
%make
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue