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