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