[weasel-commit] Source: kudzu=1.2.85-2.1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 23 Jan 2010 09:47:12 -0500

================================
kudzu:source=1.2.85-2.1 (previous: 1.2.85-2)
cvc rdiff kudzu -1 
/foresight.rpath.org@fl:2//weasel.rpath.org@wgl:3-devel/1.2.85-2.1
================================
1.2.85-2.1 Filip Brcic (brcha@xxxxxxx) Sat Jan 23 09:47:02 2010
    fixed recipe and metadata

kudzu.recipe: changed
Index: kudzu.recipe
====================================================================
contents(size sha1)
inode(mtime owner group)
--- kudzu.recipe 
/foresight.rpath.org@fl:2//weasel.rpath.org@wgl:3-devel/1.2.85-2
+++ kudzu.recipe 
/foresight.rpath.org@fl:2//weasel.rpath.org@wgl:3-devel/1.2.85-2.1
@@ -4,8 +4,9 @@
 # A copy is available at http://www.rpath.com/permanent/mit-license.html
 #
 
+loadInstalled('python')
 loadSuperClass('rpmpackage')
-class Kudzu(RPMPackageRecipe, CPackageRecipe):
+class Kudzu(RPMPackageRecipe, CPackageRecipe, Python.VersionMixIn):
     name = 'kudzu'
     version = '1.2.85'
     rpmRelease = '2'
@@ -14,7 +15,13 @@
     buildRequires = [ 'newt:devel', 'gettext:runtime', 'pciutils:devel',
         'python:devel', 'popt:devel', 'zlib:devel', ]
 
+    shortDesc  = 'Red Hat Hardware detection tools'
+    url        = 'http://rhlinux.redhat.com/kudzu/'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'System' ]
+
     def setup(r):
+        r.setDefaultPython()
         r.unpack()
         r.addPatch('kudzu-python-version.patch')
 



Committed by: brcha

Other related posts: