[weasel-commit] Source: libpciaccess=0.10.9-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 07 Jan 2010 16:42:13 -0500

================================
libpciaccess:source=0.10.9-1 (previous: 0.10.6-1)
cvc rdiff libpciaccess -1 /weasel.rpath.org@wgl:3-devel/0.10.9-1
================================
0.10.9-1 Filip Brcic (brcha@xxxxxxx) Thu Jan  7 16:42:08 2010
    version bump + metadata

libpciaccess-0.10.9.tar.bz2: new
libpciaccess.recipe: changed
Index: libpciaccess.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- libpciaccess.recipe /weasel.rpath.org@wgl:3-devel/0.10.6-1
+++ libpciaccess.recipe /weasel.rpath.org@wgl:3-devel/0.10.9-1
@@ -1,13 +1,24 @@
 #
-# Copyright (c) 2005-2006 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@xxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
-loadSuperClass('xorgpackage.recipe')
-class LibPciAccess(XorgPackageRecipe):
+loadSuperClass('xorgcpackage')
+class Libpciaccess(XorgCPackageRecipe):
     name = 'libpciaccess'
-    version = '0.10.6'
+    version = '0.10.9'
     component = 'lib'
 
-    buildRequires = [ 'pciutils:devel' ]
+    buildRequires = [
+        'pciutils:devel', 
+        ]
+
+    shortDesc  = 'Library providing generic access to the PCI bus and devices'
+    url        = 'http://xorg.freedesktop.org/'
+    licenses   = [ 'MIT' ]
+    categories = [ 'X' ]
+
+    extraConfig = ' --with-pciids-path=%(datadir)s/misc'
+
+    def policy(r):
+        r.Install('src/.libs/scanpci', '%(bindir)s/')


libpciaccess-0.10.6.tar.bz2: removed

Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: libpciaccess=0.10.9-1 - rbuilder