rpms/python-lxml/FC-4 python-lxml.spec,1.4,1.5

Shahms King (shahms) fedora-extras-commits at redhat.com
Fri Aug 11 15:13:57 UTC 2006


Author: shahms

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

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


Index: python-lxml.spec
===================================================================
RCS file: /cvs/extras/rpms/python-lxml/FC-4/python-lxml.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-lxml.spec	7 Jul 2006 18:23:08 -0000	1.4
+++ python-lxml.spec	11 Aug 2006 15:13:57 -0000	1.5
@@ -5,7 +5,7 @@
 
 Name:           python-%{srcname}
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -53,9 +53,12 @@
 %{python_sitearch}/lxml/*.so
 %{python_sitearch}/lxml/*.py
 %{python_sitearch}/lxml/*.pyc
-%ghost %{python_sitearch}/lxml/*.pyo
+%{python_sitearch}/lxml/*.pyo
 
 %changelog
+* Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 1.0.2-2
+- Include, don't ghost .pyo files per new guidelines
+
 * Fri Jul 07 2006 Shahms E. King <shahms at shahms.com> 1.0.2-1
 - Update to new upstream release
 




More information about the fedora-extras-commits mailing list