From bf2e35fcc66d2a80d50f505e123dc74b4893e3e3 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:44:37 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/python-ZSI.manifest | 5 +++++ packaging/python-ZSI.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/python-ZSI.manifest diff --git a/packaging/python-ZSI.manifest b/packaging/python-ZSI.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-ZSI.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-ZSI.spec b/packaging/python-ZSI.spec index b5eefc9..e156b2f 100644 --- a/packaging/python-ZSI.spec +++ b/packaging/python-ZSI.spec @@ -21,6 +21,7 @@ Summary: Zolera SOAP Infrastructure License: Python Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/Z/ZSI/ZSI-2.1-a1.tar.gz +Source1001: python-ZSI.manifest BuildRequires: python-devel BuildRequires: fdupes BuildArch: noarch @@ -41,6 +42,7 @@ known limitation is that it cannot handle multi-dimensional arrays. %prep %setup -q -n ZSI-2.1-a1 +cp %{SOURCE1001} . find doc -type f -name .cvsignore -exec rm {} \; # Remove CVS files #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 @@ -54,6 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root,-) #%{_bindir}/wsdl2dispatch %{_bindir}/wsdl2py -- 2.7.4