Update to 2014.07.11.3

epel9
Christopher Meng 11 years ago
parent dd50eadf4a
commit 83cfdf8f9b

1
.gitignore vendored

@ -3,3 +3,4 @@
/youtube-dl-2014.05.05.tar.gz /youtube-dl-2014.05.05.tar.gz
/youtube-dl-2014.06.07.tar.gz /youtube-dl-2014.06.07.tar.gz
/youtube-dl-2014.06.24.1.tar.gz /youtube-dl-2014.06.24.1.tar.gz
/youtube-dl-2014.07.11.3.tar.gz

@ -1 +1 @@
e6d3affc7e6e9e28a47dbcd942facfe5 youtube-dl-2014.06.24.1.tar.gz bf3d36ad1d9bc6fb20cf45a5f050221e youtube-dl-2014.07.11.3.tar.gz

@ -1,12 +1,12 @@
Name: youtube-dl Name: youtube-dl
Version: 2014.06.24.1 Version: 2014.07.11.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: A small command-line program to download online videos Summary: A small command-line program to download online videos
License: Public Domain License: Public Domain
URL: https://yt-dl.org URL: https://yt-dl.org
Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz
Source1: %{name}.conf Source1: %{name}.conf
BuildRequires: python BuildRequires: python2
# Tests failed because of no connection in Koji. # Tests failed because of no connection in Koji.
# BuildRequires: python-nose # BuildRequires: python-nose
Requires: python Requires: python
@ -22,8 +22,7 @@ Small command-line program to download videos from YouTube and other sites.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR=%{buildroot} \ %make_install PREFIX=%{_prefix} \
PREFIX=%{_prefix} \
MANDIR=%{_mandir} \ MANDIR=%{_mandir} \
PYTHON=%{__python2} PYTHON=%{__python2}
mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}%{_sysconfdir}
@ -40,6 +39,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
%{_sysconfdir}/bash_completion.d/%{name} %{_sysconfdir}/bash_completion.d/%{name}
%changelog %changelog
* Sat Jul 12 2014 Christopher Meng <rpm@cicku.me> - 2014.07.11.3-1
- Update to 2014.07.11.3
* Tue Jun 24 2014 Christopher Meng <rpm@cicku.me> - 2014.06.24.1-1 * Tue Jun 24 2014 Christopher Meng <rpm@cicku.me> - 2014.06.24.1-1
- Update to 2014.06.24.1 - Update to 2014.06.24.1

Loading…
Cancel
Save