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