]> git.pld-linux.org Git - packages/clive.git/commitdiff
- update to 0.4.10
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 25 Apr 2008 20:40:33 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- they put automake just to build bundled newt, and we don't use it sigh

Changed files:
    clive.spec -> 1.18

clive.spec

index fabefe405c8e0464c228daccc9711a8dd6cd11b5..655487e99ce048be29d554d6779c5d8ab4e95e40 100644 (file)
@@ -1,30 +1,33 @@
 Summary:       Video extraction utility for YouTube and Google Video
 Summary(pl.UTF-8):     Narzędzie do wydobywania filmów z YouTube i Google Video
 Name:          clive
-Version:       0.4.6
-Release:       1
+Version:       0.4.10
+Release:       0.12
 License:       GPL v2+
 Group:         Applications/System
-Source0:       http://dl.gna.org/clive/0.4/src/%{name}-%{version}.tar.gz
-# Source0-md5: c77e912d831e57af2b424811337b62ba
+Source0:       http://dl.sourceforge.net/clive/%{name}-%{version}.tar.bz2
+# Source0-md5: f6aec28af6b7794e2c4c833d80c8284a
 Patch0:                %{name}-setup.patch
 Patch1:                %{name}-delfi.patch
 Patch2:                %{name}-spz.patch
 URL:           http://home.gna.org/clive/
-BuildRequires: python-devel >= 1:2.5
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: python-devel >= 1:2.4
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq python-libs
-Requires:      python-urlgrabber >= 2.9.9
+Requires:      python >= 2.4
+Requires:      python-feedparser >= 3.3
+Requires:      python-snack >= 0.51
+Requires:      python-urlgrabber >= 3.0.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 pl.UTF-8
 clive to działający z linii poleceń program do wydobywania filmów z
@@ -35,18 +38,34 @@ ffmpegiem) do przekodowywania wyciągniętych filmów do innych formatów
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1
+
+#rm -rf src/clive/{urlgrabber,feedparser,newt}
+
+%{__sed} -i -e 's,\(SUBDIRS = \)urlgrabber feedparser newt,\1,' src/clive/Makefile.am
+rm -f configure aclocal.m4
+%{__sed} -i -e 's,\(from\|import\) clive.\(newt\|urlgrabber\),\1 \2,' src/clive/*.py
+%{__sed} -i -e 's,from clive\.feedparser ,,' src/clive/*.py
+%{__sed} -i -e 's,\(import\) clive\.feedparser\.,\1 ,' src/clive/*.py
+
 
 %build
-python setup.py build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --host=%{_arch}-pld-linux \
+       --build=%{_arch}-pld-linux \
+       --without-newt
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
-       --optimize=2 \
-       --root=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %py_postclean
 
@@ -59,5 +78,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/clive
 %dir %{py_sitescriptdir}/%{name}
 %{py_sitescriptdir}/%{name}/*.py[co]
+
+%if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/clive-*.egg-info
+%endif
 %{_mandir}/man1/clive.1*
This page took 0.169132 seconds and 4 git commands to generate.