rpms/python-cvstoys/FC-4 python-cvstoys.spec,1.1,1.2

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Fri Sep 8 04:25:24 UTC 2006


Author: mjk

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

Modified Files:
	python-cvstoys.spec 
Log Message:
don't ghost .pyo files



Index: python-cvstoys.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cvstoys/FC-4/python-cvstoys.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-cvstoys.spec	6 Jul 2006 19:35:29 -0000	1.1
+++ python-cvstoys.spec	8 Sep 2006 04:25:24 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           python-cvstoys
 Version:        1.0.10
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Collection of python tools for CVS
 
 Group:          Development/Tools
@@ -46,20 +46,20 @@
 %doc ChangeLog NEWS README
 %{_bindir}/*
 %dir %{python_sitelib}/cvstoys
-%{python_sitelib}/cvstoys/*.py
-%{python_sitelib}/cvstoys/*.pyc
-%{python_sitelib}/cvstoys/actions/*.py
-%{python_sitelib}/cvstoys/actions/*.pyc
-%{python_sitelib}/cvstoys/clients/*.py
-%{python_sitelib}/cvstoys/clients/*.pyc
+%{python_sitelib}/cvstoys/*.py*
+%{python_sitelib}/cvstoys/actions/*.py*
+%{python_sitelib}/cvstoys/clients/*.py*
 %{python_sitelib}/cvstoys/clients/recent_template.html
 %{python_sitelib}/cvstoys/plugins.tml
-%ghost %{python_sitelib}/cvstoys/*.pyo
-%ghost %{python_sitelib}/cvstoys/actions/*.pyo
-%ghost %{python_sitelib}/cvstoys/clients/*.pyo
 
 
 %changelog
+* Fri Sep 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 1.0.10-5
+- include .pyo files now. 
+
+* Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 1.0.10-4
+- Rebuild for FC6
+
 * Wed Jul 05 2006 Michael J. Knox <michael[AT]knox.net.nz> - 1.0.10-3
 - remove #! where its not needed. 
 




More information about the scm-commits mailing list