rpms/python-clientform/devel python-clientform.spec,1.7,1.8

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu May 11 15:10:01 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-clientform/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20986

Modified Files:
	python-clientform.spec 
Log Message:
* 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



Index: python-clientform.spec
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-clientform.spec	11 May 2006 14:44:24 -0000	1.7
+++ python-clientform.spec	11 May 2006 15:10:01 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:           python-clientform
 Version:        0.2.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python module for client-side HTML forms
 
 Group:          Development/Languages
@@ -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,15 @@
 
 %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
 




More information about the fedora-extras-commits mailing list