[Erp5-report] r37725 lucas - /erp5/trunk/utils/rpmgen/profiles/fedora13.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 11 20:25:22 CEST 2010


Author: lucas
Date: Wed Aug 11 20:25:18 2010
New Revision: 37725

URL: http://svn.erp5.org?rev=37725&view=rev
Log:
Sorry, I forgot to commit it on r37723. Created new profile for Fedora 13.

Added:
    erp5/trunk/utils/rpmgen/profiles/fedora13.cfg

Added: erp5/trunk/utils/rpmgen/profiles/fedora13.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/fedora13.cfg?rev=37725&view=auto
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/fedora13.cfg (added)
+++ erp5/trunk/utils/rpmgen/profiles/fedora13.cfg [utf8] Wed Aug 11 20:25:18 2010
@@ -0,0 +1,38 @@
+[buildout]
+parts =
+  checkout
+  create-software-fedora-spec
+  create-application-fedora-spec
+develop =
+  recipes/createmandrivaspec
+
+[checkout]
+recipe = infrae.subversion
+urls =
+  https://svn.erp5.org/repos/public/erp5/release/5.4.6 .
+
+[create-software-fedora-spec]
+recipe = createmandrivaspec
+name = erp5-5.4.6
+input = templates/${:base}.in
+output = specs/${:base}
+
+version = 5.4.6
+release = 002
+helper_script = ${checkout:location}/helpers/fedora.sh
+base = erp5-official-buildout-fedora.spec
+requires_i586 = 
+
+requires_x86_64 =
+   
+[create-application-fedora-spec]
+recipe = createmandrivaspec
+name = tiolive-application
+input = templates/${:base}.in
+output = specs/${:base}
+find_provides = ${buildout:directory}/find_provides.sh
+version = 5.4.6
+release = 002
+softwarehome = /opt/erp5/${:version}
+softwarename = ${create-software-fedora-spec:name}
+base = tiolive-application-buildout-fedora.spec




More information about the Erp5-report mailing list