automatic version update by autodist [release 2014.04.21.6-1mamba;Tue Apr 22 2014]

This commit is contained in:
Automatic Build System 2024-01-05 20:01:08 +01:00
parent 88c4439325
commit 0d43f550c2
2 changed files with 294 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# youtube-dl
youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites.

292
youtube-dl.spec Normal file
View File

@ -0,0 +1,292 @@
Name: youtube-dl
Version: 2014.04.21.6
Release: 1mamba
Summary: A small command-line program to download videos from YouTube.com and a few more sites
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://rg3.github.com/youtube-dl/
# Source is not versioned; automatic update can't be performed
#Source: https://raw.github.com/rg3/youtube-dl/%{version}/youtube-dl
Source: git://github.com/rg3/youtube-dl.git/master/youtube-dl-%{version}.tar.bz2
License: Public Domain
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: pandoc
Requires: python >= %python_version
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites.
%prep
%setup -q
rm -f youtube-dl youtube-dl.exe
%build
%make PREFIX=%{_prefix} MANDIR=%{_mandir}
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall PREFIX=%{_prefix} MANDIR=%{_mandir}
%files
%defattr(-,root,root)
%{_sysconfdir}/bash_completion.d/youtube-dl
%{_bindir}/youtube-dl
%{_mandir}/man1/youtube-dl.1*
%changelog
* Tue Apr 22 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.21.6-1mamba
- automatic version update by autodist
* Sat Apr 19 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.19-1mamba
- automatic version update by autodist
* Mon Apr 14 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.13-1mamba
- automatic version update by autodist
* Sat Apr 12 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.11.2-1mamba
- automatic version update by autodist
* Mon Apr 07 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.07.1-1mamba
- automatic version update by autodist
* Sun Apr 06 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.04.7-1mamba
- automatic version update by autodist
* Tue Apr 01 2014 Automatic Build System <autodist@mambasoft.it> 2014.04.01.3-1mamba
- automatic version update by autodist
* Thu Mar 27 2014 Automatic Build System <autodist@mambasoft.it> 2014.03.27.1-1mamba
- automatic version update by autodist
* Thu Mar 27 2014 Automatic Build System <autodist@mambasoft.it> 2014.03.25.1-1mamba
- automatic version update by autodist
* Mon Mar 17 2014 Automatic Build System <autodist@mambasoft.it> 2014.03.12-1mamba
- automatic version update by autodist
* Thu Feb 27 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.26-1mamba
- automatic version update by autodist
* Tue Feb 25 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.25-1mamba
- automatic version update by autodist
* Tue Feb 25 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.24-1mamba
- automatic version update by autodist
* Mon Feb 24 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.22.1-1mamba
- automatic version update by autodist
* Sun Feb 23 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.22-1mamba
- automatic version update by autodist
* Sat Feb 22 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.21.1-1mamba
- automatic version update by autodist
* Fri Feb 21 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.20-1mamba
- automatic version update by autodist
* Thu Feb 20 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.19.1-1mamba
- automatic version update by autodist
* Tue Feb 18 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.17-1mamba
- automatic version update by autodist
* Fri Feb 14 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.13-1mamba
- automatic version update by autodist
* Mon Feb 10 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.10-1mamba
- automatic version update by autodist
* Mon Feb 10 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.08.2-1mamba
- automatic version update by autodist
* Sun Feb 09 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.08.1-1mamba
- automatic version update by autodist
* Sat Feb 08 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.06.3-1mamba
- automatic version update by autodist
* Thu Feb 06 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.06.2-1mamba
- automatic version update by autodist
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.04-1mamba
- automatic version update by autodist
* Tue Feb 04 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.03.1-1mamba
- automatic version update by autodist
* Sat Feb 01 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.30.2-1mamba
- automatic version update by autodist
* Fri Jan 31 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.29-1mamba
- automatic version update by autodist
* Thu Jan 30 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.28.1-1mamba
- automatic version update by autodist
* Sat Jan 25 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.23.4-1mamba
- automatic version update by autodist
* Fri Jan 24 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.23-1mamba
- automatic version update by autodist
* Wed Jan 22 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.22-1mamba
- automatic version update by autodist
* Wed Jan 22 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.20-1mamba
- automatic version update by autodist
* Sun Jan 19 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.17.2-1mamba
- automatic version update by autodist
* Thu Jan 09 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.08-1mamba
- automatic version update by autodist
* Wed Jan 08 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.07.5-1mamba
- automatic version update by autodist
* Tue Jan 07 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.06.1-1mamba
- automatic version update by autodist
* Mon Jan 06 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.05.6-1mamba
- automatic version update by autodist
* Sun Jan 05 2014 Automatic Build System <autodist@mambasoft.it> 2014.01.03-1mamba
- automatic version update by autodist
* Sat Dec 21 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.20-1mamba
- automatic version update by autodist
* Wed Dec 18 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.17.2-1mamba
- automatic version update by autodist
* Tue Dec 17 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.16.7-1mamba
- automatic version update by autodist
* Wed Dec 11 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.11.2-1mamba
- automatic version update by autodist
* Wed Dec 11 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.10-1mamba
- automatic version update by autodist
* Tue Dec 10 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.09.4-1mamba
- automatic version update by autodist
* Mon Dec 09 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.08.1-1mamba
- automatic version update by autodist
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.04-1mamba
- automatic version update by autodist
* Wed Dec 04 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.03-1mamba
- automatic version update by autodist
* Tue Dec 03 2013 Automatic Build System <autodist@mambasoft.it> 2013.12.02-1mamba
- automatic version update by autodist
* Thu Nov 28 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.26-1mamba
- automatic version update by autodist
* Tue Nov 26 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.25.3-1mamba
- automatic version update by autodist
* Mon Nov 25 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.25.1-1mamba
- automatic version update by autodist
* Sat Nov 23 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.22.2-1mamba
- automatic version update by autodist
* Fri Nov 22 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.21-1mamba
- automatic version update by autodist
* Thu Nov 21 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.20-1mamba
- automatic version update by autodist
* Wed Nov 20 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.19-1mamba
- automatic version update by autodist
* Tue Nov 19 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.18.1-1mamba
- automatic version update by autodist
* Mon Nov 18 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.17-1mamba
- automatic version update by autodist
* Thu Nov 14 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.13-1mamba
- automatic version update by autodist
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.11-1mamba
- automatic version update by autodist
* Fri Nov 08 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.07-1mamba
- automatic version update by autodist
* Mon Nov 04 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.03-1mamba
- automatic version update by autodist
* Sun Nov 03 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.02-1mamba
- automatic version update by autodist
* Wed Oct 30 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.30-1mamba
- automatic version update by autodist
* Wed Oct 30 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.29-1mamba
- automatic version update by autodist
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.28-1mamba
- automatic version update by autodist
* Thu Oct 24 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.23.2-1mamba
- automatic version update by autodist
* Sun Oct 20 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.18.2-1mamba
- automatic version update by autodist
* Fri Oct 18 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.17-1mamba
- automatic version update by autodist
* Wed Oct 09 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.07-1mamba
- automatic version update by autodist
* Mon Oct 07 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.06-1mamba
- automatic version update by autodist
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 2013.10.01.1-1mamba
- automatic version update by autodist
* Thu Sep 26 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.24.2-1mamba
- automatic version update by autodist
* Sat Sep 21 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.20.1-1mamba
- automatic version update by autodist
* Fri Sep 20 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.20-1mamba
- automatic version update by autodist
* Thu Sep 19 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.17-1mamba
- automatic version update by autodist
* Mon Sep 16 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.16-1mamba
- automatic version update by autodist
* Wed Sep 11 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.10-1mamba
- automatic version update by autodist
* Tue Sep 10 2013 Automatic Build System <autodist@mambasoft.it> 2013.09.07-1mamba
- automatic version update by autodist
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 2013.04.22-1mamba
- update to 2013.04.22
* Tue Oct 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2012.09.27-2mamba
- append version to local source name to make it is really updated
* Sun Sep 30 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2012.09.27-1mamba
- update to 2012.09.27
* Wed Jun 20 2012 Silvan Calarco <silvan.calarco@mambasoft.it> dl-1mamba
- package created by autospec