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

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

================================
ORBit2:source=2.14.17-2 (previous: 2.14.17-1)
cvc rdiff ORBit2 -1 /weasel.rpath.org@wgl:3-devel/2.14.17-2
================================
2.14.17-2 Filip Brcic (brcha@xxxxxxx) Wed Jan 27 18:53:22 2010
    fixed recipe + metadata

ORBit2.recipe: changed
Index: ORBit2.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- ORBit2.recipe /weasel.rpath.org@wgl:3-devel/2.14.17-1
+++ ORBit2.recipe /weasel.rpath.org@wgl:3-devel/2.14.17-2
@@ -1,38 +1,33 @@
 #
-# 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
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
 loadSuperClass('gnomepackage')
-class ORBit2(GnomePackageRecipe):
+class Orbit2(GnomePackageRecipe):
     name = 'ORBit2'
     version = '2.14.17'
 
-    buildRequires = [ 'glib:devel', 'popt:devel', 'openssl:devel',
-        'libIDL:devel', ]
+    buildRequires = [
+        'libIDL:devel',
+        ]
 
-    if Arch.x86_64:
-        buildRequires.extend(['multiarch_wrapper:runtime'])
+    shortDesc  = 'CORBA ORB'
+    longDesc   = 'ORBit2 is a high-performance CORBA ORB'
+    url        = 'http://www.gnome.org/'
+    licenses   = [ 'GPL-2', 'LGPL-2' ]
+    categories = [ 'Gnome' ]
 
-    buildMultiarch = True
+    def unpack(r):
+        GnomePackageRecipe.unpack(r)
 
-    def post32bit(r):
-        r.Move('%(bindir)s/orbit2-config', '%(bindir)s/orbit2-config-32')
-        r.ComponentSpec('devel', '%(bindir)s/orbit2-config-32')
+        r.Replace('killall lt-timeout-server',
+                  'killall timeout-server',
+                  'test/timeout.sh')
 
-    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')
+    def policy(r):
+        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')
-



Committed by: brcha

Other related posts:

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