/[packages]/updates/6/youtube-dl/current/SPECS/youtube-dl.spec
ViewVC logotype

Annotation of /updates/6/youtube-dl/current/SPECS/youtube-dl.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190784 - (hide annotations) (download)
Wed Jan 4 20:06:36 2012 UTC (12 years, 2 months ago) by kamil
Original Path: cauldron/youtube-dl/current/SPECS/youtube-dl.spec
File size: 1295 byte(s)
- new version
1 kamil 160756 Name: youtube-dl
2 kamil 190784 Version: 2011.12.18
3 kamil 160771 Release: %mkrel 1
4 kamil 160756 Summary: Small command-line program to download videos from YouTube
5 kamil 160771 License: Public Domain and GPLv2
6     Group: Video
7 kamil 160756 URL: http://rg3.github.com/youtube-dl/
8 kamil 160771
9 kamil 160756 Source0: https://github.com/rg3/youtube-dl/raw/%{version}/youtube-dl
10 kamil 160771 #man page from Debian by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2
11     Source1: youtube-dl.1.gz
12     #from the website
13     #http://rg3.github.com/youtube-dl/about.html
14     Source10: about
15     #http://rg3.github.com/youtube-dl/documentation.html
16     Source11: documentation
17    
18 kamil 160756 BuildArch: noarch
19 obgr_seneca 161811 Requires: python
20 kamil 160756
21     %description
22     Small command-line program to download videos from YouTube.
23    
24 kamil 181076
25 kamil 160756 %prep
26     #nothing to prep
27    
28     %build
29     #nothing to build
30    
31     %install
32 kamil 160771 #python executable
33 kamil 181076 install -D -p -m 755 %{_sourcedir}/%{name} %{buildroot}%{_bindir}/%{name}
34 kamil 160756
35 kamil 160771 #man page by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2 - from Debian package
36 kamil 181076 install -D -p -m 644 %{_sourcedir}/%{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz
37 kamil 160771
38     #license
39 kamil 190784 echo "The program is in the Public Domain." > COPYRIGHT
40 kamil 160771
41     #docs
42 kamil 190784 cp %{_sourcedir}/about .
43     cp %{_sourcedir}/documentation .
44 kamil 160771
45 kamil 160756 %files
46 kamil 190784 %doc about documentation COPYRIGHT
47 kamil 160756 %{_bindir}/%{name}
48 kamil 160771 %{_mandir}/man?/*

  ViewVC Help
Powered by ViewVC 1.1.30