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