rpms/clive/devel .cvsignore, 1.6, 1.7 clive.spec, 1.5, 1.6 sources, 1.6, 1.7

Nicoleau Fabien eponyme at fedoraproject.org
Tue Nov 4 22:27:27 UTC 2008


Author: eponyme

Update of /cvs/pkgs/rpms/clive/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25862

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/clive/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	30 Jul 2008 17:35:26 -0000	1.6
+++ .cvsignore	4 Nov 2008 22:26:56 -0000	1.7
@@ -1 +1 @@
-clive-0.4.20.tar.bz2
+clive-1.0.2.tar.bz2


Index: clive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clive/devel/clive.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- clive.spec	30 Jul 2008 17:35:26 -0000	1.5
+++ clive.spec	4 Nov 2008 22:26:56 -0000	1.6
@@ -1,21 +1,19 @@
 %{!?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 20
 Name:           clive
-Version:        %{major_version}.%{minor_version}
+Version:        1.0.2
 Release:        1%{?dist}
 Summary:        Video extraction tool for user-uploaded video hosts
 
 Group:          Applications/Multimedia
 License:        GPLv3+
-URL:            http://home.gna.org/%{name}/
-Source0:        http://download.gna.org/%{name}/%{major_version}/src/%{name}-%{version}.tar.bz2
+URL:            http://%{name}.sourceforge.net/
+Source0:        http://dl.gna.org/%{name}/1.0.x/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       newt-python
-Requires:       xclip
+Requires:       python-crypto 
 Requires:       python-feedparser
 Requires:       python-urlgrabber
 
@@ -30,15 +28,12 @@
 
 
 %build
-%configure --with-installed-urlgrabber --with-installed-feedparser --with-installed-newt
+%configure
 make
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# used to have lib64 on x86_64 instead of lib
-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
 
 
@@ -48,9 +43,10 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING INSTALL README TODO ChangeLog NEWS
+%doc AUTHORS COPYING INSTALL README TODO ChangeLog NEWS CHANGES HACKING
 %dir %{python_sitelib}/%{name}
 %{_bindir}/%{name}
+%{_bindir}/%{name}-passwd
 %{python_sitelib}/%{name}/*.py
 %{python_sitelib}/%{name}/*.pyc
 %{python_sitelib}/%{name}/*.pyo
@@ -58,6 +54,8 @@
 
 
 %changelog
+* 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
 - rebuild for 0.4.20
 - licence is now GPLv3+


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/clive/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	30 Jul 2008 17:35:26 -0000	1.6
+++ sources	4 Nov 2008 22:26:56 -0000	1.7
@@ -1 +1 @@
-ffa5256d29f807ef8a54053e27ffac34  clive-0.4.20.tar.bz2
+ff617c65ba447bf2f3ef050d02a93dd3  clive-1.0.2.tar.bz2




More information about the scm-commits mailing list