[weasel-commit] Source: rpath-product-definition=4.0.1.b8422bdc5e88-0.0.1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 11 Jun 2010 22:38:26 -0400

================================
rpath-product-definition:source=4.0.1.b8422bdc5e88-0.0.1 (previous: 4.0-3.0.2)
cvc rdiff rpath-product-definition -1 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/4.0.1.b8422bdc5e88-0.0.1
================================
4.0.1.b8422bdc5e88-0.0.1 Filip Brcic (brcha@xxxxxxxxxxxx) Fri Jun 11 22:38:06 
2010
    version bump

rpath-product-definition.recipe: changed
Index: rpath-product-definition.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- rpath-product-definition.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/4.0-3.0.2
+++ rpath-product-definition.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/4.0.1.b8422bdc5e88-0.0.1
@@ -1,19 +1,21 @@
 #
-# Copyright (c) 2008-2009 rPath, Inc.
+# Copyright (c) 2008-2010 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
 #
 
 loadInstalled('python')
-class ProductDefinition(BuildPackageRecipe, Python.VersionMixIn):
+class ProductDefinition(CPackageRecipe, Python.VersionMixIn):
     name = 'rpath-product-definition'
-    version = '4.0'
+    tag = 'b8422bdc5e88'
+    version = '4.0.1.' + tag
 
     buildRequires = [
         'lxml:python',
         'python:devel',
         'rpath-common:python', # needed to export older API location
         'util-linux-ng:runtime',
+        'mercurial:runtime',
     ]
 
     shortDesc  = 'rPath product definition files'
@@ -36,11 +38,9 @@
 
     def setup(r):
         r.setDefaultPython()
-        r.addArchive('ftp://download.rpath.com/rpath-product-definition/')
+        r.addMercurialSnapshot('http://hg.rpath.com/rpath-product-definition', 
tag=r.tag)
         # This package doesn't need to run pylint or build API docs
         r.Replace('^SUBDIRS=.*', 'SUBDIRS=rpath_proddef xsd', 'Makefile')
         r.Make('PYTHON=%(bindir)s/python%(pyver)s')
         r.MakeInstall('PYTHON=%(bindir)s/python%(pyver)s lib=%(lib)s')
-        # Work around RPCL-64
-        
r.CompilePython('%(libdir)s/python*/site-packages/rpath_common/proddef')
         r.Doc('doc/example.*')


rpath-product-definition--b8422bdc5e88.tar.bz2: new
rpath-product-definition-4.0.tar.bz2: removed

Committed by: brcha

Other related posts: