rpms/SOAPpy/devel SOAPpy.spec,1.3,1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed Sep 6 18:37:32 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/SOAPpy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15896

Modified Files:
	SOAPpy.spec 
Log Message:
Do not ghost pyo files


Index: SOAPpy.spec
===================================================================
RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SOAPpy.spec	30 Aug 2006 21:34:17 -0000	1.3
+++ SOAPpy.spec	6 Sep 2006 18:37:32 -0000	1.4
@@ -2,11 +2,11 @@
 
 Name:           SOAPpy
 Version:        0.11.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Full-featured SOAP library for Python
 Group:          Development/Languages
 License:        Python Software Foundation License
-URL:            http://pywebsvcs.sourceforge.net/
+URL:            http://pywebsvcs.sourceforge.net
 Source0:        http://dl.sourceforge.net/pywebsvcs/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -65,15 +65,18 @@
 %dir %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}/*.py
 %{python_sitelib}/%{name}/*.pyc
-%ghost %{python_sitelib}/%{name}/*.pyo
+%{python_sitelib}/%{name}/*.pyo
 
 %dir %{python_sitelib}/%{name}/wstools
 %{python_sitelib}/%{name}/wstools/*.py
 %{python_sitelib}/%{name}/wstools/*.pyc
-%ghost %{python_sitelib}/%{name}/wstools/*.pyo
+%{python_sitelib}/%{name}/wstools/*.pyo
 
 
 %changelog
+* Wed Sep 06 2006 Christopher Stone <chris.stone at gmail.com> 0.11.6-5
+- No longer %%ghost pyo files bug #205436
+
 * Wed Aug 30 2006 Christopher Stone <chris.stone at gmail.com> 0.11.6-4
 - FC6 Rebuild
 
@@ -81,11 +84,11 @@
 - Add Provides/Obsolete for python-SOAPpy
 
 * Mon Apr 17 2006 Christopher Stone <chris.stone at gmail.com> 0.11.6-2
-- Add docs directory to %doc
+- Add docs directory to %%doc
 - Remove PyXML BR
 - Removed executable bits from doc files
-- Added call to run test script in %check
-- Added examples to %doc
+- Added call to run test script in %%check
+- Added examples to %%doc
 
 * Sat Apr 11 2006 Christopher Stone <chris.stone at gmail.com> 0.11.6-1
 - Initial RPM release




More information about the scm-commits mailing list