[weasel-commit] Source: libdhcp=1.99.4-1.0.2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sun, 24 Jan 2010 19:25:39 -0500

================================
libdhcp:source=1.99.4-1.0.2 (previous: 1.99.4-1.0.1)
cvc rdiff libdhcp -1 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/1.99.4-1.0.2
================================
1.99.4-1.0.2 Filip Brcic (brcha@xxxxxxx) Sun Jan 24 19:25:28 2010
    fixed recipe and metadata

libdhcp.recipe: changed
Index: libdhcp.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- libdhcp.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/1.99.4-1.0.1
+++ libdhcp.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/1.99.4-1.0.2
@@ -5,7 +5,7 @@
 #
 
 loadSuperClass('rpmpackage')
-class Libdhcp(RPMPackageRecipe, CPackageRecipe):
+class Libdhcp(RPMPackageRecipe, AutoPackageRecipe):
     name = 'libdhcp'
     version = '1.99.4'
     rpmRelease = '1.fc9'
@@ -14,26 +14,9 @@
         'libnl:devel', 'openssl:devel', 'dhcp:devel',
         'pkg-config:devel', 'openldap:devel', ]
 
-    def setup(r):
-        RPMPackageRecipe.unpack(r)
-        # Use source from rpm for now.
-        #r.addArchive('http://people.redhat.com/dcantrel/')
-        # Adding doxygen as a buildreq is useless because the html file
-        # it generates isn't actually installed by 'make install'.
-        #r.addPatch('Makefile.no_doxygen')
-
-        if Arch.x86_64:
-            # First build 32bit version
-            macros32 = r.macros.copy()
-            macros32.cc = '"gcc -m32"'
-            macros32.cxx = '"g++ -m32"'
-            macros32.libdir = '%(prefix)s/lib'
-
-            r.Configure(objDir='build32', overrideMacros=macros32)
-            r.Make(dir='build32', overrideMacros=macros32)
-            r.MakeInstall(dir='build32', overrideMacros=macros32)
-            r.NormalizePkgConfig(exceptions='.*')
-
-        r.Configure()
-        r.Make()
-        r.MakeInstall()
+    shortDesc  = 'DHCP library'
+    longDesc   = """
+Library programming interface to the ISC DHCP and DHPv6 clients
+"""
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/Libraries' ]


libdhcp-1.99.4.tar.bz2: removed

Committed by: brcha

Other related posts: