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