Bug 134922
Summary: | gnuplot should BuildRequires: texinfo readline-devel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maxim Dziumanenko <dziumanenko> |
Component: | gnuplot | Assignee: | Phil Knirsch <pknirsch> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | Axel.Thimm, rvokal |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 4.0.0-4 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-15 19:13:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 182235, 123268 |
Description
Maxim Dziumanenko
2004-10-07 09:55:11 UTC
Fix built as 4.0.0-4. Doesn't linking gnuplot against readline result in a non-redistributable binary? E.g. gnuplot in Fedora violates the GPL. A legal alternative to readline is libedit - already part of Fedora. Looking at gnuplot: The package is actually licensed under a dual license, gnuplot and GPLv2+, since the src/wxterminal/* files are dual licensed. Since readline is GPLv2+, this is compatible. If we were to disable the wx functionality, we might be in a pickle, but as is, we're ok. |