rpms/python-clientform/FC-4 .cvsignore, 1.2, 1.3 python-clientform.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri May 12 22:28:17 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-clientform/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18983/FC-4

Modified Files:
	.cvsignore python-clientform.spec sources 
Log Message:
Bump FC5 and FC4 branches to 0.2.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Nov 2005 13:45:32 -0000	1.2
+++ .cvsignore	12 May 2006 22:28:17 -0000	1.3
@@ -1 +1 @@
-ClientForm-0.1.17.tar.gz
+ClientForm-0.2.2.tar.gz


Index: python-clientform.spec
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/FC-4/python-clientform.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-clientform.spec	2 Nov 2005 13:45:32 -0000	1.1
+++ python-clientform.spec	12 May 2006 22:28:17 -0000	1.2
@@ -1,18 +1,18 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-clientform
-Version:        0.1.17
-Release:        3%{?dist}
+Version:        0.2.2
+Release:        4%{?dist}
 Summary:        Python module for client-side HTML forms
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://wwwsearch.sourceforge.net/ClientForm/
-Source0:        http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-0.1.17.tar.gz
+Source0:        http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python
+BuildRequires:  python, python-setuptools
 
 %description
 ClientForm is a Python module for handling HTML forms on the client side,
@@ -30,7 +30,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --single-version-externally-managed -O1 \
+                             --skip-build --root $RPM_BUILD_ROOT
 
  
 %clean
@@ -39,12 +40,27 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING ChangeLog README.txt
-%{python_sitelib}/ClientForm.py
-%{python_sitelib}/ClientForm.pyc
+%doc COPYING.txt GeneralFAQ.html README.txt README.html examples
+%{python_sitelib}/*
 %ghost %{python_sitelib}/ClientForm.pyo
 
 %changelog
+* Thu May 11 2006 Luke Macken <lmacken at redhat.com> 0.2.2-4
+- Install with --single-version-externally-managed flag
+- Add a few more docs
+
+* Thu May 11 2006 Luke Macken <lmacken at redhat.com> 0.2.2-3
+- Add python-setuptools to BuildRequires
+
+* Thu May 11 2006 Luke Macken <lmacken at redhat.com> 0.2.2-2
+- Fix version in Source0
+
+* Thu May 11 2006 Luke Macken <lmacken at redhat.com> 0.2.2-1
+- Bump to 0.2.2
+
+* Tue Feb 14 2006 Josh Boyer <jwboyer at jdub.homelinux.org> 0.1.17-4
+- Bump for FE5 rebuild
+
 * Sun Oct 30 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 0.1.17-3
 - Fix up review comments
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Nov 2005 13:45:32 -0000	1.2
+++ sources	12 May 2006 22:28:17 -0000	1.3
@@ -1 +1 @@
-0aa01b3ebcdf800d7ec07c86c7e60b38  ClientForm-0.1.17.tar.gz
+2aaff3f85450120b0d3875a221b3cc6e  ClientForm-0.2.2.tar.gz




More information about the scm-commits mailing list