]> git.pld-linux.org Git - packages/clive.git/blame - clive.spec
- up to 0.3.1
[packages/clive.git] / clive.spec
CommitLineData
228e09f9 1Summary: Video extraction utility for YouTube and Google Video
b5c98a45 2Summary(pl.UTF-8): Narzędzie do wydobywania filmów z YouTube i Google Video
228e09f9 3Name: clive
39828cd3 4Version: 0.3.1
228e09f9
AM
5Release: 1
6License: GPL
7Group: Applications/System
39828cd3
AM
8Source0: http://dl.gna.org/clive/0.3/src/%{name}-%{version}.tar.gz
9# Source0-md5: 2ba7b7ea3af64177fed7748e1736ce56
228e09f9 10URL: http://home.gna.org/clive/
b5c98a45
JB
11BuildRequires: python-devel >= 1:2.5
12BuildRequires: rpm-pythonprov
13%pyrequires_eq python-libs
39828cd3 14Requires: python-urlgrabber >= 2.9.9
975ce4e0 15BuildArch: noarch
228e09f9
AM
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19clive is a command line program that extracts videos from YouTube,
20Google Video and Dailymotion websites. It supports embedded video
21extraction, and can be used with an external encoder (e.g. ffmpeg) to
b5c98a45
JB
22re-encode the extracted videos to different video formats (e.g. AVI,
23MPEG, flv).
24
25%description -l pl.UTF-8
26clive to działający z linii poleceń program do wydobywania filmów z
27serwisów YouTube, Google Video i Dailymotion. Obsługuje wyciąganie
28osadzonych filmów i może być używany zewnętrznym koderem (np.
29ffmpegiem) do przekodowywania wyciągniętych filmów do innych formatów
30(np. AVI, MPEG, flv).
228e09f9
AM
31
32%prep
33%setup -q
34
35%build
36python setup.py build
37
38%install
39rm -rf $RPM_BUILD_ROOT
228e09f9
AM
40install -d $RPM_BUILD_ROOT%{_mandir}/man1
41
42python setup.py install \
43 --optimize=2 \
44 --root=$RPM_BUILD_ROOT
45
46gzip -d man/*.gz
47install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog README TODO
55%attr(755,root,root) %{_bindir}/*
56%dir %{py_sitescriptdir}/%{name}
57%{py_sitescriptdir}/%{name}/*.py[co]
58%{py_sitescriptdir}/*.egg-info
59%{_mandir}/man1/clive.1*
This page took 0.077017 seconds and 4 git commands to generate.