[Erp5-report] r37551 lucas - /erp5/trunk/utils/rpmgen/templates/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 5 15:45:58 CEST 2010


Author: lucas
Date: Thu Aug  5 15:45:57 2010
New Revision: 37551

URL: http://svn.erp5.org?rev=37551&view=rev
Log:
Some directoties have been replaced by eggs files, and this break upgrade of terminal.

Modified:
    erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in

Modified: erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in?rev=37551&r1=37550&r2=37551&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] Thu Aug  5 15:45:57 2010
@@ -50,3 +50,9 @@ find %{installdir} -name '*.pyc' -delete
 
 %clean
 %{__rm} -rf %{buildroot} %{installdir}
+
+%pre
+if [ -d %{install_dir}/eggs/ClientForm-0.2.10-py2.4.egg ]; then
+  %{__rm} -rf %{install_dir}/eggs/ClientForm-0.2.10-py2.4.egg
+fi
+

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in?rev=37551&r1=37550&r2=37551&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] Thu Aug  5 15:45:57 2010
@@ -66,3 +66,8 @@ chown erp5 server.key
 
 %clean
 %{__rm} -rf %{buildroot} %{installdir}
+
+%pre
+if [ -d %{install_dir}/eggs/elementtree-1.2.7_20070827_preview-py2.4.egg ]; then
+  %{__rm} -rf %{install_dir}/eggs/elementtree-1.2.7_20070827_preview-py2.4.egg
+fi




More information about the Erp5-report mailing list