[weasel-commit] Source: ORBit2=2.14.17-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 27 Jan 2010 18:28:43 -0500

================================
ORBit2:source=2.14.17-1
cvc rdiff ORBit2 -1 /weasel.rpath.org@wgl:3-devel/2.14.17-1
================================
2.14.17-1 Filip Brcic (brcha@xxxxxxx) Wed Jan 27 18:28:34 2010
    Automatic promote by rBuild.

ORBit2.recipe: new
--- /dev/null
+++ ORBit2.recipe
@@ -0,0 +38 @@
+#
+# Copyright (c) 2004-2007 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+loadSuperClass('gnomepackage')
+class ORBit2(GnomePackageRecipe):
+    name = 'ORBit2'
+    version = '2.14.17'
+
+    buildRequires = [ 'glib:devel', 'popt:devel', 'openssl:devel',
+        'libIDL:devel', ]
+
+    if Arch.x86_64:
+        buildRequires.extend(['multiarch_wrapper:runtime'])
+
+    buildMultiarch = True
+
+    def post32bit(r):
+        r.Move('%(bindir)s/orbit2-config', '%(bindir)s/orbit2-config-32')
+        r.ComponentSpec('devel', '%(bindir)s/orbit2-config-32')
+
+    def install(r):
+        r.disableParallelMake()
+        GnomePackageRecipe.install(r)
+        
+        if Arch.x86_64:
+            r.Move('%(bindir)s/orbit2-config', '%(bindir)s/orbit2-config-64')
+            r.ComponentSpec('devel', '%(bindir)s/orbit2-config-64')
+            r.Symlink('%(bindir)s/multiarch_wrapper', 
'%(bindir)s/orbit2-config')
+            r.DanglingSymlinks(exceptions='%(bindir)s/orbit2-config')
+            
+        r.Remove('%(bindir)s/linc-cleanup-sockets')
+        r.ComponentSpec('devel', '%(bindir)s/orbit-idl-2',
+                        '%(bindir)s/ior-decode-2', '%(bindir)s/typelib-dump')
+        r.Requires('indent:runtime', '%(bindir)s/orbit-idl-2')
+

ORBit2-2.14.17.tar.bz2: new

Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: ORBit2=2.14.17-1 - rbuilder