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