Name: SOAPSupport Summary: Basic SOAP support for Zope Version: 0.6 Release: 1nxd Group: Development/Python Requires: zope python-soap License: GPL URL: http://www.erp5.org Packager: Alexandre Boeglin BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir Buildarch: noarch Source: %{name}-%{version}.tar.gz Patch0: SOAPSupport-%{version}-nxd.patch #---------------------------------------------------------------------- %description Basic SOAP support for Zope #---------------------------------------------------------------------- %prep %setup -n %{name} %patch -p1 #---------------------------------------------------------------------- %build #---------------------------------------------------------------------- %install install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install *.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install *.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install *.wstools $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install dtml/* $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/icons install icons/* $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/icons install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/test install test/* $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/test %clean rm -rf $RPM_BUILD_ROOT #---------------------------------------------------------------------- %files %defattr(-,zope,zope,0755) %doc README.txt license.txt version.txt %{_libdir}/zope/lib/python/Products/%{name}/ #---------------------------------------------------------------------- %changelog * Mon Oct 17 2005 Alexandre Boeglin 0.6-1nxd - Updated to SOAPSupport 0.6 * Wed Sep 07 2005 Alexandre Boeglin 0.5-3nxd - Localizer can also contain the iHotfix processInputs patch. Added * Wed Sep 07 2005 Alexandre Boeglin 0.5-2nxd - previous patch assumed iHotfix is always there. Fixed * Mon Aug 29 2005 Alexandre Boeglin 0.5-1nxd - First version