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