Bug 115803 - gambas splitup
Summary: gambas splitup
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: KDE (show other bugs)
Version: unspecified
Hardware: Other All
: P1 - Urgent : Normal (vote)
Target Milestone: ---
Assignee: Stephan Binner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 08:58 UTC by Dirk Mueller
Modified: 2006-05-30 12:33 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Mueller 2005-09-08 08:58:25 UTC
gambas has to be splitted, because it generates .spec files on the fly which 
refer to gambas-runtime, a package we don't have. therefore, gambas is broken 
on our CD set.  
 
see also the note at the bottom of 
 
http://gambas.sourceforge.net/download.html
Comment 1 Stephan Kulow 2006-05-26 07:46:50 UTC
Today!
Comment 2 Stephan Binner 2006-05-26 09:19:53 UTC
FYI, currently we include an old development release of Gambas2 (dunno why). 

But even when looking at the current development release of Gambas2 (gambas2-1.9.30/app/src/gambas2-with-editor/Package.module) it generates .spec files with content like

  PRINT #hFile, "Requires: gambas-runtime >= 0.95,gambas-runtime <= 1.0";

  FOR EACH sLib IN Project.Libraries
    PRINT #hFile, ",gambas-"; Replace(sLib, ".", "-"); " >= 0.95";
    PRINT #hFile, ",gambas-"; Replace(sLib, ".", "-"); " <= 1.0";
  NEXT

so it will still fail IMHO to work even if splitted now. 
Comment 3 Stephan Binner 2006-05-30 12:33:39 UTC
Splitted as gambas2-*