[weasel-commit] Source: pykickstart=1.48-1.1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 26 Jan 2010 07:37:06 -0500

================================
pykickstart:source=1.48-1.1 (previous: 1.48-1)
cvc rdiff pykickstart -1 
/foresight.rpath.org@fl:2//weasel.rpath.org@wgl:3-devel/1.48-1.1
================================
1.48-1.1 Filip Brcic (brcha@xxxxxxx) Tue Jan 26 07:36:55 2010
    fixed recipe and metadata

pykickstart.recipe: changed
Index: pykickstart.recipe
====================================================================
contents(size sha1)
inode(mtime owner group)
--- pykickstart.recipe 
/foresight.rpath.org@fl:2//weasel.rpath.org@wgl:3-devel/1.48-1
+++ pykickstart.recipe 
/foresight.rpath.org@fl:2//weasel.rpath.org@wgl:3-devel/1.48-1.1
@@ -1,17 +1,29 @@
 #
 # Copyright (c) 2006-2008 rPath, Inc.
+# Copyright (c) 2010      Weasel GNU/Linux
 # 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('rpmpackage')
-class Pykickstart(RPMPackageRecipe, BuildPackageRecipe):
+class Pykickstart(RPMPackageRecipe, CPackageRecipe):
     name = 'pykickstart'
     version = '1.48'
 
-    buildRequires = [ 'rhpl:python', 'urlgrabber:python', 'gettext:runtime', 
'python:devel' ]
+    buildRequires = [
+        'rhpl:python', 'urlgrabber:python', 'gettext:runtime', 'python:devel'
+        ]
 
     rpmRelease = '1.fc11'
+
+    shortDesc  = 'A python library for manipulating kickstart files'
+    longDesc   = """
+The pykickstart package is a python library for manipulating kickstart
+files.
+"""
+    url        = 'http://fedoraproject.org/wiki/pykickstart'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/Python' ]
 
     def setup(r):
         r.unpack()


pykickstart-1.48-1.fc11.src.rpm: new
pykickstart-1.48.tar.gz: removed

Committed by: brcha

Other related posts: