rpms/clive/F-9 .cvsignore, 1.7, 1.8 clive.spec, 1.6, 1.7 sources, 1.7, 1.8

Nicoleau Fabien eponyme at fedoraproject.org
Sun Jan 18 18:38:12 UTC 2009


Author: eponyme

Update of /cvs/pkgs/rpms/clive/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26684

Modified Files:
	.cvsignore clive.spec sources 
Log Message:
Update to 2.1.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/clive/F-9/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Nov 2008 22:33:22 -0000	1.7
+++ .cvsignore	18 Jan 2009 18:37:42 -0000	1.8
@@ -1 +1 @@
-clive-1.0.2.tar.bz2
+clive-2.1.3.tar.bz2


Index: clive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clive/F-9/clive.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clive.spec	4 Nov 2008 22:33:22 -0000	1.6
+++ clive.spec	18 Jan 2009 18:37:42 -0000	1.7
@@ -1,21 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:           clive
-Version:        1.0.2
+Version:        2.1.3
 Release:        1%{?dist}
 Summary:        Video extraction tool for user-uploaded video hosts
 
 Group:          Applications/Multimedia
-License:        GPLv3+
-URL:            http://%{name}.sourceforge.net/
-Source0:        http://dl.gna.org/%{name}/1.0.x/%{name}-%{version}.tar.bz2
+License:        ISC
+URL:            http://code.google.com/p/%{name}/
+Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-Requires:       newt-python
-Requires:       python-crypto 
-Requires:       python-feedparser
-Requires:       python-urlgrabber
 
 %description
 clive is a video extraction tool for user-uploaded video hosts such as Youtube,
@@ -28,14 +22,14 @@
 
 
 %build
-%configure
-make
-
+pod2man clive > clive.1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+install -pm 755 %{name} $RPM_BUILD_ROOT%{_bindir}
+install -pm 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,17 +37,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING INSTALL README TODO ChangeLog NEWS CHANGES HACKING
-%dir %{python_sitelib}/%{name}
+%doc AUTHORS CHANGES configrc INSTALL TODO LICENSE
 %{_bindir}/%{name}
-%{_bindir}/%{name}-passwd
-%{python_sitelib}/%{name}/*.py
-%{python_sitelib}/%{name}/*.pyc
-%{python_sitelib}/%{name}/*.pyo
-%{_mandir}/man?/%{name}*
-
+%{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Thu Jan 15 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 2.1.3-1
+- Rebuild for 2.1.3
+- License update
+* Wed Dec 31 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 2.1.2-1
+- Rebuild for 2.1.2
+- URLs update
+* Wed Dec  3 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 2.1.0-1
+- Rebuild for 2.1.0
 * Sun Nov  2 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 1.0.2-1
 - Rebuild for 1.0.2
 * Wed Jul 30 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.4.20-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/clive/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Nov 2008 22:33:22 -0000	1.7
+++ sources	18 Jan 2009 18:37:42 -0000	1.8
@@ -1 +1 @@
-ff617c65ba447bf2f3ef050d02a93dd3  clive-1.0.2.tar.bz2
+3e1cbaa365f0c0e09839dbcb85ab8415  clive-2.1.3.tar.bz2




More information about the scm-commits mailing list