[Erp5-report] r35407 lucas - /erp5/trunk/utils/rpmgen/profiles/fedora.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 18 00:11:59 CEST 2010


Author: lucas
Date: Tue May 18 00:11:58 2010
New Revision: 35407

URL: http://svn.erp5.org?rev=35407&view=rev
Log:
Added profile for fedora.

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

Added: erp5/trunk/utils/rpmgen/profiles/fedora.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/fedora.cfg?rev=35407&view=auto
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/fedora.cfg (added)
+++ erp5/trunk/utils/rpmgen/profiles/fedora.cfg [utf8] Tue May 18 00:11:58 2010
@@ -1,0 +1,35 @@
+[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/trunk/buildout .
+
+[create-software-fedora-spec]
+recipe = createmandrivaspec
+name = erp5-official-buildout
+input = templates/${:base}.in
+output = specs/${:base}
+
+version = ${checkout:location}/VERSION.txt
+release = 001
+helper_script = ${checkout:location}/helpers/fedora.sh
+base = erp5-official-buildout-fedora12.spec
+
+[create-application-fedora-spec]
+recipe = createmandrivaspec
+name = tiolive-application
+input = templates/${:base}.in
+output = specs/${:base}
+find_provides = ${buildout:directory}/find_provides.sh
+version = ${checkout:location}/VERSION.txt
+release = 001
+softwarehome = /opt/erp5/${:version}
+softwarename = ${create-software-fedora-spec:name}
+base = tiolive-application-buildout-fedora12.spec




More information about the Erp5-report mailing list