]> git.pld-linux.org Git - packages/clive.git/blobdiff - clive.spec
- updated to 2.2.3
[packages/clive.git] / clive.spec
index e2e1234401f7ca2e21552949f5d20af1397d4fe1..4973b85ee87b09114e3bec700890d37f5705ee95 100644 (file)
@@ -1,60 +1,76 @@
+#
+# TODO: fix patches
+#
+%include       /usr/lib/rpm/macros.perl
 Summary:       Video extraction utility for YouTube and Google Video
+Summary(hu.UTF-8):     Videó letöltő a YouTube és a Google Video oldalakról
 Summary(pl.UTF-8):     Narzędzie do wydobywania filmów z YouTube i Google Video
 Name:          clive
-Version:       0.3.1
-Release:       3
-License:       GPL
+Version:       2.2.3
+Release:       0.1
+License:       GPL v3+
 Group:         Applications/System
-Source0:       http://dl.gna.org/clive/0.3/src/%{name}-%{version}.tar.gz
-# Source0-md5: 2ba7b7ea3af64177fed7748e1736ce56
-Patch0:                %{name}-setup.patch
-URL:           http://home.gna.org/clive/
-BuildRequires: python-devel >= 1:2.5
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
-%pyrequires_eq python-libs
-Requires:      python-urlgrabber >= 2.9.9
+Source0:       http://clive.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5: e415e3572283dcad85badf8345872c24
+URL:           http://clive.sourceforge.net/
+#Patch0: %{name}-delfi.patch
+#Patch1: %{name}-reporter.patch
+#Patch2: %{name}-spz.patch
+BuildRequires: perl-tools-pod
+BuildRequires: rpm-perlprov >= 4.1-13
+Requires:      perl-BerkeleyDB >= 0.34
+Requires:      perl-Class-Singleton
+Requires:      perl-Config-Tiny >= 2.12
+Requires:      perl-Getopt-ArgvFile
+Requires:      perl-HTML-TokeParser-Simple >= 2.37
+Requires:      perl-IO-Pager >= 0.05
+Requires:      perl-WWW-Curl >= 4.0.5
+Requires:      perl-XML-Simple >= 2.18
+Requires:      perl-base >= 1:5.8.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-clive is a command line program that extracts videos from YouTube,
-Google Video and Dailymotion websites. It supports embedded video
-extraction, and can be used with an external encoder (e.g. ffmpeg) to
-re-encode the extracted videos to different video formats (e.g. AVI,
-MPEG, flv).
+clive is a video extraction tool for user-uploaded video hosts such as
+Youtube, Google Video, Dailymotion, Guba and Metacafe. It can be
+chained with 3rd party tools for subsequent video re-encoding and
+playing and playing.
+
+%description -l hu.UTF-8
+clive egy videó letöltő eszköz felhasználó által feltöltött
+videó oldalakhoz, úgymint a YouTube, Google Video, Dailymotion, Guba
+és Metacafe. Külső eszközökkel összekapcsolható, videó
+újrakódolásához és lejátszásához.
 
 %description -l pl.UTF-8
-clive to działający z linii poleceń program do wydobywania filmów z
-serwisów YouTube, Google Video i Dailymotion. Obsługuje wyciąganie
-osadzonych filmów i może być używany zewnętrznym koderem (np.
-ffmpegiem) do przekodowywania wyciągniętych filmów do innych formatów
-(np. AVI, MPEG, flv).
+clive to działający z linii poleceń program do wydobywania filmów
+z serwisów YouTube, Google Video i Dailymotion. Obsługuje
+wyciąganie osadzonych filmów i może być używany wraz z
+zewnętrznym koderem (np. ffmpegiem) do przekodowywania
+wyciągniętych filmów do innych formatów (np. AVI, MPEG, flv).
 
 %prep
 %setup -q
-%patch0 -p1
-%{__gzip} -d man/*.gz
+#%%patch0 -p1
+#%%patch1 -p1
+#%%patch2 -p1
 
 %build
-python setup.py build
+pod2man bin/clive > clive.1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
-       --optimize=2 \
-       --root=$RPM_BUILD_ROOT
-
-%py_postclean
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{perl_vendorlib}/clive}
+install bin/%{name} $RPM_BUILD_ROOT%{_bindir}
+cp -a clive.1 $RPM_BUILD_ROOT%{_mandir}/man1
+cp -r lib/clive/* $RPM_BUILD_ROOT%{perl_vendorlib}/clive
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) %{_bindir}/*
-%dir %{py_sitescriptdir}/%{name}
-%{py_sitescriptdir}/%{name}/*.py[co]
-%{py_sitescriptdir}/*.egg-info
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/clive
+%{perl_vendorlib}/clive
 %{_mandir}/man1/clive.1*
This page took 0.113998 seconds and 4 git commands to generate.