Merge branch 'master' into el6

epel9
Christopher Meng 11 years ago
commit 8739023ed9

7
.gitignore vendored

@ -19,3 +19,10 @@
/youtube-dl-2013.08.27.tar.gz
/youtube-dl-2013.08.29.tar.gz
/youtube-dl-2013.08.30.tar.gz
/youtube-dl-2013.09.04.tar.gz
/youtube-dl-2013.09.07.tar.gz
/youtube-dl-2013.09.10.tar.gz
/youtube-dl-2013.09.16.tar.gz
/youtube-dl-2013.09.20.1.tar.gz
/youtube-dl-2013.09.24.2.tar.gz
/youtube-dl-2013.09.29.tar.gz

@ -1 +1 @@
f9e5574fe3b645892a7d814797b8a607 youtube-dl-2013.08.30.tar.gz
7f5a8b7a411e833e9a0d8759140e1949 youtube-dl-2013.09.29.tar.gz

@ -1,5 +1,5 @@
Name: youtube-dl
Version: 2013.08.30
Version: 2013.09.29
Release: 1%{?dist}
Summary: A small command-line program to download online videos
License: Public Domain
@ -27,18 +27,39 @@ make %{?_smp_mflags}
make install DESTDIR=%{buildroot} \
PREFIX=%{_prefix} \
MANDIR=%{_mandir} \
PYTHON=%{_bindir}/python
PYTHON=%{__python2}
mkdir -p %{buildroot}%{_sysconfdir}
install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
%files
%doc LICENSE
%doc LICENSE README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/bash_completion.d/%{name}
%changelog
* Mon Sep 30 2013 Christopher Meng <rpm@cicku.me> - 2013.09.29-1
- Update to new release(BZ#1013394).
* Wed Sep 25 2013 Christopher Meng <rpm@cicku.me> - 2013.09.24.2-1
- Update to new release(BZ#1011845).
* Sat Sep 21 2013 Christopher Meng <rpm@cicku.me> - 2013.09.20.1-1
- Update to new release(BZ#1009593).
* Mon Sep 16 2013 Christopher Meng <rpm@cicku.me> - 2013.09.16-1
- Update to new release(BZ#1006829).
* Wed Sep 11 2013 Christopher Meng <rpm@cicku.me> - 2013.09.10-1
- Update to new release(BZ#1006334).
* Mon Sep 09 2013 Christopher Meng <rpm@cicku.me> - 2013.09.07-1
- Update to new release.
* Thu Sep 05 2013 Christopher Meng <rpm@cicku.me> - 2013.09.04-1
- Update to new release.
* Mon Sep 02 2013 Christopher Meng <rpm@cicku.me> - 2013.08.30-1
- Update to new release.

Loading…
Cancel
Save