Name: ERP5Compatibility Summary: Compatibility with older ERP5 Version: 0.1 Release: 4mdk Group: Development/Python Requires: zope License: GPL URL: http://www.erp5.org Packager: Sebastien Robin <seb@nexedi.com> BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir Buildarch: noarch Source: %{name}-%{version}.tar.bz2 #---------------------------------------------------------------------- %description This zope Products allows to be compatible with old ZODB. This is only needed for people who are using ERP5 before the time it was splitted in many products. 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}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ %clean rm -rf $RPM_BUILD_ROOT #---------------------------------------------------------------------- %files %defattr(-,zope,zope,0755) %doc VERSION.txt %{_libdir}/zope/lib/python/Products/%{name}/ #---------------------------------------------------------------------- %changelog * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-4mdk - New release before Mandrake 10 * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk - Changed permissions on files * Wed Sep 05 2003 Sebastien Robin <seb@nexedi.com> 0.1-2mdk - Update spec in order to follows Mandrake Rules * Mon May 12 2003 Sebastien Robin <seb@nexedi.com> 0.1-1nxd - Create the spec file