gofed / go-macros

Rpm mechanics for Go packaging
4 stars 7 forks source link

[RFE] Have each devel rpm contain exactly one .goipath file #52

Open ingvagabund opened 6 years ago

ingvagabund commented 6 years ago

Each rpm can install only a project tree with a single import path prefix.

Justification: minimize complexity of analysing a single rpm.

nim-nim commented 6 years ago

That would be nice, but it depends on the state of upstream code :(

Presence of multiple .goipath files is pretty much a symptom of the packager having needed to workaround upstream problems. A clean project won't need them.