[Erp5-report] r37726 lucas - in /erp5/trunk/utils/rpmgen/profiles: fedora12.cfg fedora13.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 11 20:31:18 CEST 2010


Author: lucas
Date: Wed Aug 11 20:31:15 2010
New Revision: 37726

URL: http://svn.erp5.org?rev=37726&view=rev
Log:
Restored default values for name, version and release. Each property is always replaced by buildout.

Modified:
    erp5/trunk/utils/rpmgen/profiles/fedora12.cfg
    erp5/trunk/utils/rpmgen/profiles/fedora13.cfg

Modified: erp5/trunk/utils/rpmgen/profiles/fedora12.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/fedora12.cfg?rev=37726&r1=37725&r2=37726&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/fedora12.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/fedora12.cfg [utf8] Wed Aug 11 20:31:15 2010
@@ -13,12 +13,12 @@ urls =
 
 [create-software-fedora-spec]
 recipe = createmandrivaspec
-name = erp5-5.4.6
+name = erp5-official-buildout
 input = templates/${:base}.in
 output = specs/${:base}
 
-version = 5.4.6
-release = 002
+version = ${checkout:location}/VERSION.txt
+release = 001
 helper_script = ${checkout:location}/helpers/fedora.sh
 base = erp5-official-buildout-fedora.spec
 requires_i586 = /usr/bin/env
@@ -454,8 +454,8 @@ name = tiolive-application
 input = templates/${:base}.in
 output = specs/${:base}
 find_provides = ${buildout:directory}/find_provides.sh
-version = 5.4.6
-release = 002
+version = ${checkout:location}/VERSION.txt 
+release = 001
 softwarehome = /opt/erp5/${:version}
 softwarename = ${create-software-fedora-spec:name}
 base = tiolive-application-buildout-fedora.spec

Modified: erp5/trunk/utils/rpmgen/profiles/fedora13.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/fedora13.cfg?rev=37726&r1=37725&r2=37726&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/fedora13.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/fedora13.cfg [utf8] Wed Aug 11 20:31:15 2010
@@ -13,12 +13,12 @@ urls =
 
 [create-software-fedora-spec]
 recipe = createmandrivaspec
-name = erp5-5.4.6
+name = erp5-official-buildout
 input = templates/${:base}.in
 output = specs/${:base}
 
-version = 5.4.6
-release = 002
+version = ${checkout:location}/VERSION.txt
+release = 001
 helper_script = ${checkout:location}/helpers/fedora.sh
 base = erp5-official-buildout-fedora.spec
 requires_i586 = 
@@ -31,8 +31,8 @@ name = tiolive-application
 input = templates/${:base}.in
 output = specs/${:base}
 find_provides = ${buildout:directory}/find_provides.sh
-version = 5.4.6
-release = 002
+version = ${checkout:location}/VERSION.txt
+release = 001
 softwarehome = /opt/erp5/${:version}
 softwarename = ${create-software-fedora-spec:name}
 base = tiolive-application-buildout-fedora.spec




More information about the Erp5-report mailing list