Name: ERP5SOAPInterface Summary: SOAP Interface. Version: 0.1 Release: 1nxd Group: Development/Python Requires: zope, SOAPSupport, python-fpconst, python-soap License: GPL URL: http://www.erp5.org Packager: Courteaud Romain BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir Buildarch: noarch Source: %{name}-%{version}.tar.bz2 #---------------------------------------------------------------------- %description ERP5 is a Zope framework which allows to implement ERP software. It includes a Rapid Application Development system and a Universal Business Model which together allow to model any business process in very short time. http://www.erp5.org #---------------------------------------------------------------------- %prep rm -rf $RPM_BUILD_ROOT %setup -a 0 #---------------------------------------------------------------------- %build #---------------------------------------------------------------------- %install install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install %{name}-%{version}/Document/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Tool install %{name}-%{version}/Tool/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Tool %clean rm -rf $RPM_BUILD_ROOT #---------------------------------------------------------------------- %files %defattr(-,zope,zope,0755) %{_libdir}/zope/lib/python/Products/%{name}/ #---------------------------------------------------------------------- %changelog * Sun Dec 04 2005 Courteaud Romain 0.1-1.nxd - First release.