]> git.pld-linux.org Git - packages/clive.git/blame - clive.spec
- delfi, reporter patches updated, southparkzone site seems broken
[packages/clive.git] / clive.spec
CommitLineData
850b142b
ER
1# TODO
2# - update patches
3# - check if it work
e42865ae 4#
bec233b2 5%include /usr/lib/rpm/macros.perl
228e09f9 6Summary: Video extraction utility for YouTube and Google Video
003e93d6 7Summary(hu.UTF-8): Videó letöltő a YouTube és a Google Video oldalakról
b5c98a45 8Summary(pl.UTF-8): Narzędzie do wydobywania filmów z YouTube i Google Video
228e09f9 9Name: clive
e7553d72 10Version: 2.1.0
7ef86ac6 11Release: 0.3
653e1c1c 12License: GPL v2+
228e09f9 13Group: Applications/System
e7553d72 14Source0: http://clive.googlecode.com/files/%{name}-%{version}.tar.bz2
15# Source0-md5: cfa070cae349b812b8dddfc0409a5196
bec233b2 16URL: http://clive.sourceforge.net/
850b142b
ER
17Patch0: %{name}-delfi.patch
18Patch1: %{name}-reporter.patch
7ef86ac6 19#Patch2: %{name}-spz.patch
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
7ef86ac6 56#%patch2 -p1
228e09f9
AM
57
58%install
59rm -rf $RPM_BUILD_ROOT
e7553d72 60install -d $RPM_BUILD_ROOT%{_bindir}
e7553d72 61install %{name} $RPM_BUILD_ROOT%{_bindir}
228e09f9
AM
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files
67%defattr(644,root,root,755)
e7553d72 68%doc AUTHORS CHANGES TODO
653e1c1c 69%attr(755,root,root) %{_bindir}/clive
This page took 0.0343 seconds and 4 git commands to generate.