|
|
|
Name: youtube-dl
|
|
|
|
Version: 2010.04.04
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Small command-line program to download videos from YouTube
|
|
|
|
Summary(pl): Tekstowy program do pobierania filmów z youtube.com
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
License: Public Domain
|
|
|
|
URL: http://bitbucket.org/rg3/youtube-dl
|
|
|
|
Source0: http://bitbucket.org/rg3/youtube-dl/raw/%{version}/youtube-dl
|
|
|
|
Source1: http://bitbucket.org/rg3/youtube-dl/wiki/Home
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: python >= 2.4
|
|
|
|
|
|
|
|
%description
|
|
|
|
Small command-line program to download videos from YouTube.
|
|
|
|
|
|
|
|
%description -l pl
|
|
|
|
youtube-dl to mały tekstowy program służący do pobierania filmów z
|
|
|
|
youtube.com.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
install -p -m0644 %{SOURCE1} index.html
|
|
|
|
|
|
|
|
%build
|
|
|
|
#nothing to build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
install -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%doc index.html
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Thu Apr 29 2010 Till Maas <opensource@till.name> - 2010.04.04-1
|
|
|
|
- Update to latest release to fix some download issues RH #582372
|
|
|
|
|
|
|
|
* Fri Oct 09 2009 Rafał Psota <rafalzaq@gmail.com> - 2009.09.13-2
|
|
|
|
- Small fix in %%prep
|
|
|
|
|
|
|
|
* Sun Sep 27 2009 Rafał Psota <rafalzaq@gmail.com> - 2009.09.13-1
|
|
|
|
- Update to 2009.09.13
|
|
|
|
- License change to Public Domain
|
|
|
|
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008.01.24-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008.01.24-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jan 26 2008 Krzysztof Kurzawski <kurzawax at gmail.com> 2008.01.24-1
|
|
|
|
- Update to v2008.01.24
|
|
|
|
- Add polish summary and description.
|
|
|
|
|
|
|
|
* Wed Jan 02 2008 Krzysztof Kurzawski <kurzawax at gmail.com> 2007.10.12-5
|
|
|
|
- Correct install.
|
|
|
|
- Correct documentation.
|
|
|
|
|
|
|
|
* Sat Dec 29 2007 Krzysztof Kurzawski <kurzawax at gmail.com> 2007.10.12-4
|
|
|
|
- Correct requires.
|
|
|
|
- Add documentation.
|
|
|
|
|
|
|
|
* Sun Dec 23 2007 Krzysztof Kurzawski <kurzawax at gmail.com> 2007.10.12-3
|
|
|
|
- Correct version tag.
|
|
|
|
|
|
|
|
* Fri Dec 14 2007 Krzysztof Kurzawski <kurzawax at gmail.com> 1-2
|
|
|
|
- Update to v2007.10.12, correct license and update summary.
|
|
|
|
|
|
|
|
* Sun Dec 9 2007 Krzysztof Kurzawski <kurzawax at gmail.com> 1-1
|
|
|
|
- First release
|