Пакет youtube-dl: Specfile

Summary: Download videos from YouTube
Name: youtube-dl
Version: 2008.01.28
Release: alt1.1
License: MIT
Group: Networking/File transfer
Url: http://www.arrakis.es/~rggi3/youtube-dl/

Source1: youtube-dl
Source2: pornotube-dl
Source3: metacafe-dl

Packager: Pavlov Konstantin <thresh@altlinux.ru>
BuildArch: noarch

BuildRequires: python-modules-compiler python-modules-encodings

%description
Youtube-dl is a small command-line program to download videos
from YouTube.com.

%package -n pornotube-dl
Summary: Download videos from PornoTube
Group: Networking/File transfer

%description -n pornotube-dl
Pornotube-dl is a small command-line program to download videos
from PornoTube.com.

%package -n metacafe-dl
Summary: Download videos from Metacafe
Group: Networking/File transfer

%description -n metacafe-dl
Metacafe-dl is a small command-line program to download videos 
from MetaCafe.com.

%install
mkdir -p %buildroot%_bindir
#install -pm 755 %SOURCE1 %SOURCE2 %SOURCE3 %buildroot%_bindir
install -pm 755 %SOURCE1 %buildroot%_bindir/youtube-dl.py
install -pm 755 %SOURCE2 %buildroot%_bindir/pornotube-dl.py
install -pm 755 %SOURCE3 %buildroot%_bindir/metacafe-dl.py

ln -sf youtube-dl.py %buildroot%_bindir/youtube-dl
ln -sf pornotube-dl.py %buildroot%_bindir/pornotube-dl
ln -sf metacafe-dl.py %buildroot%_bindir/metacafe-dl

%files
%_bindir/youtube-dl*

%files -n pornotube-dl
%_bindir/pornotube-dl*

%files -n metacafe-dl
%_bindir/metacafe-dl*

%changelog
* Sun Feb 03 2008 Grigory Batalov <bga@altlinux.ru> 2008.01.28-alt1.1
- Rebuilt with python-2.5.

* Tue Jan 29 2008 Pavlov Konstantin <thresh@altlinux.ru> 2008.01.28-alt1
- youtube-dl from 2008.01.24.

* Tue Nov 06 2007 Pavlov Konstantin <thresh@altlinux.ru> 2007.10.12-alt1
- youtube-dl from 2007.10.12.
- metacafe-dl from 2007.10.09.
- pornotube-dl from 2007.10.09.

* Fri Sep 21 2007 Pavlov Konstantin <thresh@altlinux.ru> 2007.09.13-alt1
- youtube-dl from 2007.08.24.
- metacafe-dl from 2007.09.13.

* Wed Jun 27 2007 Pavlov Konstantin <thresh@altlinux.ru> 2007.06.22-alt1
- youtube-dl from 2007.06.22.
- pornotube-dl from 2007.05.22.

* Fri Apr 06 2007 Pavlov Konstantin <thresh@altlinux.ru> 2007.03.27-alt1
- 2007.03.27 version.

* Thu Mar 01 2007 Pavlov Konstantin <thresh@altlinux.ru> 2007.02.18-alt2
- Fix wrong symlink.

* Tue Feb 27 2007 Pavlov Konstantin <thresh@altlinux.ru> 2007.02.18-alt1
- Initial build for ALT Linux.