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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 410691 - (show annotations) (download)
Sun Apr 21 11:01:10 2013 UTC (11 years ago) by kamil
Original Path: cauldron/youtube-dl/current/SPECS/youtube-dl.spec
File size: 750 byte(s)
- new version 2013.04.18
- install with Makefile
- add P0: mga-dont-ship-with-documentation-generated-with-pandoc.patch
- remove S1 - not upstream version of the man page
- update license to Public Domain - no more tainted GPL with the man page

1 Name: youtube-dl
2 Version: 2013.04.18
3 Release: %mkrel 1
4 Summary: Small command-line program to download videos from YouTube
5 License: Public Domain
6 Group: Video/Players
7 URL: http://rg3.github.com/youtube-dl/
8 Source0: https://github.com/rg3/youtube-dl/archive/%{version}.zip
9 Patch0: %{name}-2013.04.18-mga-dont-ship-with-documentation-generated-with-pandoc.patch
10
11 BuildArch: noarch
12
13 Requires: python
14
15 %description
16 Small command-line program to download videos from YouTube.
17
18
19 %prep
20 %setup -q
21 %patch0 -p0
22
23 %build
24
25 %install
26 make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" MANDIR="%{_mandir}"
27
28 %files
29 %{_bindir}/%{name}
30 %{_sysconfdir}/bash_completion.d/youtube-dl

  ViewVC Help
Powered by ViewVC 1.1.30