|
|
@ -1,24 +1,13 @@ |
|
|
|
Name: youtube-dl |
|
|
|
Name: youtube-dl |
|
|
|
Version: 2020.06.16.1 |
|
|
|
Version: 2021.01.24.1 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: A small command-line program to download online videos |
|
|
|
Summary: A small command-line program to download online videos |
|
|
|
License: Unlicense |
|
|
|
License: Unlicense |
|
|
|
URL: https://yt-dl.org |
|
|
|
URL: https://yt-dl.org |
|
|
|
Source0: https://github.com/rg3/youtube-dl/releases/download/%{version}/youtube-dl-%{version}.tar.gz |
|
|
|
Source0: https://youtube-dl.org/downloads/latest/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 |
|
|
|
|
|
|
|
Source3: %{name}.conf |
|
|
|
Source3: %{name}.conf |
|
|
|
BuildRequires: python3-devel |
|
|
|
BuildRequires: python3-devel |
|
|
|
# Tests failed because of no connection in Koji. |
|
|
|
|
|
|
|
# BuildRequires: python-nose |
|
|
|
|
|
|
|
BuildArch: noarch |
|
|
|
BuildArch: noarch |
|
|
|
# For source verification with gpgv |
|
|
|
|
|
|
|
BuildRequires: gnupg2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
@ -26,7 +15,6 @@ Small command-line program to download videos from YouTube and other sites. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} |
|
|
|
|
|
|
|
%setup -qn %{name} |
|
|
|
%setup -qn %{name} |
|
|
|
# remove pre-built file |
|
|
|
# remove pre-built file |
|
|
|
rm youtube-dl |
|
|
|
rm youtube-dl |
|
|
|