]> git.pld-linux.org Git - packages/clive.git/blob - clive.spec
b289ba6c69d6f42260d7a8fe7499d1acb2556cc4
[packages/clive.git] / clive.spec
1 Summary:        Video extraction utility for YouTube and Google Video
2 Summary(pl.UTF-8):      Narzędzie do wydobywania filmów z YouTube i Google Video
3 Name:           clive
4 Version:        2.1.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://clive.googlecode.com/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cfa070cae349b812b8dddfc0409a5196
10 URL:            http://home.gna.org/clive/
11 Requires:       perl >= 1:5.8.0
12 Requires:       perl-BerkeleyDB >= 0.34
13 Requires:       perl-Config-Tiny >= 2.12
14 Requires:       perl-HTML-TokeParser-Simple >= 2.37
15 Requires:       perl-IO-Pager >= 0.05
16 Requires:       perl-WWW-Curl >= 4.0.5
17 Requires:       perl-XML-Simple >= 2.18
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 clive is a video extraction tool for user-uploaded video hosts such as
23 Youtube, Google Video, Dailymotion, Guba and Metacafe. It can be
24 chained with 3rd party tools for subsequent video re-encoding and
25 playing and playing.
26
27 %description -l pl.UTF-8
28 clive to działający z linii poleceń program do wydobywania filmów
29 z serwisów YouTube, Google Video i Dailymotion. Obsługuje
30 wyciąganie osadzonych filmów i może być używany wraz z
31 zewnętrznym koderem (np. ffmpegiem) do przekodowywania
32 wyciągniętych filmów do innych formatów (np. AVI, MPEG, flv).
33
34 %prep
35 %setup -q
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install %{name} $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS CHANGES TODO
49 %attr(755,root,root) %{_bindir}/clive
This page took 0.106984 seconds and 2 git commands to generate.