From 0b9d8b220ee0c67e2f306375202890c003c8e55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 29 Apr 2015 18:14:28 +0200 Subject: [PATCH] Update to the latest release (#1210132) --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 12 +++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99183cd..1f493b6 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ /youtube-dl-2015.03.18.tar.gz.sig /youtube-dl-2015.04.03.tar.gz /youtube-dl-2015.04.03.tar.gz.sig +/youtube-dl-2015.04.28.tar.gz +/youtube-dl-2015.04.28.tar.gz.sig diff --git a/sources b/sources index d8e6322..4e4e57a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -37b68876c3a4b9218a4b77e023eca722 youtube-dl-2015.04.03.tar.gz -1a10a242ae4fca9debc4d69584ecbd11 youtube-dl-2015.04.03.tar.gz.sig +20fac1e1a31caf544741a98c21991e52 youtube-dl-2015.04.28.tar.gz +a857db6df338045754d1aef10174e5a4 youtube-dl-2015.04.28.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index a324a7d..978f615 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2015.04.03 +Version: 2015.04.28 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -15,9 +15,11 @@ BuildArch: noarch # For source verification with gpgv BuildRequires: gpg + %description Small command-line program to download videos from YouTube and other sites. + %prep gpgv --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %setup -qn %{name} @@ -31,9 +33,11 @@ sed -i '/youtube-dl.bash-completion/d' setup.py sed -i '/youtube-dl.fish/d' setup.py sed -i '/README.txt/d' setup.py + %build %{__python2} setup.py build + %install %{__python2} setup.py install --root=%{buildroot} @@ -44,9 +48,11 @@ install -pm644 youtube-dl.bash-completion %{buildroot}%{_sysconfdir}/bash_comple mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtube-dl + %check #make test + %files %doc README.md %license LICENSE @@ -58,7 +64,11 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %{python_sitelib}/youtube_dl/ %{python_sitelib}/youtube_dl*.egg-info + %changelog +* Wed Apr 29 2015 Matej Cepl - 2015.04.28-1 +- Update to the latest release (#1210132) + * Sat Apr 04 2015 Matej Cepl - 2015.04.03-1 - Update to the latest release (#1205700)