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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Aug 14 04:45:03 UTC 2006


Author: lmacken

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

Modified Files:
	python-clientform.spec 
Log Message:
* Mon Aug 14 2006 Luke Macken <lmacken at redhat.com> 0.2.2-5
- Include .pyo files instead of ghosting them




Index: python-clientform.spec
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-clientform.spec	11 May 2006 15:10:01 -0000	1.8
+++ python-clientform.spec	14 Aug 2006 04:45:03 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name:           python-clientform
 Version:        0.2.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python module for client-side HTML forms
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python, python-setuptools
+BuildRequires:  python-setuptools
 
 %description
 ClientForm is a Python module for handling HTML forms on the client side,
@@ -41,10 +41,15 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING.txt GeneralFAQ.html README.txt README.html examples
-%{python_sitelib}/*
-%ghost %{python_sitelib}/ClientForm.pyo
+%{python_sitelib}/ClientForm.py
+%{python_sitelib}/ClientForm.pyc
+%{python_sitelib}/ClientForm.pyo
+%{python_sitelib}/ClientForm-%{version}-py2.4.egg-info
 
 %changelog
+* Mon Aug 14 2006 Luke Macken <lmacken at redhat.com> 0.2.2-5
+- Include .pyo files instead of ghosting them
+
 * 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




More information about the scm-commits mailing list