[weasel-commit] Source: libIDL=0.8.13-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 26 Jan 2010 19:33:42 -0500

================================
libIDL:source=0.8.13-2 (previous: 0.8.13-1)
cvc rdiff libIDL -1 /weasel.rpath.org@wgl:3-devel/0.8.13-2
================================
0.8.13-2 Filip Brcic (brcha@xxxxxxx) Tue Jan 26 19:33:31 2010
    fixed recipe and metadata

libIDL.recipe: changed
Index: libIDL.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- libIDL.recipe /weasel.rpath.org@wgl:3-devel/0.8.13-1
+++ libIDL.recipe /weasel.rpath.org@wgl:3-devel/0.8.13-2
@@ -1,30 +1,27 @@
 #
-# 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 LibIDL(GnomePackageRecipe):
+class Libidl(GnomePackageRecipe):
     name = 'libIDL'
     version = '0.8.13'
 
-    buildRequires = [ 'pkg-config:devel', 'glib:devel', 'flex:runtime',
-                      'bison:runtime', 'install-info:runtime' ]
+    buildRequires = [
+        'bison:runtime', 'flex:runtime', 'install-info:runtime',
+        ]
 
-    if Arch.x86_64:
-        buildRequires.extend(['multiarch_wrapper:runtime'])
+    shortDesc  = 'IDL library'
+    longDesc   = 'CORBA tree builder'
+    url        = 'http://www.gnome.org/'
+    licenses   = [ 'LGPL-2' ]
+    categories = [ 'Development/Libraries', 'Gnome' ]
 
-    buildMultiarch = True
-
-    def post32bit(r):
-        r.Move('%(bindir)s/libIDL-config-2', '%(bindir)s/libIDL-config-2-32')
-        r.ComponentSpec('devel', '%(bindir)s/libIDL-config-2-32')
+    docs = [
+        'AUTHORS', 'BUGS', 'ChangeLog', 'HACKING', 'MAINTAINERS',
+        'NEWS', 'README',
+        ]
 
     def policy(r):
-        if Arch.x86_64:
-            r.Move('%(bindir)s/libIDL-config-2', 
'%(bindir)s/libIDL-config-2-64')
-            r.ComponentSpec('devel', '%(bindir)s/libIDL-config-2-64')
-            r.Symlink('%(bindir)s/multiarch_wrapper', 
'%(bindir)s/libIDL-config-2')
-            r.DanglingSymlinks(exceptions='%(bindir)s/libIDL-config-2')
         r.ComponentSpec('devel', '/usr/bin/libIDL-config-2')



Committed by: brcha

Other related posts: