[Erp5-report] r35076 lucas - /erp5/trunk/utils/rpmgen/profiles/opensuse.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 7 01:01:53 CEST 2010


Author: lucas
Date: Fri May  7 01:01:51 2010
New Revision: 35076

URL: http://svn.erp5.org?rev=35076&view=rev
Log:
Added profile for openSUSE 11.2

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

Added: erp5/trunk/utils/rpmgen/profiles/opensuse.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/opensuse.cfg?rev=35076&view=auto
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/opensuse.cfg (added)
+++ erp5/trunk/utils/rpmgen/profiles/opensuse.cfg [utf8] Fri May  7 01:01:51 2010
@@ -1,0 +1,41 @@
+[buildout]
+parts =
+  checkout
+  create-software-opensuse-spec
+  create-application-opensuse-spec
+develop =
+  recipes/createmandrivaspec
+
+[checkout]
+recipe = infrae.subversion
+urls =
+  https://svn.erp5.org/repos/public/erp5/trunk/buildout .
+
+[create-software-opensuse-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/opensuse.sh
+find_provides = ${buildout:directory}/find_provides.sh
+
+# only a helper variable
+base = erp5-official-buildout-opensuse11.2.spec
+
+[create-application-opensuse-spec]
+recipe = createmandrivaspec
+name = tiolive-application
+input = templates/${:base}.in
+output = specs/${:base}
+
+version = ${checkout:location}/VERSION.txt
+release = 001
+find_provides = ${buildout:directory}/find_provides.sh
+softwarehome = /opt/erp5/${:version}
+softwarename = ${create-software-opensuse-spec:name}
+
+# only a helper variable
+base = tiolive-application-buildout-opensuse11.2.spec




More information about the Erp5-report mailing list