Updated to 2017.10.15.1

This commit is contained in:
Алзим 2017-10-19 23:33:45 +03:00
parent 99344417da
commit b0ee2cc1ac
2 changed files with 11 additions and 22 deletions

View file

@ -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: sources:
youtube-dl-2017.09.15.tar.gz: f73aabb59c3d18dd68787777bb02299ec051805d youtube-dl-2017.10.15.1.tar.gz: e73bcf9424b59944099eebcac2e12670f7e8944f
youtube-dl-2017.09.15.tar.gz.sig: ed2c06f9af304e8df2635cad3cf07141ddfb667e youtube-dl-2017.10.15.1.tar.gz.sig: 44856ff933845a8a384f16bb25bf83d433f8fc4d

View file

@ -1,23 +1,18 @@
Summary: Small command-line program to download videos from YouTube Summary: Small command-line program to download videos from YouTube
Name: youtube-dl Name: youtube-dl
Version: 2017.09.15 Version: 2017.10.15.1
Release: 1 Release: 1
License: Public Domain and GPLv2+ License: Public Domain and GPLv2+
Group: Video Group: Video
Url: http://rg3.github.com/youtube-dl/ Url: https://yt-dl.org
Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/rg3/youtube-dl/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz.sig Source1: https://github.com/rg3/youtube-dl/releases/download/%{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
# For tests # For tests
BuildRequires: ffmpeg BuildRequires: ffmpeg
BuildRequires: gnupg2 BuildRequires: gnupg2
BuildRequires: pythonegg(nose) BuildRequires: pythonegg(nose)
BuildRequires: pythonegg(setuptools) BuildRequires: pythonegg(setuptools)
BuildArch: noarch
Requires: python Requires: python
Suggests: ffmpeg Suggests: ffmpeg
@ -36,18 +31,16 @@ Small command-line program to download videos from YouTube and similar sites.
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
%prep %prep
# gpgv2 --quiet --keyring %%{SOURCE2} %%{SOURCE1} %%{SOURCE0}
%setup -qn %{name} %setup -qn %{name}
%build %build
%make %make
%install %install
%makeinstall DESTDIR=%{buildroot} \ %makeinstall \
PREFIX=%{_prefix} \ DESTDIR=%{buildroot} \
MANDIR=%{_mandir} PREFIX=%{_prefix} \
MANDIR=%{_mandir}
%check %check