mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-23 23:32:52 +00:00
48 lines
1.1 KiB
RPMSpec
48 lines
1.1 KiB
RPMSpec
Name: youtube-dl
|
|
Version: 2012.02.27
|
|
Release: %mkrel 1
|
|
Summary: Small command-line program to download videos from YouTube
|
|
License: Public Domain and GPLv2
|
|
Group: Video
|
|
URL: http://rg3.github.com/youtube-dl/
|
|
Source0: https://github.com/rg3/youtube-dl/raw/%{version}/%{name}
|
|
#man page from Debian by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2
|
|
Source1: %{name}.1.gz
|
|
BuildArch: noarch
|
|
Requires: python
|
|
|
|
%description
|
|
Small command-line program to download videos from YouTube.
|
|
|
|
%prep
|
|
#nothing
|
|
|
|
%build
|
|
#nothing
|
|
|
|
%install
|
|
%__rm -rf %{buildroot}
|
|
%__install -D -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
|
|
|
|
#man page by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2 - from a Debian package
|
|
%__install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
|
|
|
|
%clean
|
|
%__rm -rf %{buildroot}
|
|
|
|
%files
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
* Thu Mar 22 2012 Andrey Bondrov <abondrov@mandriva.org> 2012.02.27-1
|
|
+ Revision: 786045
|
|
- New version 2012.02.27
|
|
|
|
* Fri Jan 27 2012 Andrey Bondrov <abondrov@mandriva.org> 2012.01.08b-1
|
|
+ Revision: 769378
|
|
- imported package youtube-dl
|
|
|