summaryrefslogtreecommitdiff
path: root/python-suds.spec
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2009-08-20 00:48:47 +0000
committerjortel <devnull@localhost>2009-08-20 00:48:47 +0000
commit2402892309c6bd9c25cedd70411b91b68855df4f (patch)
tree9024d2e932e227f322e15bb53939453f013d034e /python-suds.spec
parent3e42d7c33ec60b8f577824ca3ed312e83a7339bc (diff)
downloadsuds-2402892309c6bd9c25cedd70411b91b68855df4f.tar.gz
Refactor bindings/marshaller.py into the marshaller XML (mx) package; refactor the bindings/unmarshaller.py into the unmarshaller XML (umx) package. The primary reason for refactoring is the current modules really contain too many classes. So, this is just to clean things up.
Diffstat (limited to 'python-suds.spec')
-rw-r--r--python-suds.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/python-suds.spec b/python-suds.spec
index d420740..d2dba55 100644
--- a/python-suds.spec
+++ b/python-suds.spec
@@ -41,11 +41,15 @@ rm -rf $RPM_BUILD_ROOT
%dir %{python_sitelib}/suds/bindings
%dir %{python_sitelib}/suds/sax
%dir %{python_sitelib}/suds/xsd
+%dir %{python_sitelib}/suds/mx
+%dir %{python_sitelib}/suds/umx
%dir %{python_sitelib}/suds/transport
%{python_sitelib}/suds/*.py*
%{python_sitelib}/suds/bindings/*.py*
%{python_sitelib}/suds/sax/*.py*
%{python_sitelib}/suds/xsd/*.py*
+%{python_sitelib}/suds/mx/*.py*
+%{python_sitelib}/suds/umx/*.py*
%{python_sitelib}/suds/transport/*.py*
%doc README LICENSE