mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 23:32:52 +00:00
Updated to 2017.10.15.1
This commit is contained in:
parent
99344417da
commit
b0ee2cc1ac
2 changed files with 11 additions and 22 deletions
8
.abf.yml
8
.abf.yml
|
@ -1,7 +1,3 @@
|
|||
removed_sources:
|
||||
youtube-dl-2016.10.26.tar.gz: 1e1c0c3621ea9c453ff4bed65adc192d7fbcc2f5
|
||||
youtube-dl-2017.02.28.tar.gz: 22c1b0918a60fba7de4f274f6cc135d2d810c1b5
|
||||
youtube-dl-2017.07.15.tar.gz: 2ff5fe0ca9b9ddd4a7e82b2b7c2073f848b14512
|
||||
sources:
|
||||
youtube-dl-2017.09.15.tar.gz: f73aabb59c3d18dd68787777bb02299ec051805d
|
||||
youtube-dl-2017.09.15.tar.gz.sig: ed2c06f9af304e8df2635cad3cf07141ddfb667e
|
||||
youtube-dl-2017.10.15.1.tar.gz: e73bcf9424b59944099eebcac2e12670f7e8944f
|
||||
youtube-dl-2017.10.15.1.tar.gz.sig: 44856ff933845a8a384f16bb25bf83d433f8fc4d
|
||||
|
|
|
@ -1,23 +1,18 @@
|
|||
Summary: Small command-line program to download videos from YouTube
|
||||
Name: youtube-dl
|
||||
Version: 2017.09.15
|
||||
Version: 2017.10.15.1
|
||||
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
|
||||
Url: https://yt-dl.org
|
||||
Source0: https://github.com/rg3/youtube-dl/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/rg3/youtube-dl/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
|
||||
# For tests
|
||||
BuildRequires: ffmpeg
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: pythonegg(nose)
|
||||
BuildRequires: pythonegg(setuptools)
|
||||
BuildArch: noarch
|
||||
Requires: python
|
||||
Suggests: ffmpeg
|
||||
|
||||
|
@ -36,18 +31,16 @@ Small command-line program to download videos from YouTube and similar sites.
|
|||
#-----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
# gpgv2 --quiet --keyring %%{SOURCE2} %%{SOURCE1} %%{SOURCE0}
|
||||
%setup -qn %{name}
|
||||
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
|
||||
%install
|
||||
%makeinstall DESTDIR=%{buildroot} \
|
||||
PREFIX=%{_prefix} \
|
||||
MANDIR=%{_mandir}
|
||||
%makeinstall \
|
||||
DESTDIR=%{buildroot} \
|
||||
PREFIX=%{_prefix} \
|
||||
MANDIR=%{_mandir}
|
||||
|
||||
|
||||
%check
|
||||
|
|
Loading…
Add table
Reference in a new issue