Author: eponyme
Update of /cvs/pkgs/rpms/clive/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3718/F-9
Modified Files: .cvsignore sources Added Files: clive.spec import.log Log Message: New package
--- NEW FILE clive.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %define major_version 0.4 %define minor_version 16 Name: clive Version: %{major_version}.%{minor_version} Release: 3%{?dist} Summary: Video extraction tool for user-uploaded video hosts
Group: Applications/Multimedia License: GPLv2+ URL: http://home.gna.org/%%7Bname%7D/ Source0: http://download.gna.org/%%7Bname%7D/%%7Bmajor_version%7D/src/%%7Bname%7D-%%7... BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildRequires: python-devel Requires: newt-python Requires: xclip Requires: python-feedparser Requires: python-urlgrabber
%description clive is a video extraction tool for user-uploaded video hosts such as Youtube, Google Video, Dailymotion, Guba, Metacafe and Sevenload. It can be chained with 3rd party tools for subsequent video re-encoding and and playing.
%prep %setup -q
%build %configure --without-urlgrabber --without-feedparser --without-newt make
%install rm -rf $RPM_BUILD_ROOT sed -i -e s@"${exec_prefix}/lib/python2.5/site-packages"@$RPM_BUILD_ROOT/%{python_sitelib}@ Makefile sed -i -e s@"${prefix}/lib/python2.5/site-packages"@$RPM_BUILD_ROOT/%{python_sitelib}@ Makefile make install DESTDIR=$RPM_BUILD_ROOT
%clean rm -rf $RPM_BUILD_ROOT
%files %defattr(-,root,root,-) %doc AUTHORS COPYING INSTALL README TODO %dir %{python_sitelib}/%{name} %{_bindir}/%{name} %{python_sitelib}/%{name}/*.py %{python_sitelib}/%{name}/*.pyc %{python_sitelib}/%{name}/*.pyo %{_mandir}/man?/%{name}*
%changelog * Fri Jun 27 2008 Nicoleau Fabien nicoleau.fabien@gmail.com 0.4.16-3 - non-macro usage for commands * Wed Jun 25 2008 Nicoleau Fabien nicoleau.fabien@gmail.com 0.4.16-2 - Licence updated - smp_mflags removed * Sat Jun 21 2008 Nicoleau Fabien nicoleau.fabien@gmail.com 0.4.16-1 - Rebuild for 0.4.16 version * Tue Jun 10 2008 Nicoleau Fabien nicoleau.fabien@gmail.com 0.4.14-3 - add sed to use python_sitelib for Makefile * Mon Jun 9 2008 Nicoleau Fabien nicoleau.fabien@gmail.com 0.4.14-2 - Removed ffmpeg dependancy * Sun Jun 8 2008 Nicoleau Fabien nicoleau.fabien@gmail.com 0.4.14-1 - Initial build
--- NEW FILE import.log --- clive-0_4_16-3_fc9_eponyme:F-9:clive-0.4.16-3.fc9.eponyme.src.rpm:1214849387
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/clive/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Jun 2008 16:15:38 -0000 1.1 +++ .cvsignore 30 Jun 2008 18:10:24 -0000 1.2 @@ -0,0 +1 @@ +clive-0.4.16.tar.bz2
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/clive/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Jun 2008 16:15:38 -0000 1.1 +++ sources 30 Jun 2008 18:10:24 -0000 1.2 @@ -0,0 +1 @@ +89413f736339d5ca1876250a61feef44 clive-0.4.16.tar.bz2
scm-commits@lists.fedoraproject.org