/[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 160756 - (show annotations) (download)
Tue Nov 1 01:26:36 2011 UTC (12 years, 5 months ago) by kamil
Original Path: cauldron/youtube-dl/current/SPECS/youtube-dl.spec
File size: 987 byte(s)
imported package youtube-dl
1 Name: youtube-dl
2 Version: 2011.08.04
3 Release: 1%{?dist}
4 Summary: Small command-line program to download videos from YouTube
5 Summary(pl): Tekstowy program do pobierania filmów z youtube.com
6 Group: Applications/Multimedia
7 License: Public Domain
8 URL: http://rg3.github.com/youtube-dl/
9 Source0: https://github.com/rg3/youtube-dl/raw/%{version}/youtube-dl
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11 BuildArch: noarch
12 Requires: python >= 2.4
13
14 %description
15 Small command-line program to download videos from YouTube.
16
17 %description -l pl
18 youtube-dl to mały tekstowy program służący do pobierania filmów z
19 youtube.com.
20
21 %prep
22 #nothing to prep
23
24 %build
25 #nothing to build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 mkdir -p $RPM_BUILD_ROOT%{_bindir}
30 install -p -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(-,root,root,-)
37 %{_bindir}/%{name}
38

  ViewVC Help
Powered by ViewVC 1.1.30