rpms/python-cvstoys/devel python-cvstoys.spec,1.2,1.3

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


Author: mjk

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

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



Index: python-cvstoys.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cvstoys/devel/python-cvstoys.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-cvstoys.spec	1 Sep 2006 02:55:19 -0000	1.2
+++ python-cvstoys.spec	8 Sep 2006 04:22:53 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           python-cvstoys
 Version:        1.0.10
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Collection of python tools for CVS
 
 Group:          Development/Tools
@@ -46,20 +46,17 @@
 %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
 




More information about the fedora-extras-commits mailing list