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