youtube-dl version update
Signed-off-by: tuibuilder_pel7x64builder0 <tuibuilder@powerel.org>master
parent
d8e9cdb6b5
commit
49209e7c03
|
@ -1,24 +1,13 @@
|
|||
Name: youtube-dl
|
||||
Version: 2020.06.16.1
|
||||
Version: 2021.01.24.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A small command-line program to download online videos
|
||||
License: Unlicense
|
||||
URL: https://yt-dl.org
|
||||
Source0: https://github.com/rg3/youtube-dl/releases/download/%{version}/youtube-dl-%{version}.tar.gz
|
||||
Source1: https://github.com/rg3/youtube-dl/releases/download/%{version}/youtube-dl-%{version}.tar.gz.sig
|
||||
# 2016-06-09:
|
||||
# Merged GPG keys from https://rg3.github.io/youtube-dl/download.html in one file
|
||||
# gpg --export --export-options export-minimal "428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B" \
|
||||
# "ED7F 5BF4 6B3B BED8 1C87 368E 2C39 3E0F 18A9 236D" \
|
||||
# "7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18" > youtube-dl-gpgkeys.gpg
|
||||
Source2: youtube-dl-gpgkeys.gpg
|
||||
Source0: https://youtube-dl.org/downloads/latest/youtube-dl-%{version}.tar.gz
|
||||
Source3: %{name}.conf
|
||||
BuildRequires: python3-devel
|
||||
# Tests failed because of no connection in Koji.
|
||||
# BuildRequires: python-nose
|
||||
BuildArch: noarch
|
||||
# For source verification with gpgv
|
||||
BuildRequires: gnupg2
|
||||
|
||||
|
||||
%description
|
||||
|
@ -26,7 +15,6 @@ Small command-line program to download videos from YouTube and other sites.
|
|||
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -qn %{name}
|
||||
# remove pre-built file
|
||||
rm youtube-dl
|
||||
|
|
Loading…
Reference in New Issue