New version.

epel9
Christopher Meng 11 years ago
parent 7697ff5479
commit 801bd70ddf

1
.gitignore vendored

@ -28,3 +28,4 @@
/youtube-dl-2013.10.07.tar.gz /youtube-dl-2013.10.07.tar.gz
/youtube-dl-2013.10.09.tar.gz /youtube-dl-2013.10.09.tar.gz
/youtube-dl-2013.10.17.tar.gz /youtube-dl-2013.10.17.tar.gz
/youtube-dl-2013.10.18.2.tar.gz

@ -1 +1 @@
5bcd7a5d20387a6dfd985f4a77dbe26d youtube-dl-2013.10.17.tar.gz dd86912d1bf1a7a550df06e59c436063 youtube-dl-2013.10.18.2.tar.gz

@ -1,18 +1,14 @@
Name: youtube-dl Name: youtube-dl
Version: 2013.10.17 Version: 2013.10.18.2
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
# Used to generate manpage
%if %{_arch} == x86_64 || %{_arch} == i686
BuildRequires: pandoc
%endif
BuildRequires: python BuildRequires: python
# 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
BuildArch: noarch BuildArch: noarch
@ -44,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
%{_sysconfdir}/bash_completion.d/%{name} %{_sysconfdir}/bash_completion.d/%{name}
%changelog %changelog
* Sun Oct 20 2013 Christopher Meng <rpm@cicku.me> - 2013.10.18.2-1
- Update to new release(BZ#1020787).
* Thu Oct 17 2013 Christopher Meng <rpm@cicku.me> - 2013.10.17-1 * Thu Oct 17 2013 Christopher Meng <rpm@cicku.me> - 2013.10.17-1
- Update to new release(BZ#1019694). - Update to new release(BZ#1019694).

Loading…
Cancel
Save