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