mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 23:32:52 +00:00
Log: Update to 2016.05.21.2
Packaging ========= What is the point in adding the sig tarball if you don't use it? =============================================================== Use a gpg key (see spec file), for check the sources
This commit is contained in:
parent
36246e5942
commit
12fb798785
2 changed files with 13 additions and 2 deletions
6
.abf.yml
6
.abf.yml
|
@ -1,3 +1,7 @@
|
|||
sources:
|
||||
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
|
||||
|
|
|
@ -1,15 +1,21 @@
|
|||
Summary: Small command-line program to download videos from YouTube
|
||||
Name: youtube-dl
|
||||
Version: 2016.05.10
|
||||
Version: 2016.05.21.2
|
||||
Release: 1
|
||||
License: Public Domain and GPLv2+
|
||||
Group: Video
|
||||
Url: http://rg3.github.com/youtube-dl/
|
||||
Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz
|
||||
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
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: pythonegg(nose)
|
||||
BuildRequires: pythonegg(setuptools)
|
||||
BuildRequires: gnupg2
|
||||
# For tests
|
||||
BuildRequires: ffmpeg
|
||||
Requires: python
|
||||
|
@ -30,6 +36,7 @@ Small command-line program to download videos from YouTube and similar sites.
|
|||
#-----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -qn %{name}
|
||||
|
||||
%build
|
||||
|
|
Loading…
Add table
Reference in a new issue