|
Bugzilla – Full Text Bug Listing |
| Summary: | gambas splitup | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Dirk Mueller <dmueller> |
| Component: | KDE | Assignee: | 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
Today! 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.
Splitted as gambas2-* |