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]
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
|
|