diff --git a/.gitignore b/.gitignore index 25900e1..2462fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /youtube-dl-2013.08.09.tar.gz /youtube-dl-2013.08.17.tar.gz /youtube-dl-2013.08.23.tar.gz +/youtube-dl-2013.08.27.tar.gz diff --git a/sources b/sources index 2a796f9..694182d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50c348f8dc28adff28d76420deff7297 youtube-dl-2013.08.23.tar.gz +6562713d1c216433a669060d421e9b77 youtube-dl-2013.08.27.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 410ce75..83c4e1f 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,17 +1,15 @@ Name: youtube-dl -Version: 2013.08.23 +Version: 2013.08.27 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain -URL: http://youtube-dl.org -Source0: http://youtube-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz +URL: https://yt-dl.org +Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf -# Used in Makefile to generate youtube-dl -BuildRequires: zip # Used to generate manpage # BuildRequires: pandoc BuildRequires: python -#Tests +# Tests failed because of no connection in Koji. #BuildRequires: python-nose Requires: python BuildArch: noarch @@ -26,12 +24,12 @@ 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="%{_bindir}/python" +make install DESTDIR=%{buildroot} \ + PREFIX=%{_prefix} \ + MANDIR=%{_mandir} \ + PYTHON=%{_bindir}/python mkdir -p %{buildroot}%{_sysconfdir} -install -p -m644 %{S:1} %{buildroot}%{_sysconfdir} +install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %check #make test @@ -44,6 +42,9 @@ install -p -m644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Tue Aug 27 2013 Christopher Meng - 2013.08.27-1 +- Update to new release. + * Sat Aug 24 2013 Christopher Meng - 2013.08.23-1 - Update to new release.