Bug 115803

Summary: gambas splitup
Product: [openSUSE] openSUSE 10.2 Reporter: Dirk Mueller <dmueller>
Component: KDEAssignee: Stephan Binner <stbinner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P1 - Urgent    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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