summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-10 18:14:53 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-03-10 18:14:53 -0700
commit5b20a3c325978e76e209ba1613d32862f90c2b58 (patch)
tree4dd7e409b114e21b84fc48639d157f8c081a2845
parent8954503872ce41ad6b62bd4d64f9788b53f887f0 (diff)
downloadpython-ZSI-5b20a3c325978e76e209ba1613d32862f90c2b58.tar.gz
python-ZSI-5b20a3c325978e76e209ba1613d32862f90c2b58.tar.bz2
python-ZSI-5b20a3c325978e76e209ba1613d32862f90c2b58.zip
-rw-r--r--packaging/python-ZSI.changes3
-rw-r--r--packaging/python-ZSI.spec7
2 files changed, 6 insertions, 4 deletions
diff --git a/packaging/python-ZSI.changes b/packaging/python-ZSI.changes
new file mode 100644
index 0000000..e634440
--- /dev/null
+++ b/packaging/python-ZSI.changes
@@ -0,0 +1,3 @@
+* Sun Mar 10 2013 Anas Nashif <anas.nashif@intel.com> upstream/2.1.a1@8954503
+- initial import
+
diff --git a/packaging/python-ZSI.spec b/packaging/python-ZSI.spec
index 3eafb96..b5eefc9 100644
--- a/packaging/python-ZSI.spec
+++ b/packaging/python-ZSI.spec
@@ -42,9 +42,8 @@ known limitation is that it cannot handle multi-dimensional arrays.
%prep
%setup -q -n ZSI-2.1-a1
find doc -type f -name .cvsignore -exec rm {} \; # Remove CVS files
-rm doc/zsi.l2h~ # Remove backup file
-sed -i '1d' ZSI/{auth,client,digest_auth,dispatch,fault,generate/wsdl2dispatch,__init__,parse,resolvers,schema,ServiceContainer,TCapache,TCcompound,TCnumbers,TC,TCtimes,writer,wstools/c14n,wstools/__init__}.py # Remove she-bang line
-chmod -x doc/guide02-wsdl2py.tex # Remove executable bit from tex file
+#sed -i '1d' ZSI/{auth,client,digest_auth,dispatch,fault,generate/wsdl2dispatch,__init__,parse,resolvers,schema,ServiceContainer,TCapache,TCcompound,TCnumbers,TC,TCtimes,writer,wstools/c14n,wstools/__init__}.py # Remove she-bang line
+#chmod -x doc/guide02-wsdl2py.tex # Remove executable bit from tex file
%build
python setup.py build
@@ -56,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
-%{_bindir}/wsdl2dispatch
+#%{_bindir}/wsdl2dispatch
%{_bindir}/wsdl2py
%{python_sitelib}/*