Complete.Org: Mailing Lists: Archives: offlineimap: July 2002:
Re: RPM build of version 3.0.3 failed on Mandrake 8.2
Home

Re: RPM build of version 3.0.3 failed on Mandrake 8.2

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Fischer, Daniel" <Daniel.Fischer@xxxxxxxxxx>
Cc: 22@xxxxxxxxxxxxxxxxx, offlineimap@xxxxxxxxxxxx
Subject: Re: RPM build of version 3.0.3 failed on Mandrake 8.2
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: Mon, 22 Jul 2002 09:15:48 -0500

On Mon, Jul 22, 2002 at 02:12:36PM +0200, Fischer, Daniel wrote:


> Could anyone please take a look why this happens?


Looks like a bug in distutils.  Try this patch:

--- offlineimap/head/setup.py   (original)
+++ offlineimap/head/setup.py   Mon Jul 22 09:08:10 2002
@@ -35,6 +35,7 @@
       packages = ['offlineimap', 'offlineimap.folder',
                   'offlineimap.repository', 'offlineimap.ui'],
       scripts = ['offlineimap.py'],
-      license = offlineimap.version.license
+      license = offlineimap.version.copyright + \
+                ", Licensed under the GPL version 2"
 )
 
-- 
John Goerzen <jgoerzen@xxxxxxxxxxxx>    GPG: 0x8A1D9A1F    www.complete.org


[Prev in Thread] Current Thread [Next in Thread]