[Erp5-report] r34012 lucas - /erp5/trunk/utils/rpmgen/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 23 16:42:16 CET 2010


Author: lucas
Date: Tue Mar 23 16:42:15 2010
New Revision: 34012

URL: http://svn.erp5.org?rev=34012&view=rev
Log:
it must create application spec file.

Modified:
    erp5/trunk/utils/rpmgen/buildout.cfg

Modified: erp5/trunk/utils/rpmgen/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/buildout.cfg?rev=34012&r1=34011&r2=34012&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/buildout.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/buildout.cfg [utf8] Tue Mar 23 16:42:15 2010
@@ -2,6 +2,7 @@
 parts =
   checkout
   create-software-mandriva-spec
+  create-application-mandriva-spec
 develop =
   recipes/createmandrivaspec
 
@@ -16,7 +17,7 @@
 input = templates/${:base}.in
 output = specs/${:base}
 
-version = ${checkout:location}/VERSION.txt
+version = 5.4.6
 release = 001
 helper_script = ${checkout:location}/helpers/mandriva2010.0.sh
 find_provides = ${buildout:directory}/find_provides.sh
@@ -30,7 +31,7 @@
 input = templates/${:base}.in
 output = specs/${:base}
 
-version = ${checkout:location}/VERSION.txt
+version = 5.4.6
 release = 001
 helper_script = ${buildout:directory}/tiolive-application-helper.sh
 find_provides = ${buildout:directory}/find_provides.sh




More information about the Erp5-report mailing list