From 83cfdf8f9b299c570096943509a4d50b09abd24b Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Sat, 12 Jul 2014 21:59:08 +0800 Subject: [PATCH] Update to 2014.07.11.3 --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 14 ++++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6fd988d..ffebda2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /youtube-dl-2014.05.05.tar.gz /youtube-dl-2014.06.07.tar.gz /youtube-dl-2014.06.24.1.tar.gz +/youtube-dl-2014.07.11.3.tar.gz diff --git a/sources b/sources index 03ecc25..ad99ac0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6d3affc7e6e9e28a47dbcd942facfe5 youtube-dl-2014.06.24.1.tar.gz +bf3d36ad1d9bc6fb20cf45a5f050221e youtube-dl-2014.07.11.3.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index e53fbdf..9a58eab 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,12 +1,12 @@ Name: youtube-dl -Version: 2014.06.24.1 +Version: 2014.07.11.3 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf -BuildRequires: python +BuildRequires: python2 # Tests failed because of no connection in Koji. # BuildRequires: python-nose Requires: python @@ -22,10 +22,9 @@ Small command-line program to download videos from YouTube and other sites. make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} \ - PREFIX=%{_prefix} \ - MANDIR=%{_mandir} \ - PYTHON=%{__python2} +%make_install PREFIX=%{_prefix} \ + MANDIR=%{_mandir} \ + PYTHON=%{__python2} mkdir -p %{buildroot}%{_sysconfdir} install -pm644 %{S:1} %{buildroot}%{_sysconfdir} @@ -40,6 +39,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Sat Jul 12 2014 Christopher Meng - 2014.07.11.3-1 +- Update to 2014.07.11.3 + * Tue Jun 24 2014 Christopher Meng - 2014.06.24.1-1 - Update to 2014.06.24.1