mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 15:22:53 +00:00
Log: Update to 2015.01.16
This commit is contained in:
parent
ef8c4a0bb8
commit
b40e77022b
2 changed files with 9 additions and 3 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,5 +1,6 @@
|
|||
removed_sources:
|
||||
youtube-dl-2014.09.25.tar.gz: b5d22e23d5525a418ed5cbb1c7f151baf16975d5
|
||||
youtube-dl-2014.10.18.tar.gz: 2433ecdfd07a255be5e1cdd56da1c84af881076a
|
||||
sources:
|
||||
youtube-dl-2014.11.16.tar.gz: b1f2d93d7d0b7f780e3021a4ab4758d971a94cf2
|
||||
sources:
|
||||
youtube-dl-2015.01.16.tar.gz: e5e7fb00cbdee0d011e4e59dc7d24ba4bebc41a1
|
||||
|
|
|
@ -1,15 +1,20 @@
|
|||
Summary: Small command-line program to download videos from YouTube
|
||||
Name: youtube-dl
|
||||
Version: 2014.11.16
|
||||
Version: 2015.01.16
|
||||
Release: 1
|
||||
License: Public Domain and GPLv2+
|
||||
Group: Video
|
||||
Url: http://rg3.github.com/youtube-dl/
|
||||
Source0: https://yt-dl.org/downloads/2014.11.16/%{name}-%{version}.tar.gz
|
||||
Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: pythonegg(nose)
|
||||
BuildRequires: pythonegg(setuptools)
|
||||
#for tests
|
||||
BuildRequires: ffmpeg
|
||||
|
||||
Requires: python
|
||||
Suggests: ffmpeg
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
|
Loading…
Add table
Reference in a new issue