[weasel-commit] Source: foomatic-db-ppds=3.0_20060720-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 09 Jan 2010 20:43:02 -0500

================================
foomatic-db-ppds:source=3.0_20060720-2 (previous: 3.0_20060720-1)
cvc rdiff foomatic-db-ppds -1 /weasel.rpath.org@wgl:3-devel/3.0_20060720-2
================================
3.0_20060720-2 Filip Brcic (brcha@xxxxxxx) Sat Jan  9 20:42:53 2010
    fixed recipe and metadata

foomatic-db-ppds.recipe: changed
Index: foomatic-db-ppds.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- foomatic-db-ppds.recipe /weasel.rpath.org@wgl:3-devel/3.0_20060720-1
+++ foomatic-db-ppds.recipe /weasel.rpath.org@wgl:3-devel/3.0_20060720-2
@@ -9,11 +9,12 @@
 
     buildRequires = []
 
+    shortDesc  = 'linuxprinting.org PPD files for postscript printers'
+    url        = 'http://www.linuxprinting.org/foomatic.html'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Network/Printing' ]
+
     def unpack(r):
-       r.Description(shortDesc='linuxprinting.org PPD files for postscript 
printers',
-                      longDesc='linuxprinting.org PPD files for postscript 
printers')
-       r.PackageURL('http://www.linuxprinting.org/foomatic.html')
-       r.Licenses('GPL-2')
         r.macros.archive_name = r.name.replace('-ppds', '')
         r.macros.version = r.version.replace('_', '-')
         r.addArchive(('http://gentooexperimental.org/~genstef/dist/',
@@ -21,26 +22,8 @@
                       'mirror://gentoo/distfiles/'
                       ))
 
-        r.extraConfig = ''
-
-        # 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.Run('cp -a %(builddir)s %(builddir)s/../32bit')
-
-        #     r.Configure(r.extraConfig, dir='../32bit', 
overrideMacros=macros32,
-        #                 preConfigure='USE_ARCH=32')
-        #     r.Make(dir='../32bit', overrideMacros=macros32, 
preMake='USE_ARCH=32')
-        #     r.MakeInstall(dir='../32bit', overrideMacros=macros32, 
preMake='USE_ARCH=32')
-
-       #     r.NormalizePkgConfig(exceptions='.*')
-
     def configure(r):
-        r.Configure(r.extraConfig)
+        r.Configure()
         # xml files do not belong to this package, no translated ppds
         
r.Remove('db/{oldprinterids,source/{driver,opt,printer,PPD/Kyocera/{de,es,fr,it,pt}}}',
                  recursive=True)



Committed by: brcha

Other related posts: