]> git.pld-linux.org Git - packages/youtube-dl.git/blobdiff - youtube-dl.spec
- up to 2018.01.27
[packages/youtube-dl.git] / youtube-dl.spec
index 5eba49509e9f4cff908a6079bd7849c2207bf042..02c8bdfbced209bb700bdc2ca3219af19ff2dd34 100644 (file)
@@ -1,5 +1,5 @@
 # full version number as seen on youtube-dl website
-%define        verlong 2016.11.18
+%define        verlong 2018.01.27
 
 # transform version so we don't have to bump epoch after four digit upgrades:
 # 2013.01.17.1 becomes 20130117_1
@@ -16,8 +16,13 @@ Epoch:               2
 License:       Public Domain
 Group:         Applications/System
 Source0:       http://youtube-dl.org/downloads/%{verlong}/%{name}-%{verlong}.tar.gz
-# Source0-md5: e30f2af84a5f5479f5b64822c152a5e0
+# Source0-md5: be5e9fd3de7906b5784f567bc2db8d48
 Source1:       %{name}.conf
+# should be downloaded from:
+# https://github.com/rg3/youtube-dl/pull/10291.diff
+# but the author removed his repository, so the url is 404
+# git log -p --reverse pr/10291~3..pr/10291
+Patch0:                10291.diff
 URL:           http://youtube-dl.org/
 BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov
@@ -80,6 +85,7 @@ Dopełnianie parametrów w zsh dla polecenia youtube-dl.
 %prep
 %setup -qc
 mv %{name} .tmp; mv .tmp/* .
+%patch0 -p1
 
 %build
 %py_build
This page took 0.038439 seconds and 4 git commands to generate.