Name: tests Summary: Unit tests. Version: 0.1 Release: 1nxd Group: Development/Python Requires: ERP5 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 #---------------------------------------------------------------------- %post #---------------------------------------------------------------------- %build #---------------------------------------------------------------------- %install install -d $RPM_BUILD_ROOT/var/lib/zope/%{name}/ install %{name}-%{version}/* $RPM_BUILD_ROOT/var/lib/zope/%{name} %clean rm -rf $RPM_BUILD_ROOT #---------------------------------------------------------------------- %files %defattr(-,zope,zope,0755) /var/lib/zope/%{name}/ #---------------------------------------------------------------------- %changelog * Tue Dec 04 2005 Courteaud Romain 0.1-1mdk - First version